Currently I have 2 web applications app1 and app2 running on Tomcat 6:
- app1 on http://localhost:8080/app1
- app2 on http://localhost:8080/app2
I want to configure Tomcat so that they run in root context behind separate ports:
- app1 on http://localhost:8081
- app2 on http://localhost:8082
What needs to be done?