You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Paulo César M. Jeveaux" <je...@gmail.com> on 2005/02/24 17:45:33 UTC

Security Question

Hi

  I am using separate contexts in Tomcat 5,0, creating a XML in
CATALINA_HOME/conf/Catalina/localhost and in this not desired context
I need to forbid to some IPs, but when use this archive and make
deploy, the Tomcat does not load the modules of the Struts and nor
Tiles plugin. Somebody knows another form to make this?

  My archive of context is thus:

<Context path="/system" docBase="${catalina.home}/webapps/system"
        debug="0" privileged="true">

  <Valve className="org.apache.catalina.valves.RemoteAddrValve"
    allow="172.17.*"/>

</Context>

  Regards

-- 
/**
* @author Paulo César M. Jeveaux
* Java Consultant
* @version 21.0
* http://www.portaljava.com
* @deprecated
*/

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org