https://issues.apache.org/bugzilla/show_bug.cgi?id=52921
--- Comment #3 from Christopher Schultz <ch...@christopherschultz.net> 2012-03-16 20:33:05 UTC --- Confirmed on Debian Linux, Apache 2.2.16, mod_jk 1.2.33, using JkMounts and all other settings that have been in place for years in working configuration. Some specifics of my configuration: DocumentRoot /var/www/... Alias /context /path/to/my/context JkMount /context/*.jsp workerX JkMount /context/... Accessing files in DocumentRoot works. Making a request to /context/a.jsp cores every time. Making a request to /context/a.css (not JkMounted) cores every time. Accessing a file in DocumentRoot (again) works. At first, I thought this wasn't working because I was getting connection-resets for everything, but I was not able to reproduce it. I'll re-build with -g and get a stack trace. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org