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.