Typically one would look in the Connector statement in your
<TOMCAT_HOME>/conf/server.xml file. For Tomcat 5.5.15 it is something
similar to:

    <Connector port="8080" maxHttpHeaderSize="8192"
               maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
               enableLookups="false" redirectPort="8443" acceptCount="100"
               connectionTimeout="20000" disableUploadTimeout="true" />

In this case you could access Tomcat on port 8080 - i.e.
http://localhost:8080/

HTH - Richard 

-----Original Message-----
From: bhavik shah [mailto:[EMAIL PROTECTED] 
Sent: Saturday, February 25, 2006 11:35 AM
To: users@tomcat.apache.org
Subject: regarding tomcat port no

Hi,
in my system we installed the tomcat on unix system which can be used
through different port I forget those port no........How should I know which
port no is excesssing tomcat thanks bhavik


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

Reply via email to