Hello,

Does anyone know how the two system running at the
same time -- http://sameaddress:8080 and 
http://sameaddress:2999 using same tomcat-apache web
server?

ex:  system1 using port 8080, system2 using port 2999,

Am I right to modify the server.xml file?

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

<Connector
className="org.apache.tomcat.service.PoolTcpConnector">
            <Parameter name="handler" 
               
value="org.apache.tomcat.service.http.HttpConnectionHandler"/>
            <Parameter name="port" 
                value="2999"/>
        </Connector>

Thank you very much.

Ping
12/30/02

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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

Reply via email to