I need to have multiple context-roots that point to the same web app, is this possible? I've tried the following in application.xml but only the first root seems to work.
Thanks for any help, Richard.
<module>
<web>
<web-uri>web.war</web-uri>
<context-root>context1</context-root>
</web>
</module>
<module>
<web>
<web-uri>web.war</web-uri>
<context-root>context2</context-root>
</web>
</module>
<module>
<
ejb>ejb.jar</ejb>
</module>