1

is it possible to run two instances of the same application on one weblogic server. I need to put in production new version, beside the existing version, and after some time remove old version and keep new only. Application is JavaEE6 EAR archive (packed war and ejb).

What are the main things to precheck, like changing version in manifest files, changing deploy context, etc..

TIA.

D00de
  • 880
  • 3
  • 7
  • 26
  • Similar question was asked here: http://stackoverflow.com/questions/9818961/how-to-deploy-the-same-web-application-twice-on-weblogic-11g In general if you want to run the same app twice, you need to define a different context root so JNDI lookups don't get crossed (as well as a different name). This is a good example: http://blog.leahu.net/it/2011/01/04/defining-the-context-root-of-a-web-application-in-oracle-weblogic-server/ – Display Name is missing Aug 11 '14 at 16:42
  • Is it only needed to change context root in application.xml, and WLS will take care of everything else? – D00de Sep 08 '14 at 08:48

0 Answers0