How to make it possible to deploy deploy multiple WARs on Tomcat one of which is ROOT and how to passed the requests to corresponding application.
like:
/ - main app
/appA - app A
/appB - app B
How to make the main app skip urls /appA
and /appB
?