users@glassfish.java.net

Re: GlassFish ignoring my context-root?

From: Shing Wai Chan <shing.wai.chan_at_oracle.com>
Date: Thu, 30 Jun 2011 01:31:38 -0700

The following is working for me:
<sun-web-app>
<context-root>my/contextroot</context-root>
</sun-web-app>

Shing Wai Chan