This would work great if I was using an architecture that had definite endings, I use tapestry and they all end in different names
Thank you for the input though James ----- Original Message ----- From: "Dan Barron" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]>; "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, June 24, 2004 12:57 PM Subject: Re: Toimcat / Apache / Modjk > jk file mod_jk.conf it is like this > > JkMount /*.jsp worker > JkMount /*.htm worker > JkMount /*.<whatever ext you want - just not *.php or *> > or > > jk2 file workers2.properties you would do something like > > [uri:/*.jsp] > [uri:/*.htm] > [uri:/*.<whatever ext you want - just not *.php or *>] > > hope this helps. > > > > At 08:25 AM 6/24/2004, James Sherwood wrote: > >Hello, > > I have posted this problem before to no avail and thought I would try > >again > > > >I have apache 2.049 in front of tomcat 5.025 and they are linked with modjk > >1.2 > > > >I want everything for a site such as www.mydomain.com to go through tomcat > >EXCEPT > >for any php pages. > > > >Is there a way I can JkMount everything BUT something? > > > >Basically I want to mount everything EXCEPT url's ending in .php > > > >Thanks in advance > > > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
