-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
All,
I changed my JkLogLevel to debug and here's the output I get when I
request a URL that should be mapped to a Tomcat instance:
[Tue Sep 18 10:52:36.989 2007] [4317:3080799920] [debug]
map_uri_to_worker::jk_uri_worker_map.c (597): Attempting to map URI
'/diagnosis/index.do' from 0 maps
[Tue Sep 18 10:52:36.989 2007] [4317:3080799920] [debug]
map_uri_to_worker::jk_uri_worker_map.c (597): Attempting to map URI
'/diagnosis/index.do' from 0 maps
The URI was, in fact, "/diagnosis/index.do", and I have the following on
my virtual host config file (which I know is being loaded, since it
contains the LoadModule line required to load mod_jk, and if I comment
that LoadModule line out, a syntax check fails on that file):
<VirtualHost *:80>
ServerName [my server name]
DocumentRoot /home/[foo]/does-not-exist (which, in fact, does
not exist)
DirectoryIndex index.shtml
.
.
.
Alias /diagnosis [TOMCAT_HOME]/webapps/diagnosis
JkMount /diagnosis/*.do worker3
(among others)
</VirtualHost>
"worker3" is defined as follows (probably with unnecessary
configuration, but this is an old configuration that has always worked,
so I haven't changed anything in a long time):
worker.worker3.type=ajp13
worker.worker3.host=localhost
worker.worker3.port=8385
worker.worker3.lbfactor=50
worker.worker3.connection_pool_size=1
worker.worker3.connection_pool_timeout=60
worker.worker3.socket_keepalive=1
worker.worker3.socket_timeout=300
... and I'm sure that "worker3" is enabled:
worker.list=worker1, worker2, worker3, worker4, worker5, worker6, worker7
I can find no errors in any of Apache's log files. Any ideas?
Thanks,
- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFG7+de9CaO5/Lv0PARAqemAJ9OKqO79k6Rwje7Y73tpNkTu6HjSACgtZyU
yATEJXBA53gJaxG28sJtil4=
=GGZK
-----END PGP SIGNATURE-----
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]