Re: Re: filter IP for a webapps through mod_jk

2007-08-30 Thread Sebastien Moretti
Tim Funk a écrit : Then you need to extend org.apache.catalina.valves.RemoteAddrValve to check the port (and other customizations as needed) -Tim I will try this. Thanks Sebastien Moretti wrote: [EMAIL PROTECTED] a écrit : I would like to deny access for my webapps through port 8080

Re: Re: filter IP for a webapps through mod_jk

2007-08-29 Thread Sebastien Moretti
[EMAIL PROTECTED] a écrit : Hi, Try removing Connector port=8080 ... element from your tomcat server.xml I tried several things but it seems to be the simple one. I would like to deny access for my webapps through port 8080 and to allow access for other webapps via 8080 port. But I will

Re: filter IP for a webapps through mod_jk

2007-08-29 Thread Tim Funk
Then you need to extend org.apache.catalina.valves.RemoteAddrValve to check the port (and other customizations as needed) -Tim Sebastien Moretti wrote: [EMAIL PROTECTED] a écrit : I would like to deny access for my webapps through port 8080 and to allow access for other webapps via 8080

filter IP for a webapps through mod_jk

2007-08-24 Thread Sebastien Moretti
Hi, after some days of tries and research I was able to run properly tomcat (5.5.23), apache 2 and mod_jk for the same machine. So now, my webapps are reachable with both URLs: http://www.fake.com/webapps or http://www.fake.com:8080/webapps As I understood mod_jk, apache/mod_jk looks in

Re: filter IP for a webapps through mod_jk

2007-08-24 Thread ian . blenk
Hi, Try removing Connector port=8080 ... element from your tomcat server.xml Quoting Sebastien Moretti [EMAIL PROTECTED]: Hi, after some days of tries and research I was able to run properly tomcat (5.5.23), apache 2 and mod_jk for the same machine. So now, my webapps are reachable

Filter IP

2006-07-13 Thread ngolehung84
Hi, How can I configure the Tomcat to filter the IP that can access my web site? Thanks, Hung. -- View this message in context: http://www.nabble.com/Filter-IP-tf1938118.html#a5310734 Sent from the Tomcat - User forum at Nabble.com

Re: Filter IP

2006-07-13 Thread Markus Schönhaber
ngolehung84 wrote: How can I configure the Tomcat to filter the IP that can access my web site? Thanks, http://tomcat.apache.org/tomcat-5.5-doc/config/valve.html#Remote%20Address%20Filter Regards mks - To start a new topic,

Re: Filter IP

2006-07-13 Thread Grant Johnson
Create a firewall rule. ngolehung84 wrote: Hi, How can I configure the Tomcat to filter the IP that can access my web site? Thanks, Hung. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL