Hi,

You must edit your $TOMCAT_HOME/conf/server.xml. Make a search for "8080"
and you must see something like this :

<Service name="Tomcat-Standalone">
                <Connector

className="org.apache.coyote.tomcat4.CoyoteConnector"
                        port="8080"
                        minProcessors="5"
                        maxProcessors="75"
                        enableLookups="true"
                        redirectPort="8443"
                        acceptCount="10"
                        debug="0"
                        connectionTimeout="20000"
                        useURIValidationHack="false">
                </Connector>

The definition of the port is the line port="". Here you can change your
port number.

Regard

David Rayroud


-----Message d'origine-----
De : Laxmikanth M.S. [mailto:[EMAIL PROTECTED]]
Envoy� : mercredi, 11. d�cembre 2002 13:58
� : Tomcat Users List
Objet : Tomcat port number

Hi all,
How to change 8080 port number to some other port for tomcat
thanx
Laxmikanth

*********************************************************************
Disclaimer: The information in this e-mail and any attachments is
confidential / privileged. It is intended solely for the addressee or
addressees. If you are not the addressee indicated in this message, you may
not copy or deliver this message to anyone. In such case, you should destroy
this message and kindly notify the sender by reply email. Please advise
immediately if you or your employer does not consent to Internet email for
messages of this kind.
*********************************************************************

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


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

Reply via email to