When declaring your connectors in server.xml add address="127.0.0.1".
EG:
<Connector className="org.apache.catalina.connector.http.HttpConnector"
    port="8080" minProcessors="5" maxProcessors="75"
    address="127.0.0.1" enableLookups="true" redirectPort="8443"
    acceptCount="10" debug="0" connectionTimeout="60000"/>


Pearsall, Kyle wrote:
> Is there a way a simple way to set up Tomcat so that only the local machine 
>(localhost) can access the web site?
> 
> Thank you,
> 
> Kyle Pearsall
>  


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

Reply via email to