Hello, I have a Tomcat with these releases: Versión de Tomcat: Apache Tomcat/5.5.17 Versión JVM: 1.4.2_01-b06 Nombre de SO: Windows XP
I have two applications and one web services (axis) I like to do the tomcat filter by Ip in my applications and my web service. For example: App1 only can acces from 192.168.0.0/24 and 192.168.1.0/24 App2 can acces from 192.168.0.0/24 and the next Ip 100.100.100.1/32 WebService can access only from 100.100.100.1/32 and 100.100.90.1/32 It is possible? Do you any idea where I have to change the Tomcat conf? Best regrads, Julio.