> 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.
Try switching the loadmodule lines for mod_jk and mod_access. Joost --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]