I have two applications that I need to deploy in GlassFish, and I'd like to know how to put the two in the root context of GlassFish itself. I know that to put an application in the root context, I put the following line in glassfish-web.xml:
<context-root>/</context-root>
So whenever I access link my application will open. But how to deploy the two in the root context? Will I have to change the door?