How do I determine which it is? I downloaded the binaries...

uno momento...

http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3.1/bin/linux/i38
6/mod_jk-3.3-ap13-eapi.so

Sorry, I don't know whether it's tomcat-connectors or tomcat...

I added the context manually for the ones I need right now, and its fine. I
think you've just answered my next question, which was... how do I generate
mod_jk.conf-auto automatically, without me needing to build it :o)

so my mod_jk.conf file now has something like...

JkMount /webapp1/servlet/* ajp13
...
...
...


Thanks for your help Larry,

Cheers,

Chris

|-----Original Message-----
|From: Larry Isaacs [mailto:[EMAIL PROTECTED]]
|Sent: Wednesday, 15 May 2002 23:01
|To: 'Tomcat Users List'
|Subject: RE: mod_jk not mapping uri successfully for servlets on 3.3.1
|
|
|Chris,
|
|Before I start investigating, would you confirm that this is
|mod_jk built from jakarta-tomcat-connectors/jk/native or
|jakarta-tomcat/src/native source.  In the mean time, feel
|free to use multiple:
|
|   JkMount /<context path>/servlet/* <worker>
|
|Also, unless you need special settings, the Tomcat 3.3.1
|generated config files should be close to what you are looking
|for.  Try "bin/startup jkconf" to generate them and take a
|look.
|
|Cheers,
|Larry
|


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to