-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Rainer,

So, I dumped my configuration entirely and tried to get something served
from somewhere other than the default virtual host.

It turns out that the default virtual host does not set a ServerName,
which apparently really confuses Apache httpd 2.2. Either this was not a
problem for Apache httpd 2.0, or I configured it so long ago that I
don't remember doing it.

Everything started working again when I simply set the ServerName in the
default virtual host to:

ServerName my.ip.address:80

What a PITA.

I still have a few questions, though:

1. I still get the JkShmFile error (didn't specify such a directive;
   should I? If I don't need it, can I disable the feature to avoid
   the error message?)

2. Is is okay to have connection_pool_size=1 for my workers? The docs
   suggest to me that it /must be/ set to 1 if I'm using prefork MPM.

3. How much of this crap can I get rid of:

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

Clearly, I can eliminate the lb_factor as I am not using load balancing
of any kind. The pool and socket config are just grandfathered-in, so
I'd appreciate any thoughts you have on that, Rainer.

Once again, thanks for taking the time to read through my posts. You
always seem to be willing to look at anyone's debugging output to help
prove that mod_jk isn't the problem ;) Vielen dank!

- -chris

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFG8Ay59CaO5/Lv0PARAsPLAJ9GsWkgQIJ/dbw2lbDqkB9Qz6mjhgCfYKlY
6f1QFeYBa/DVKvRCUgMdXzo=
=mscb
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to