> 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-
> now the question I have is now, how can I here setup jsvc so that it
> uses logrotation,
As far as I'm aware catalina.out can't be rotated. For the Tomcat servers
I maintain I've written a script that stops/moves catalina.out/gzips
catalina.out/starts Tomcat every Sunday night at 4am. Not the mo