for everything? I ask because I didn't have to do this for the Linux to Linux or w2k to w2k setups.
Would I ever use JkMount /examples/servlet/* ajp13 ? -----Original Message----- From: Aryeh Katz [mailto:aryeh@;vasco.com] Sent: 31 October 2002 06:43 To: Tomcat Users List Subject: RE: Compatibility between Windows and Linux tomcat ( mod_jk ajp13 ) > Sorry. will remember next time. I have uncommented ajp12 and it hasn't > changed anything. > > > JkMount /examples/servlet/* ajp12 > > JkMount /examples/*.jsp ajp12 As John pointed out, (and I left in to show your config), you need to change the JkMount to use the ajp13 worker. e.g JkMount /examples/servlet/* ajp13 > --- > Aryeh Katz > VASCO > www.vasco.com > > > -- > To unsubscribe, e-mail: > <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: > <mailto:tomcat-user-help@;jakarta.apache.org> > > > -- > To unsubscribe, e-mail: > <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional > commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org> > --- Aryeh Katz VASCO www.vasco.com -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org> -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
