You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Eric Chong <ec...@iisl.com> on 2002/12/09 19:22:57 UTC

How to limit access to a JSP page?

I want to limit the access to JSP pages or a directory by IP address.  Similar to what the admin.xml is using:
 
  <Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="127.0.0.1"/>
 
Is it possible?
 
Thanks for any help.