PDA

View Full Version : TOMCAT appplication access through localhost


ontherocks
10-01-2009, 01:52 AM
I have my application in TOMCAT folder inside webapps folder.
/Tomcat 6.0/webapps/myapplication/

Basic access to the application is by http://localhost:8080/myapplication

Goal: I wish to access it just by http://localhost/

Step #1. I changed the port from 8080 to 80 in /Tomcat 6.0/conf/server.xml
Now I can access it by http://localhost/myapplication

What to do next?

I cannot rename myapplication to ROOT and solve the problem. There are some constraints.

If such a thing is not possible in TOMCAT could it be done in APACHE http server?