Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: Tomcat without port 8080


Message #1 by "James McIntosh" <james@m...> on Sat, 20 Oct 2001 21:38:10 +1300
Can you modify your server.xml file in the conf directory?

      <!-- ==================== Connectors ==================== -->

        <!-- 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>



-----Original Message-----
From: James McIntosh [mailto:james@m...]
Sent: Saturday, October 20, 2001 4:38 AM
To: Pro_JavaServer_Pages
Subject: [pro_jsp] Tomcat without port 8080


I was whishing to know how about setting up tomcat without the port 8080
after the address.

Thanks
James McIntosh
james@m...

  Return to Index