09-23-04 02:20 PM
"Tulan W. Hu" <twhu@tnecul.moc.invalid> said:
>"Cookie Monster" <cookie.monster@somewhere.com> wrote in...
>
>Those look like the config file of tomcat.
No, those are additional directives in httpd.con (or file included from
httpd.conf) to control the behaviour of mod_jk. If no errors appear
in the log (and these directives are not excluded frmo processing by
some conditional structure), it means that mod_jk is loaded; without
mod_jk these would naturally show as config errors in Apache logs.
What might be missing here is
JkMount /jsp-examples worker1
JkMount /manager worker1
... or some variation of the above. Please double-check from mod_jk
documentation.
--
Wolf a.k.a. Juha Laiho Espoo, Finland
(GC 3.0) GIT d- s+: a C++ ULSH++++$ P++@ L+++ E- W+$@ N++ !K w !O !M V
PS(+) PE Y+ PGP(+) t- 5 !X R !tv b+ !DI D G e+ h---- r+++ y++++
"...cancel my subscription to the resurrection!" (Jim Morrison)
[ Post a follow-up to this message ]
|