Is it possible to virtualize war file execution without separate J2EE container deployments?

Posted by Smith on Stack Overflow See other posts from Stack Overflow or by Smith
Published on 2010-04-01T03:07:37Z Indexed on 2010/04/01 3:13 UTC
Read the original article Hit count: 197

Filed under:
|
|
|
|

Let's say I want to allow my developers to upload their war files to a web app (not the application server itself) running on our intranet and that web app would then run those wars as if they were separate apps deployed individually in our J2EE container.

In other words, we are not actually deploying the wars as separate apps in the container - they are simply running side-by-side inside this one web app that acts like a J2EE container.

Is that possible?

Something like a war virtualization app?

© Stack Overflow or respective owner

Related posts about j2ee

Related posts about websphere