> From: testwreq wreq [mailto:testw...@gmail.com]
> Subject: Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3
> 
> I cannot bring up the tomcat page http://serverhost:8005

As David K pointed out, you shouldn't be able to.

> The file is showing Server port="8005" and  <Connector port="8080'>

8005 is the shutdown port, accessible only from 127.0.0.1, so it doesn't need 
to be made available from outside.  Port 8080 is the one that handles HTTP 
requests, as a brief review of the doc or even the comments in server.xml would 
tell you.

http://tomcat.apache.org/tomcat-5.5-doc/config/index.html

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to