You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by "Manavalan, EzhilX" <ez...@intel.com> on 2001/01/25 00:14:07 UTC

Default port

Hi,
How to change the defalut port ,8080 in tomcat.
Thanks.


Re: Default port

Posted by Kazuaki Miyauchi <mi...@nttpc.co.jp>.
On Wed, 24 Jan 2001 15:14:07 -0800
"Manavalan, EzhilX" <ez...@intel.com> wrote:
> How to change the defalut port ,8080 in tomcat.

 One clear way, add on another Web Server like apache, IIS or so on.

 Regards,

Re: Default port

Posted by Mahendra Babu <ba...@geometricsoftware.com>.
  Hi,

  This is an extract from the \doc\tomcat-apache-howto.html

  "By default, Tomcat's comes configured to run an HTTP server on port 8080.
If you examine the supplied server.xml file, you'll see the following
element:

    <!-- Normal HTTP -->
    <Connector className="org.apache.tomcat.service.PoolTcpConnector">
        <Parameter name="handler"
            value="org.apache.tomcat.service.http.HttpConnectionHandler"/>
        <Parameter name="port"
            value="8080"/>
    </Connector>

  To disable this, just comment out the entire <Connector> element.
Otherwise, just change it to a port that doesn't conflict with Apache.  If
you're not going to use the Tomcat HTTP server, and you probably won't be if
you are reading this document, disable it."

  Hope this helps.

  -Mahendra Babu









----- Original Message -----
From: "Manavalan, EzhilX" <ez...@intel.com>
To: <so...@xml.apache.org>
Sent: Thursday, January 25, 2001 4:44 AM
Subject: Default port


> Hi,
> How to change the defalut port ,8080 in tomcat.
> Thanks.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> For additional commands, email: soap-user-help@xml.apache.org
>


Re: Default port

Posted by Kazuaki Miyauchi <mi...@nttpc.co.jp>.
On Wed, 24 Jan 2001 15:14:07 -0800
"Manavalan, EzhilX" <ez...@intel.com> wrote:
> How to change the defalut port ,8080 in tomcat.

 One clear way, add on another Web Server like apache, IIS or so on.

 Regards,

Re: Default port

Posted by Mahendra Babu <ba...@geometricsoftware.com>.
  Hi,

  This is an extract from the \doc\tomcat-apache-howto.html

  "By default, Tomcat's comes configured to run an HTTP server on port 8080.
If you examine the supplied server.xml file, you'll see the following
element:

    <!-- Normal HTTP -->
    <Connector className="org.apache.tomcat.service.PoolTcpConnector">
        <Parameter name="handler"
            value="org.apache.tomcat.service.http.HttpConnectionHandler"/>
        <Parameter name="port"
            value="8080"/>
    </Connector>

  To disable this, just comment out the entire <Connector> element.
Otherwise, just change it to a port that doesn't conflict with Apache.  If
you're not going to use the Tomcat HTTP server, and you probably won't be if
you are reading this document, disable it."

  Hope this helps.

  -Mahendra Babu









----- Original Message -----
From: "Manavalan, EzhilX" <ez...@intel.com>
To: <so...@xml.apache.org>
Sent: Thursday, January 25, 2001 4:44 AM
Subject: Default port


> Hi,
> How to change the defalut port ,8080 in tomcat.
> Thanks.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> For additional commands, email: soap-user-help@xml.apache.org
>