If apache serves the static resources you can't protect them by a Filter-Servlet. The requests never reach your servlet.
AFAIK in a future version of mod_webapp it will be possible to define security contraints on the tomcat side which will be honored by the connector. (Currently it's not clear to me if the connector will directly honor this restrictions or if it will just let tomcat handle the request. In the later case there would be a performance penalty to use this feature) > -----Urspr�ngliche Nachricht----- > Von: G�nter Kukies [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 21. Juni 2002 07:44 > An: Tomcat Users List > Betreff: Apache Tomcat Filter > > > Hi, > > is it possible to let Apache serve static HTML-Pages from a > dir in web-module from tomcat? This dir should be protected > by a Filter-Servlet. Is that combination faster than letting > tomcat serve the static Pages? > > G�nter Kukies > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
