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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to