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-03-31T21:05:34Z
Indexed on
2010/03/31
21:13 UTC
Read the original article
Hit count: 325
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