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

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
Even without -q being set, if you use static members in OOABL you may have similar issues (since classes with static members are not unloaded from memory until the session terminates). The best approach currently may be to use a separate instance behind a load balancer; that way you know that the new instance has the new code.

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