I am newbie to web application. I already have web application running in tomcat7. I want to run other web app on same port but probably different URLs. For eg.
http://localhost:8080/ --> goes to app1 by default http://localhost:8080/app2
How can I do that in tomcat7?