[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: PAS deployment of a new ABL application in the same tomcat instance

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

dbeavon

Guest
Given the wierd error ("directory already exists - C:\OpenEdge\WRK\oepas5\webapps/oeabl") I am scrambling to find workarounds. I am still trying to work with the "tcman deploy" command from the KB ( Progress KB - How to create multiple ABL applications in one single PASOE instance. ). I found if I stop tomcat, and rename the "webapps" folder to "webapps_old", then restart tomcat, I can use the KB command and get a bit further. My openedge.properties file is modified as I would expect. proenv>C:\OpenEdge\WRK\oepas5\bin\tcman deploy %DLC%/servers/pasoe/extras/oeabl.war another6 verbose: checking for tailoring script in C:\Progress\OpenEdge\servers\pasoe\extras\oeabl.war verbose: execution complete info: Tailoring arguments: 'deploy -a oeabl C:\Progress\OpenEdge/servers/pasoe/ extras/oeabl.war another6' info: begin deploy tailoring ABL for the Progress Application Server info: deploying webapp oeabl to application name another6 info: Creating context.xml for context name oeabl info: adding properties to openedge.properties for ABL instance another6 info: applications currently set to oepas5 in openedge.properties info: adding another6 to applications info: adding oeabl to webapps in openedge.properties info: psc.as.security.model is developer info: security model is developer info: enabling server status pages for development server info: setting intitial sessions to 2 for development server info: enabling APSV transport for development server info: enabling SOAP transport for development server info: enabling REST transport for development server info: enabling WEB transport for development server info: setting default WEB handler to OpenEdge.Web.CompatibilityHandler info: updating PROPATH with webapp directory info: updated PROPATH to ${CATALINA_BASE}/webapps/oeabl/WEB-INF/openedge,${CATALINA_BASE}/openedge,${DLC}/tty,${DLC}/tty/netlib/OpenEdge.Net.pl info: copying WebSpeed static files info: creating welcome page info: using static/ServerStatus.html as welcome page static/index.html info: looking for property file C:\OpenEdge\WRK\oepas5\webapps\oeabl\WEB-INF\tlr\Merge.properties info: performing cleanup info: restart server to start web application OK - deployed C:\Progress\OpenEdge/servers/pasoe/extras/oeabl.war to local directory C:\OpenEdge\WRK\oepas5\webapps as application oeabl sdf I stop and restart tomcat and can see that there are now two "ABL Applications". However I think my hacking was detrimental because the webapps folder is a lot smaller than it was (ie. as compared to webapps_old). Also OEE is not displaying anything for Description/Version. I haven't done any client testing yet but I'm not optimistic. Can someone give us better instructions on how to get around the error "Instance target directory already exists" when using the suggestion in the current KB?

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