Apache seems to identify servlets, b assuming that anything in a servlet
directory is handled by tomcat, so servlets will always appear in a servlet
directory. As for the docs, I'd aggree that given JServ is no longer the
prefered route all references to it should perhaps be moved elsewhere. To be
honest I'd concentrate on the mod_jk howto rather than the Apache-Tomcat
howto - its probably a little less confusing.
Basically, mod_jk and jserv do the same thing, but jserv is old and has some
issues. It also takes more work to get configured. Using mod_jk on its own
is the way to go. As I said, check the mod_jk howto (included in the tomcat
distro under docs).
sam
----- Original Message -----
From: "Raj Subramani" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 17, 2001 7:38 PM
Subject: mod_jk - DEAD END!
> Hi,
>
> I have been trying to get mod_jk to integrate with my Apache/Tomcat
> environment.
>
> The documentation talks endlessly about jserv and how to use it even
> though right at the top there is a line saying if you use "mod_jk"
> disable "jserv".
>
> Fantastic.
>
> Finally I reached this archive list to find that I was not alone. Thank
> god for that else I would have jumped off this floor that I am on.
>
> Since Apache cannot seem to resolve /example/servlet to /example
> (apparently that directive is in toncat-apache.conf which iis NOT TO BE
> USED if using mod_jk), what is the solution?
>
> Any takers?
>
> Cheers
> -raj
>