R
Roy Ellis
Guest
Hi Valeriy, there is no one answer that handles all situations. There are several ways to move your application from development to production. The best way to deploy to production for you will depend on your situation, application and configuration needs. Examples: 1) AppServer only - if your application is AppServer only then you can copy the r-code to a newly created instance on your production machine, set PROPATH, db connections, event values in openedge.properties and you are done 2) If you have self contained web apps (REST, SOAP) with r-code included you could export the correct war file and deploy it as new application on your newly created instance on your production machine 3) if you have everything in the instance with multiple ABL applications you may want to ZIP up your current development instance, copy it to your production machine, unzip it and then run "tcman register" to modify the script files and register the instance. Note: you should upgrade to 11.6.1 before running "tcman register because of some known issues. I hope this helps, Roy
Continue reading...
Continue reading...