[progress Communities] [progress Openedge Abl] Forum Post: Re: How Can I Move A Web...

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

Daniel Ruiz

Guest
You can export the application from PDS OE as a WAR file and then deploy that on to PASOE server using tcman commands. Here are the steps to export and publish the WAR file: Right click on PDSOE project and select Export > ABL Web Application option. Provide Destination location in Export ABL Web Application dialog. Select the radio button Export ABL Services for Pacific Application Server (by default this is selected). Now select all the services which you want to export as part of WAR file from ABL Services section (check the Check Boxes against services). Click Finish (After this WAR file generated in the specified location). Now open Proenv command prompt and type the following command to deploy the WAR file: Proenv> /bin/tcman.bat deploy Now many copy the r-code files under AppServer folder of Web App project to PAS instance working directory (C:\OpenEdge\WRK\oepas1\openedge). If your App needs a Database connection, then start the database from command line (proserve -db -H -S ). Add the above database connection parameters to openedge.properties file PAS instance a. Open “openedge.properties” file under /conf folder (C:\OpenEdge\WRK\oepas1\conf) b. Locate the group [AppServer.SessMgr.oepas2] and then add to “agentStartupParam” value as shown below agentStartupParam=-T "C:\OpenEdge\WRK\oepas2/temp" -db -H -S 10. Now go to Proenv and then start the PAS OE server instance using the following command: Proenv> /bin/tcman.bat start Eg: oepas1/bin/tcman.bat start Hope this helps, Sanjeev.

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