jsr369-experts@servlet-spec.java.net

[jsr369-experts] Re: [servlet-spec users] Re: Re: Re: Re: Re: SERVLET_SPEC-137: Allow context root

From: Shing Wai Chan <shing.wai.chan_at_oracle.com>
Date: Wed, 09 Sep 2015 15:06:24 -0700

Thanks for the input for the context-root issue.

In this case, we add a new <default-context-path> element in web.xml.
A sample usage is as follows:

<default-context-path>/foo</default-context-path>

Note that the value must have started with "/".

Please let me know if there is any concern.
Thanks.
       Shing Wai Chan