Different Versions of an application in same java application server
Posted
by Cem
on Stack Overflow
See other posts from Stack Overflow
or by Cem
Published on 2010-05-01T16:05:25Z
Indexed on
2010/05/01
16:07 UTC
Read the original article
Hit count: 319
Hi,
We are utilizing citrix netscalar with more than 20 glassfish java application servers. Unfortunately we have to remove previous application before deploying a new version of it since we have same context for these two different application. This error-prone process leads some problems due to lack of attention in builds or other problems. In an urgent case, we simply want to redirect to all traffic to previous application.
What is the best practice to run different version of an application in a substantial number of servers in same time?
Thanks
© Stack Overflow or respective owner