I am using an apache web server and a tomcat server for hosting few webapplications.
These webapplications not very different from one another and I want to consolidate all these webapplications into one webapp to minimize the process overheads.
The webapplications are currently being accessed with separate urls ex: localhost:8080/webapp1, localhost:8080/webapp2.
Without changing the urls is there a way that I can host a webapplication on tomcat say "singlewebapp" such that it will respond to both localhost:8080/webapp1 as well as localhost:8080/webapp2?