I have a requirement to have multiple sites running against the same war file and the same set of JSP pages.
Such that:
http://mycompany.com/storeA/pages/index.jsp
http ://mycompany.com/storeB/pages/index.jsp
Is there a way in tomcat that I can map multiple context roots to the same web application? What if I use JBoss? Is there any OS level stuff I can do, like virtual directories?