Deploy multiple instances of an EAR (representing versions) to Glassfish
- by Thorbjørn Ravn Andersen
I basically want to be able to deploy multiple versions of the same EAR file to the same server (Glassfish instance?) , and have a unique path to each version separating them.
From my reading on this it appears that multiple EARs deploy to the root of the web server namespace so that they can coexist if they do not have colliding context-root's of…