You can do one of two things...


1. Change the http1.1 connector in the server.xml to listen to port 80 rather than 8080

2. If you also use Apache to front Tomcat, then comment out the http1.1 connector and just use the jk connector listening to port 8009 (by default). Requests are routed through Apache to Tomcat as needed based on the configuration you set up for the jk connector.

Jake

At 10:31 AM 3/2/2003 +0530, you wrote:
Dear friends

i need to configure tomcat so that i can access it without using the port
8080

i am running tomcat (on port 8080) along with apache (on port 80) on redhat
linux

Ii am running tomcat on windows with IIS and I was successful in using the
iis redirector dll which
redirects all jsp and servlet queries directly to tomcat.

basically what we wish to do is
access jsp / servlets in the following manner

http://mydomain.com/hello.jsp

instead of
http://mydomain.com:8080/hello.jsp

if possible kindly help us.

Please assume that we only basice knowledge about apache and tomcat and send
us as much details as possible

regds
rajesh



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to