[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: configuring servlet to listen on different TCP port

erasmomarciano do-not-reply at jboss.com
Tue Sep 23 05:28:13 EDT 2008


You could do so:


  |  <Valve className="org.apache.catalina.valves.RemoteHostValve"
  |          allow="*.mycompany.com,www.yourcompany.com"/>
  |   <Valve className="org.apache.catalina.valves.RemoteAddrValve"
  |          deny="192.168.1.*"/>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178234#4178234

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178234



More information about the jboss-user mailing list