Hi,

Could you please let me know how to block direct access to tomcat and allow
access through apache http server only?

I used http://
http://www.slideshare.net/mohanraj_nagasamy/integrating-tomcat-and-apache-on-windows-presentation
for
reference.

What indicates that each request is coming from apache httpd only?

Example:
i have added following code in httpd.conf
# Send everything for context /example1 to worker named worker1 (ajp13)
JkMount /example1/* worker1

in tomcat i have two apps example1 and example2

I am expecting to access only http://localhost/example1 . But i can access
http://localhost/example2 as well.

How can i stop http://localhost/example2 from being accessed?


Thanks,
Sandip

Reply via email to