Perhaps. Seems to me you can do the same thing using docBase in server.xml. One URL or path to apache Apache, a different but corresponding URL or path to tomcat.
John Turner > -----Original Message----- > From: Milo Hyson [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 27, 2002 2:49 PM > To: Tomcat Users List > Subject: Re: mod_jk URL mapping > > > 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]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
