Hello,
I have apache and tomcat ready. The connector (mod_jk) work well. JkMount /jsps/servlet/* ajp13 JkMount /jsps/*.jsp ajp13 The static content work with apache and .jsp work with tomcat. My problem is that i would like that /jsps work with .htaccess AuthType Basic require valid-user this work with static content but i use url http://<my_server>/jsps/my_jsp.jsp this url dont ask me login/pass, and show my_jsp.jsp The same configuration in apache 1.3.12 work well. Somebody can help my? How i can configure apache for use authentication system for *.jsp and if the authentication is correct pass the request to tomcat. Thank you.