>
> Not necessarily.  You could configure address attribute of the Tomcat HTTP
> <Connector> to listen only on 127.0.0.1 if httpd is on the same system, or
> if on a different system, configure Tomcat's RemoteAddrValve to limit
> requests to just that system.
>
> http://tomcat.apache.org/tomcat-6.0-doc/config/http.html
>
> http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html#Remote%20Address%20Filter
>
> You may need to adjust the above links for the Tomcat version you're using,
> which you didn't bother to tell us.
>
>  - Chuck
>


Thanks Chuck. I am using Tomcat 5.5.12 and I could not find this attribute
in the server.xml configuration. What is the equivalent of
RemoteAddressValve for v5.5.12 ?

Nikhil

Reply via email to