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 and
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 po
[EMAIL PROTECTED] a écrit :
Hi,
Try removing 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 allow access for webapps
Hi,
Try removing 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 with both URLs:
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 loca