Just take a look in the server.xml configuration file. In this file you find
a xml document that represents the configuration for Tomcat
$TOMCAT_HOME/conf/server.xml).

Here :

<!--
 Define a non-SSL HTTP/1.1 Connector on port 8080
  -->
  <Connector className="org.apache.catalina.connector.http.HttpConnector"
port="80" minProcessors="5" maxProcessors="75" enableLookups="true"
redirectPort="8443" acceptCount="10" debug="0" connectionTimeout="60000" />

----- Original Message -----
From: "myAyala TAN, Nelson C." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 20, 2002 6:35 AM
Subject: Changing port number of tomcat


>
>
>
> How can i change the default port number which is 8080 to any number ?
>
> --
> 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