Hi,
In the Apache+Tomcat combo, apache is configured to serve static pages, whereas tomcat is configured to server dynamic pages.
I have added some security-constraints in the web.xml for a web application, which restricts access to a directory.
But when the directory is accessed from apache the security constraint is not applied. How can the security constraint made effective?
Any ideas? Clues?
Thx
In the Apache+Tomcat combo, apache is configured to serve static pages, whereas tomcat is configured to server dynamic pages.
I have added some security-constraints in the web.xml for a web application, which restricts access to a directory.
But when the directory is accessed from apache the security constraint is not applied. How can the security constraint made effective?
Any ideas? Clues?
Thx