How can I configure tomcat to take all requests from some applications and use another one as fallback for root.
Example: app1.war, app2.war, app3.war
I want to use app1 for all requests to /app1/, for app2 to use /app2/ and all others requests to be sent to app3.
Update: let's say that adding an Apache before Tomcat is not an option.