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