On Tuesday 27 August 2002 05:17 am, Turner, John wrote: > > I think there needs to be something like a cross between > > JkMount and Alias. > > For example: > > > > JkMountPath /myapp/mysubsystem /mything ajp13 > > I think you may be moving the alias too far to the "front". Apache doesn't > need to know where your WAR is...only Tomcat needs to know it. Apache sees > a URL, it is mapped to tomcat and handed off, tomcat maps the URL to a > docBase and serves the content back to Apache.
I'm not suggesting that Apache know anything about directories or WAR files. In my JkMountPath example above, both paths are URLs. The first is a Tomcat URL and the second is an Apache URL. Basically, what it's saying is map /mything/* in Apache to /myapp/mysubsystem/* in Tomcat via worker ajp13. Maybe I'm nitpicking, but it seems a more flexible approach. -- Milo Hyson CyberLife Labs, LLC -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
