[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: How to Restart a PASOE ABL Application

Status
Not open for further replies.
E

egarcia

Guest
Hello Jeff, Here is additional information in case you need it. When working with PASOE, there are two types of applications: Web Application and ABL Web Application. You can configure Agent and SessMgr parameters at the ABL WebApp level. For example, you can have separate databases and PROPATH settings for each ABL WebApps. You can see the help info for the pasman / tcman.sh deploy command to see how to specify it: proenv>bin/tcman.sh help deploy usage: tcman deploy [options] -u [-l] [-a ] [abl-app-name] Example: bin/tcman.sh deploy -a webapp1 $DLC/servers/pasoe/extras/oeabl.war ablapp1 bin/tcman.sh deploy -a webapp2 $DLC/servers/pasoe/extras/oeabl.war ablapp2 You can use the tcman.sh reload command to reload the Web Application. Example: bin/tcman.sh reload -u : /ablapp2 I understand that this would reload the Web Application at the Tomcat level. You can use ps -ef to see the AVM process associated with the ABL WebApp. I hope this helps, Edsel

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