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

  • Thread starter Thread starter Irfan
  • Start date Start date
Status
Not open for further replies.
I

Irfan

Guest
When would you like to reload your r-code ? If it is development then you have two options 1. terminate the agent, when you run a new request then it will start a new agent and will load the new r-code. 2. terminate all free MS-Agent sessions, this will terminate all free sessions and when the new request comes it will start a new session and it will load the r-code. You can do both of them using oemanager or JMX API's.

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