[progress Communities] [progress Openedge Abl] Forum Post: Re: Pasoe 11.6 To 11.7 Migration

  • Thread starter Thread starter dvoyat
  • Start date Start date
Status
Not open for further replies.
D

dvoyat

Guest
Hi Dave, Bellow is part of "OpenEdge getting started :Migrating to OpenEdge 11.7" Migrating existing PAS for OpenEdge instances (page 15) The core Apache Tomcat server was upgraded to Version 8.5.x in the 11.7 release of PAS for OpenEdge. Because of incompatibility issues with prior versions of Tomcat, 11.6 (and earlier releases) of PAS for OpenEdge will not run on OpenEdge 11.7. If you have pre-11.7 instances, you must do the following, after an OpenEdge 11.7 install, before you can run them: 1. Obtain a list of deployed instances: proenv> pasman instances The output will be a list of the alias names of registered instances and the full pathname of the instances' root directory. You will use this information in the following steps. 2. Stop all running instances. For example: proenv> pasman stop -I instance-name 3. Using the alias names, unregister each instance: proenv> pasman unregister alias-name 4. Using the alias name and the full pathname of the root directory, re-register each instance: proenv> pasman register alias-name pathname When you re-register the instance, configuration files are automatically updated to the Tomcat version that is compatible with 11.7. Once the PAS for OpenEdge instance is updated and can run on 11.7, any deployed web applications must also be updated. Use Progress Developer Studio to perform the updates. See Progress Developer Studio for OpenEdge Migration Tasks on page 17 for more information. This could be my misunderstanding but this leaves me under impression that 11.7 re-registration does the "compatibility" migration.This is where confusion came. PDSOE instructions was ok. Anyway sounds clear what to do now. Rgds Denis

Continue reading...
 
Status
Not open for further replies.
Back
Top