To answer your second part of the question about disabling port 8080
communication. Just comment out the line below in server.xml. Should do 
the trick. You mod_jk communication should still be fine over its port.


    <!-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8080 -->
    <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
               port="8080" minProcessors="5" maxProcessors="75"
               enableLookups="true" redirectPort="8443"
               acceptCount="100" debug="0" connectionTimeout="20000"
               useURIValidationHack="false" disableUploadTimeout="true" />

Oscar


On Sun, 2 Feb 2003, rf wrote:

> When I use a tomcat-apache connector to redirect http
> requests to port 80 to port 8080, can I still use port
> 8080 to connect to tomcat directly bypassing apache?
> If yes, how do I not allow this? By running tomcat on
> lo's 8080? What about on Windows?
> 
> Thank you
> Rf
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


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

Reply via email to