Hi, As always, consider using tomcat standalone for all your traffic, static and dynamic.
Yoav Shapira Millennium Research Informatics >-----Original Message----- >From: James Sherwood [mailto:[EMAIL PROTECTED] >Sent: Thursday, June 03, 2004 11:08 AM >To: Tomcat Users List >Subject: Re: Serving up static content through apache using mod_jk > >Yes but in my case I have a ton of directories that are dynamically changed >so I want everything served through tomcat except some static stuff in one >directory:) > >Any ideas? > > >----- Original Message ----- >From: "QM" <[EMAIL PROTECTED]> >To: "Tomcat Users List" <[EMAIL PROTECTED]> >Sent: Thursday, June 03, 2004 11:50 AM >Subject: Re: Serving up static content through apache using mod_jk > > >> On Thu, Jun 03, 2004 at 11:52:11AM -0300, James Sherwood wrote: >> : If the JKMount /* ajp13 passes everything to the jk handler, is there a >way >> : route everything >> : but /staticserve directory to the jk handler? >> >> I've never done that, so I wouldn't know. >> >> I prefer the opposite approach: have a handful of JkMount directives, >> one for each Tomcat-served URI or file extension: >> >> JkMount /*.jsp >> JkMount /*.do >> JkMount /special/* >> JkMount /j_security_check >> >> -QM >> >> -- >> >> software -- http://www.brandxdev.net >> tech news -- http://www.RoarNetworX.com >> >> >> --------------------------------------------------------------------- >> 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] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
