You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Christopher Schultz <ch...@christopherschultz.net> on 2007/09/18 16:57:34 UTC

Re: mod_jk and Apache httpd 2.2 [UPDATE]

-----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: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: mod_jk and Apache httpd 2.2 [UPDATE]

Posted by Rainer Jung <ra...@kippdata.de>.
Going to infinity+1:

>> I would guess: the redundant log lines come from virtual servers.
> 
> Okay. I don't believe I have more than one virtual server, so I would
> have expected maybe a maximum of two "initialized" messages.

See below.

> All of my JkMounts are in a single VirtualHost, and they are intended to
> be accessed only through that VirtualHost.
> 
> This is a configuration that has been working, literally, for years, and
> stopped working all of the sudden. I tried to downgrade to 2.0.x (on my
> gentoo system using packaged apache httpd, which has always been very
> good to work with) and I had dependency problems that I didn't feel like
> dealing with. I'd prefer to get Apache 2.2 working properly.

>> The unusual thing is, that during each of the two passes, again lines
>> are logged multiple times. Some if this is OK, because of the assumed
>> vhost situation.
> 
> Gentoo does virtual hosts by having files in /etc/apache2/vhosts.d that
> get loaded from httpd.conf like this:
> 
> Include /etc/apache2/vhosts.d/*.conf
> 
> My own virtual host file is called foo.conf and looks like this:
> #LoadModule  jk_module /usr/lib/apache2/extra-modules/mod_jk-1.2.25.so
> LoadModule  jk_module
> /usr/lib/apache2/extra-modules/mod_jk-1.2.25-httpd-2.2.4.so
> 
> JkWorkersFile /etc/apache2/jk_workers.properties
> JkLogFile /var/log/apache2/mod_jk.log
> #JkLogLevel info
> JkLogLevel debug
> 
> ServerTokens Major
> 
> <VirtualHost *:80>
>    ... [what I posted in previous messages, including JkMounts]
> </VirtualHost>
> 
>> Some of those are a little strange:
>>
>> For example
>>
>> [Tue Sep 18 11:05:24.002 2007] [4723:3081406128] [debug]
>> open_jklog::mod_jk.c (2652): log time stamp format is '[%a %b %d
>> %H:%M:%S.%Q %Y] '
>>
>> should only appear once for each different jk log file (JkLogFile).
>>
>> So all in all something might be strange about the vhosts and the JK
>> configuration. Could you post all Jk relevant configuration directives
>> an their surrounding vhost structure?
> 
> The gentoo install comes with a "default" virtual host that basically
> just sets up a standard /var/www/localhost/htdocs virtual host. It turns
> on NameVirtualHost but then doesn't specify a server name, so I think it
> only gets used when nothing else matches.

OK, does it contain a <VirtualHost> tag? If so, the NameVirtualHost will 
then be resolved to the first VirtualHost found (and matching he IP/Port 
restrictions). The first one is the default. Combined with your 
difficulties to resolve static content, I expect this "default vhost" to 
be a real vhost, which also gets used as the default. Understanding a 
configuration combining vhosts with "*", vhosts with "_default", vhosts 
with defined IP and port and finally name based vhosts is non trivial. 
So if you don't intend to do name based virtual hosting, disable the 
NameVirtualHost and also this "default" vhost. Consider using a real IP 
instead of "*" in your vhost. Then only the global server and your vhost 
(port 80) should remain.

Also consider defining a separate JkLogFile for the (not used) global 
server. This way you can find out, what gets configured in the globl 
server, and what gets configured in the vhost. It might also be good, to 
add separate eror and access logs to the global server vs. the vhost, so 
that you can easily detect configuration errors (whoops, I'm uing the 
global server ...).

> This is a testing server, so I don't really care that there's a useless
> VirtualHost floating around.
> 
>> Another thing: there is a non-debug startup message
>>
>> [Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [error]
>> init_jk::mod_jk.c (2732): Initializing
>> shm:/usr/lib/apache2/logs/jk-runtime-status.4723 errno=2. Load balancing
>> workers will not function properly.
>>
>> I don't know what erno 2 is on your platform (btw: what's your
>> platform), but most likely it's "No such file or directory". Ommit the
>> "shm:" prefix and make sure the directory exists and is writable.
> 
> I'm using Gentoo Linux with a kernel version of 2.6.17. Errno 2 appears
> to be:
> 
> # perror 2
> OS error code   2:  No such file or directory
> 
> Not surprising.
> 
> I am not intending to use shared memory or load balancing or anything
> like that. Therefore, I have no such configuration in my
> jk_workers.properties file. Could this be the reason why there appear to
> be no "maps" when trying to match JkMounts? Are the workers being
> configured and then discarded because there's no place to put them in
> memory? That would suck, but at least make sense.

Should not be related. Nevertheless even without load balancing, using a 
single member load balancer and shared memory can be interesting because 
of the advanced managment and information features provided by the stu 
worker (that uses the shared memory to comunicate with the lb).

> I'm not sure which configuration directive to tweak in this case... any
> ideas?
> 
> (Btw, I when building my own mod_jk.so, I didn't run 'make install'
> since I don't want the installed messing with my config... I merely
> copied the .so into the properly location and updated my configuration
> accordingly. I hope that's not a problem.)

OK.

>>> Below is the complete mod_jk log file I get when I start up Apache httpd
>>> and do nothing else. This is the log output I get with the first
>>> (failed) request:
>>>
>>> [Tue Sep 18 11:08:37.316 2007] [4727:3081406128] [debug]
>>> map_uri_to_worker::jk_uri_worker_map.c (597): Attempting to map URI
>>> '/diagnosis/index.do' from 0 maps
>>> [Tue Sep 18 11:08:37.316 2007] [4727:3081406128] [debug]
>>> map_uri_to_worker::jk_uri_worker_map.c (597): Attempting to map URI
>>> '/diagnosis/index.do' from 0 maps
>> I'm a little nervous about this child initialization after the request
>> handling (new process). Just to make sure: there are no erros in the
>> apache error log and no signs of core dumps?
> 
> No (relevant) errors in /var/log/apache2/error_log, which is the
> configured error log file. This is the complete error log after startup
> (but before any requests are made):
> 
> [Tue Sep 18 12:56:32 2007] [warn] No JkShmFile defined in httpd.conf.
> Using default /usr/lib/apache2/logs/jk-runtime-status
> [Tue Sep 18 12:56:32 2007] [notice] Digest: generating secret for digest
> authentication ...
> [Tue Sep 18 12:56:32 2007] [notice] Digest: done
> [Tue Sep 18 12:56:33 2007] [warn] No JkShmFile defined in httpd.conf.
> Using default /usr/lib/apache2/logs/jk-runtime-status
> [Tue Sep 18 12:56:33 2007] [notice] Apache/2.2.6 (Unix) mod_jk/1.2.25
> configured -- resuming normal operations
> 
> 
> Then, after my first request:
> [Tue Sep 18 12:57:49 2007] [error] [client 68.50.0.179] File does not
> exist: /var/www/localhost/htdocs/diagnosis
> 
> Something must be wrong with Apache httpd as well, since it won't even
> serve my index.html file from the Aliased directory for /diagnosis.

See above, it's pretty likely, that you don't hit "your" vhost.

> When tailing all three log files (access, error, and mod_jk), this is
> everything a single request generates:
> 
> ==> /var/log/apache2/mod_jk.log <==
> [Tue Sep 18 13:01:01.125 2007] [15226:3080726192] [debug]
> map_uri_to_worker::jk_uri_worker_map.c (597): Attempting to map URI
> '/diagnosis/index.do' from 0 maps
> [Tue Sep 18 13:01:01.125 2007] [15226:3080726192] [debug]
> map_uri_to_worker::jk_uri_worker_map.c (597): Attempting to map URI
> '/diagnosis/index.do' from 0 maps
> 
> ==> /var/log/apache2/access_log <==
> 68.50.0.179 - - [18/Sep/2007:13:01:01 -0400] "GET /diagnosis/index.do
> HTTP/1.1" 404 294
> 
> ==> /var/log/apache2/error_log <==
> [Tue Sep 18 13:01:01 2007] [error] [client 68.50.0.179] File does not
> exist: /var/www/localhost/htdocs/diagnosis
> 
>> After the above lines get
>> logged, the process which handled the request (pid 4727) still exists?
> 
> That appears to be the case. For instance, in the above output, pid
> 15226 is handling the request, and here it is in a ps list moments later:

OK, so the child startup after the request was harmless.

> apache   15224  0.0  0.1   8384  3020 ?        S    12:59   0:00
> /usr/sbin/apache2 -D
> apache   15225  0.0  0.1   8384  3020 ?        S    12:59   0:00
> /usr/sbin/apache2 -D
> apache   15226  0.0  0.1   8384  3020 ?        S    12:59   0:00
> /usr/sbin/apache2 -D
> apache   15227  0.0  0.1   8384  3012 ?        S    12:59   0:00
> /usr/sbin/apache2 -D
> apache   15228  0.0  0.1   8384  2560 ?        S    12:59   0:00
> /usr/sbin/apache2 -D
> apache   15229  0.0  0.1   8384  2560 ?        S    12:59   0:00
> /usr/sbin/apache2 -D
> 
> 
>> This vhost has no JkMounts:
>>
>>> [Tue Sep 18 11:05:24.002 2007] [4723:3081406128] [debug]
>>> uri_worker_map_open::jk_uri_worker_map.c (423): rule map size is 0
> 
> Okay. Any way to find out what VH that is? I would not be surprised to
> find one VH with JkMount and one with none.

Yep. Define a separat log file for the global server and each vhost, 
including the default gentoo one.

>> The next one is strange. It should only appear for a new log file, but
>> we find it in the same log file.
> 
> Before startup, I deleted all log files, so this was fresh after a clean
> startup.
> 
>>> [Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
>>> open_jklog::mod_jk.c (2652): log time stamp format is '[%a %b %d
>>> %H:%M:%S.%Q %Y] '
>>> [Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
>> This vhost has 23 JkMounts:
> 
> Good! ;) That is exactly the number of JkMount directives I have in my
> (desired) virtual host.
> 
>>> uri_worker_map_open::jk_uri_worker_map.c (423): rule map size is 23
> 
>> Whops, and yet another log file/vhost?
> 
> Yeah, strange.
> 
>> The properties to here until ===END=== have no builtin meaing for JK. If
>> you don't use them as variables, delete them. Most of them had some
>> meaning a long time ago (in the context of embedded tomcat)
> 
> Okay, I should probably remove them. As I said, this is from an ancient
> configuration. We don't use load balancing or anything like that, so all
> the lb_factors can probably go, too.
> 
>> So it seems, there are 2 vhosts and the global server, and only one of
>> the three has JkMounts. Maybe your requests got handled by the global
>> server or the other vhost?
> 
> That appears to be the most likely scenario. I can't imagine what might
> be happening, though. This is a pretty straightforward config (at least,
> I thought it was). I'll play around with Apache independently of mod_jk
> for a bit and see what I can come up with.
> 
> Thanks for your infinite patience, Rainer!
> 
> - -chris

Regards,

Rainer

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


Re: mod_jk and Apache httpd 2.2 [RESOLVED ; still have questions]

Posted by Rainer Jung <ra...@kippdata.de>.
Christopher Schultz wrote:
> Rainer Jung wrote:
>>> 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.
>> OK, I see, that our wording is still not clear. What we try to tell the
>> users:
> 
> I think I get it. Basically, the best practice is to leave this setting
> to the default (when using Apache httpd) unless there's some kind of
> problem. Is that about it?

Yes. The only thing one can do is to decrease the value from the 
default. For prefork, there is no useful value smaller than the default 
"1", for worker there could be, but the implications of decreasing are 
dificult to understand.

>>> worker.worker3.connection_pool_timeout=60
>> OK. Maybe a little short. 600 (10 minutes) should be OK as well. It
>> would be good to adjust connectionTimeout in the Tomcat AJP connector to
>> the same value (multiplied by 1000, because it's milliseconds there). We
>> proudly present the new docs page
>> http://tomcat.apache.org/connectors-doc/generic_howto/timeouts.html.
> 
> 60 seconds ought to be enough for a localhost connection to pick up the
> phone, no? If a web user has to wait 60 seconds, they're going to hit
> RELOAD anyway.

This is not a reply timeout. This timeout means: if mod_jk detects a 
backend connection, which was not used during the last XXX seconds, then 
shut it down. mod_jk uses persistent backend connections, we don't want 
to open a backend connection for each new request. But of course load is 
increasing and decreasing, so if you have more backend connections than 
you need for a long time, it would be OK, to shut them down (each 
backend connections needs a separate thread inside tomcat, even if there 
are no requests handled).

Regards,

Rainer

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


Re: mod_jk and Apache httpd 2.2 [RESOLVED ; still have questions]

Posted by Christopher Schultz <ch...@christopherschultz.net>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Rainer,

Rainer Jung wrote:
>> 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?)
> 
> I'm afraid we didn't prepare for that case :(

No problem. I'll explicitly set this to a file that Apache actually has
access to.

>> 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.
> 
> OK, I see, that our wording is still not clear. What we try to tell the
> users:

I think I get it. Basically, the best practice is to leave this setting
to the default (when using Apache httpd) unless there's some kind of
problem. Is that about it?

>> 3. How much of this crap can I get rid of:
[snip]
>> worker.worker3.lbfactor=50
> 
> Only needed if used in combination with an lb worker *and* you want to
> use different values for the members of the lb.

Ok.

>> worker.worker3.connection_pool_timeout=60
> 
> OK. Maybe a little short. 600 (10 minutes) should be OK as well. It
> would be good to adjust connectionTimeout in the Tomcat AJP connector to
> the same value (multiplied by 1000, because it's milliseconds there). We
> proudly present the new docs page
> http://tomcat.apache.org/connectors-doc/generic_howto/timeouts.html.

60 seconds ought to be enough for a localhost connection to pick up the
phone, no? If a web user has to wait 60 seconds, they're going to hit
RELOAD anyway.

>> worker.worker3.socket_keepalive=1
> 
> OK, in case there is a firewall between your httpd and the backend. As
> long as the backend is localhost, it's unlikely you need it.

Ok.

Again, thanks so much for your continued patience nd help.

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

iD8DBQFG8Cpy9CaO5/Lv0PARAmMdAJ4o0QM1zrcNXgzyqqGH4JMIYjj7FgCcCsPK
sd7IhEw6YWQlM7l9JEzNUM8=
=Nt6F
-----END PGP SIGNATURE-----

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


Re: mod_jk and Apache httpd 2.2 [RESOLVED ; still have questions]

Posted by Rainer Jung <ra...@kippdata.de>.
Christopher Schultz wrote:
> -----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.

Good to know.

> 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?)

I'm afraid we didn't prepare for that case :(
See my other mai, why it might be interesting even without real load 
balancing to use the shared memory. If you don't like it, I'm afraid at 
the moment you will have to live with the sartup error.

> 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.

OK, I see, that our wording is still not clear. What we try to tell the 
users:

- this attribute is automatically configured for Apache httpd and all 
MPMs. The default is the number of threads per process, so that each 
request handling thread should be able to use a backend connection 
whenever it needs one.

- for other web servers the default is either 1 or 250 (IIS)

- You might choose non-default values. Using bigger values than the 
default for Apache httpd doesn't make sense, it will simply waste 
ressources. Especially it does not make sense to use a bigger value than 
the default "1" for httpd 1.3 and 2.x/prefork MPM.

If you find a better wording for the workers.properties docs page than 
the existing, please privide us with it :)

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

> worker.worker3.type=ajp13

Default, but I would stick with it to make it more readable.

> worker.worker3.host=localhost

Default, but again I would keep it, because it's not unlikely, that you 
will move the backend away one day.

> worker.worker3.port=8385

Needed.

> worker.worker3.lbfactor=50

Only needed if used in combination with an lb worker *and* you want to 
use different values for the members of the lb.

> worker.worker3.connection_pool_size=1

Default and better to drop the explicit configuration. Once you switch 
to a multi-threaded MPM, this value (1) is most likely not what you 
want. The default gets automatically adapted to the value of threads per 
process.

> worker.worker3.connection_pool_timeout=60

OK. Maybe a little short. 600 (10 minutes) should be OK as well. It 
would be good to adjust connectionTimeout in the Tomcat AJP connector to 
the same value (multiplied by 1000, because it's milliseconds there). We 
proudly present the new docs page 
http://tomcat.apache.org/connectors-doc/generic_howto/timeouts.html.

> worker.worker3.socket_keepalive=1

OK, in case there is a firewall between your httpd and the backend. As 
long as the backend is localhost, it's unlikely you need it.

> worker.worker3.socket_timeout=300

Difficult to judge. Socket timeouts help in some situations and make 
things more difficult to understand in oter situations. You could keep it.

> 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!

Gern geschehen.

Unfortunately somtimes still mod_jk is the problem. But it looks like 
such cases are few these days.

> - -chris

Regards,

Rainer

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


Re: mod_jk and Apache httpd 2.2 [RESOLVED ; still have questions]

Posted by Christopher Schultz <ch...@christopherschultz.net>.
-----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: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: mod_jk and Apache httpd 2.2 [UPDATE]

Posted by Christopher Schultz <ch...@christopherschultz.net>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Rainer,

Thanks for the reply.

Rainer Jung wrote:
> I would guess: the redundant log lines come from virtual servers.

Okay. I don't believe I have more than one virtual server, so I would
have expected maybe a maximum of two "initialized" messages.

> Most
> of mod_jk Apache httpd configuration is now well-behaved w.r.t. virtual
> servers, i.e. you can configure most items differently for each vhost.
> For example log file, JkOptions etc. Some exceptions exist, like
> JkWorkersFile or JkShmFile.
> 
> JkMount is not inherited automatically.

All of my JkMounts are in a single VirtualHost, and they are intended to
be accessed only through that VirtualHost.

This is a configuration that has been working, literally, for years, and
stopped working all of the sudden. I tried to downgrade to 2.0.x (on my
gentoo system using packaged apache httpd, which has always been very
good to work with) and I had dependency problems that I didn't feel like
dealing with. I'd prefer to get Apache 2.2 working properly.

>> Just to add more information, I'm running Apache httpd 2.2.6 with no
>> options set for the MPM that I know of, and I can see multiple httpd
>> processes when I run 'ps', so I'd imagine that I'm using the prefork MPM.
> 
> You can find out about your MPM via "httpd -V". It contains the name of
> the MPM in one of the first lines of the output.

Yep: I'm using the prefork MPM:

# /usr/sbin/apache2 -V
Server version: Apache/2.2.6 (Unix)
Server built:   Sep 18 2007 08:55:32
Server's Module Magic Number: 20051115:5
Server loaded:  APR 1.2.8, APR-Util 1.2.8
Compiled using: APR 1.2.8, APR-Util 1.2.8
Architecture:   32-bit
Server MPM:     Prefork
  threaded:     no
    forked:     yes (variable process count)
Server compiled with....
 -D APACHE_MPM_DIR="server/mpm/prefork"
 -D APR_HAS_SENDFILE
 -D APR_HAS_MMAP
 -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
 -D APR_USE_SYSVSEM_SERIALIZE
 -D APR_USE_PTHREAD_SERIALIZE
 -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
 -D APR_HAS_OTHER_CHILD
 -D AP_HAVE_RELIABLE_PIPED_LOGS
 -D DYNAMIC_MODULE_LIMIT=128
 -D HTTPD_ROOT="/usr"
 -D SUEXEC_BIN="/usr/sbin/suexec"
 -D DEFAULT_PIDLOG="/var/run/httpd.pid"
 -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
 -D DEFAULT_LOCKFILE="/var/run/accept.lock"
 -D DEFAULT_ERRORLOG="logs/error_log"
 -D AP_TYPES_CONFIG_FILE="/etc/apache2/mime.types"
 -D SERVER_CONFIG_FILE="/etc/apache2/httpd.conf"
#

> Concerning 2.0 vs. 2.2: yes, the binary build is different, but the
> module code is the same, because the2.0 and 2.2 APIs are very close.
> That's the reson, the build result is in the apache-2.0 directory and we
> don't have an apache-2.2 directory.

Okay, thanks for the info. I wasn't too worried, since Apache was happy
to load the module and it looked like it was initializing properly.

> Concerning the workers config:
> 
> worker.worker3.connection_pool_size=1
> 
> Don't do that unless you are totally convinced you really want it :)

Heh; I'm not... like I said, this is an old configuration that has
served us well for years.

> The unusual thing is, that during each of the two passes, again lines
> are logged multiple times. Some if this is OK, because of the assumed
> vhost situation.

Gentoo does virtual hosts by having files in /etc/apache2/vhosts.d that
get loaded from httpd.conf like this:

Include /etc/apache2/vhosts.d/*.conf

My own virtual host file is called foo.conf and looks like this:
#LoadModule  jk_module /usr/lib/apache2/extra-modules/mod_jk-1.2.25.so
LoadModule  jk_module
/usr/lib/apache2/extra-modules/mod_jk-1.2.25-httpd-2.2.4.so

JkWorkersFile /etc/apache2/jk_workers.properties
JkLogFile /var/log/apache2/mod_jk.log
#JkLogLevel info
JkLogLevel debug

ServerTokens Major

<VirtualHost *:80>
   ... [what I posted in previous messages, including JkMounts]
</VirtualHost>

> Some of those are a little strange:
> 
> For example
> 
> [Tue Sep 18 11:05:24.002 2007] [4723:3081406128] [debug]
> open_jklog::mod_jk.c (2652): log time stamp format is '[%a %b %d
> %H:%M:%S.%Q %Y] '
> 
> should only appear once for each different jk log file (JkLogFile).
> 
> So all in all something might be strange about the vhosts and the JK
> configuration. Could you post all Jk relevant configuration directives
> an their surrounding vhost structure?

The gentoo install comes with a "default" virtual host that basically
just sets up a standard /var/www/localhost/htdocs virtual host. It turns
on NameVirtualHost but then doesn't specify a server name, so I think it
only gets used when nothing else matches.

This is a testing server, so I don't really care that there's a useless
VirtualHost floating around.

> Another thing: there is a non-debug startup message
> 
> [Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [error]
> init_jk::mod_jk.c (2732): Initializing
> shm:/usr/lib/apache2/logs/jk-runtime-status.4723 errno=2. Load balancing
> workers will not function properly.
> 
> I don't know what erno 2 is on your platform (btw: what's your
> platform), but most likely it's "No such file or directory". Ommit the
> "shm:" prefix and make sure the directory exists and is writable.

I'm using Gentoo Linux with a kernel version of 2.6.17. Errno 2 appears
to be:

# perror 2
OS error code   2:  No such file or directory

Not surprising.

I am not intending to use shared memory or load balancing or anything
like that. Therefore, I have no such configuration in my
jk_workers.properties file. Could this be the reason why there appear to
be no "maps" when trying to match JkMounts? Are the workers being
configured and then discarded because there's no place to put them in
memory? That would suck, but at least make sense.

I'm not sure which configuration directive to tweak in this case... any
ideas?

(Btw, I when building my own mod_jk.so, I didn't run 'make install'
since I don't want the installed messing with my config... I merely
copied the .so into the properly location and updated my configuration
accordingly. I hope that's not a problem.)

>> Below is the complete mod_jk log file I get when I start up Apache httpd
>> and do nothing else. This is the log output I get with the first
>> (failed) request:
>>
>> [Tue Sep 18 11:08:37.316 2007] [4727:3081406128] [debug]
>> map_uri_to_worker::jk_uri_worker_map.c (597): Attempting to map URI
>> '/diagnosis/index.do' from 0 maps
>> [Tue Sep 18 11:08:37.316 2007] [4727:3081406128] [debug]
>> map_uri_to_worker::jk_uri_worker_map.c (597): Attempting to map URI
>> '/diagnosis/index.do' from 0 maps
> 
> I'm a little nervous about this child initialization after the request
> handling (new process). Just to make sure: there are no erros in the
> apache error log and no signs of core dumps?

No (relevant) errors in /var/log/apache2/error_log, which is the
configured error log file. This is the complete error log after startup
(but before any requests are made):

[Tue Sep 18 12:56:32 2007] [warn] No JkShmFile defined in httpd.conf.
Using default /usr/lib/apache2/logs/jk-runtime-status
[Tue Sep 18 12:56:32 2007] [notice] Digest: generating secret for digest
authentication ...
[Tue Sep 18 12:56:32 2007] [notice] Digest: done
[Tue Sep 18 12:56:33 2007] [warn] No JkShmFile defined in httpd.conf.
Using default /usr/lib/apache2/logs/jk-runtime-status
[Tue Sep 18 12:56:33 2007] [notice] Apache/2.2.6 (Unix) mod_jk/1.2.25
configured -- resuming normal operations


Then, after my first request:
[Tue Sep 18 12:57:49 2007] [error] [client 68.50.0.179] File does not
exist: /var/www/localhost/htdocs/diagnosis

Something must be wrong with Apache httpd as well, since it won't even
serve my index.html file from the Aliased directory for /diagnosis.

When tailing all three log files (access, error, and mod_jk), this is
everything a single request generates:

==> /var/log/apache2/mod_jk.log <==
[Tue Sep 18 13:01:01.125 2007] [15226:3080726192] [debug]
map_uri_to_worker::jk_uri_worker_map.c (597): Attempting to map URI
'/diagnosis/index.do' from 0 maps
[Tue Sep 18 13:01:01.125 2007] [15226:3080726192] [debug]
map_uri_to_worker::jk_uri_worker_map.c (597): Attempting to map URI
'/diagnosis/index.do' from 0 maps

==> /var/log/apache2/access_log <==
68.50.0.179 - - [18/Sep/2007:13:01:01 -0400] "GET /diagnosis/index.do
HTTP/1.1" 404 294

==> /var/log/apache2/error_log <==
[Tue Sep 18 13:01:01 2007] [error] [client 68.50.0.179] File does not
exist: /var/www/localhost/htdocs/diagnosis

> After the above lines get
> logged, the process which handled the request (pid 4727) still exists?

That appears to be the case. For instance, in the above output, pid
15226 is handling the request, and here it is in a ps list moments later:

apache   15224  0.0  0.1   8384  3020 ?        S    12:59   0:00
/usr/sbin/apache2 -D
apache   15225  0.0  0.1   8384  3020 ?        S    12:59   0:00
/usr/sbin/apache2 -D
apache   15226  0.0  0.1   8384  3020 ?        S    12:59   0:00
/usr/sbin/apache2 -D
apache   15227  0.0  0.1   8384  3012 ?        S    12:59   0:00
/usr/sbin/apache2 -D
apache   15228  0.0  0.1   8384  2560 ?        S    12:59   0:00
/usr/sbin/apache2 -D
apache   15229  0.0  0.1   8384  2560 ?        S    12:59   0:00
/usr/sbin/apache2 -D


> This vhost has no JkMounts:
> 
>> [Tue Sep 18 11:05:24.002 2007] [4723:3081406128] [debug]
>> uri_worker_map_open::jk_uri_worker_map.c (423): rule map size is 0

Okay. Any way to find out what VH that is? I would not be surprised to
find one VH with JkMount and one with none.

> The next one is strange. It should only appear for a new log file, but
> we find it in the same log file.

Before startup, I deleted all log files, so this was fresh after a clean
startup.

>> [Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
>> open_jklog::mod_jk.c (2652): log time stamp format is '[%a %b %d
>> %H:%M:%S.%Q %Y] '
>> [Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
> 
> This vhost has 23 JkMounts:

Good! ;) That is exactly the number of JkMount directives I have in my
(desired) virtual host.

>> uri_worker_map_open::jk_uri_worker_map.c (423): rule map size is 23

> Whops, and yet another log file/vhost?

Yeah, strange.

> The properties to here until ===END=== have no builtin meaing for JK. If
> you don't use them as variables, delete them. Most of them had some
> meaning a long time ago (in the context of embedded tomcat)

Okay, I should probably remove them. As I said, this is from an ancient
configuration. We don't use load balancing or anything like that, so all
the lb_factors can probably go, too.

> So it seems, there are 2 vhosts and the global server, and only one of
> the three has JkMounts. Maybe your requests got handled by the global
> server or the other vhost?

That appears to be the most likely scenario. I can't imagine what might
be happening, though. This is a pretty straightforward config (at least,
I thought it was). I'll play around with Apache independently of mod_jk
for a bit and see what I can come up with.

Thanks for your infinite patience, Rainer!

- -chris

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

iD8DBQFG8AYw9CaO5/Lv0PARAkmLAJ95QE8Qdu+bk01DhdVywaY0abLemgCguxDB
4jEXNSunnlRJRbxqybdi+MQ=
=56Ci
-----END PGP SIGNATURE-----

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


Re: mod_jk and Apache httpd 2.2 [UPDATE]

Posted by Rainer Jung <ra...@kippdata.de>.
Hi Chris,

Christopher Schultz wrote:
> Strange... it looks like mod_jk is initializing itself more than once. I
> even tried the binary available online for Apache httpd 2.2.4 (2.2.6
> wasn't available), and it appears to be giving me the same results.

I would guess: the redundant log lines come from virtual servers. Most 
of mod_jk Apache httpd configuration is now well-behaved w.r.t. virtual 
servers, i.e. you can configure most items differently for each vhost. 
For example log file, JkOptions etc. Some exceptions exist, like 
JkWorkersFile or JkShmFile.

JkMount is not inherited automatically. I forgot, if they were for httpd 
1.3 and maybe around JK 1.2.15 for httpd 2.x. If you don't want to copy 
the JkMounts to each VHost and instead want to inherit them from a less 
special VHost to a more special vhost, you need to set JkMountCopy.

Page

http://tomcat.apache.org/connectors-doc/reference/apache.html

says about JkMountCopy:

===
If this directive is set to On in some virtual server, the mounts from 
the global server will be copied to the virtual server, more precisely 
all mounts defined by JkMount or JkUnMount. The Mounts defined by 
JkMountFile and JkAutoAlias will only be inherited, if the VirtualHost 
does not define it's own JkMountFile or JkAutoAlias.
This directive is only allowed inside VirtualHost.
The default is Off.
===

The fact, that mounts are VHost-specific also has another consequence 
(unfortunately): the requests to the status worker are run in the 
context of the VHost that handles the request. The status worker can 
then only see the mounts defined for this vhost and show them on the 
results page.

So if you have different vhosts and want to check, which mounts are 
active in which vhost, you can define a status worker and call the url 
of the status worker in each vhost.

> Just to add more information, I'm running Apache httpd 2.2.6 with no
> options set for the MPM that I know of, and I can see multiple httpd
> processes when I run 'ps', so I'd imagine that I'm using the prefork MPM.

You can find out about your MPM via "httpd -V". It contains the name of 
the MPM in one of the first lines of the output.

Concerning 2.0 vs. 2.2: yes, the binary build is different, but the 
module code is the same, because the2.0 and 2.2 APIs are very close. 
That's the reson, the build result is in the apache-2.0 directory and we 
don't have an apache-2.2 directory.

Concerning the workers config:

worker.worker3.connection_pool_size=1

Don't do that unless you are totally convinced you really want it :)

Concerning double log lines:

There are several aspects about "double". First during Apache httpd 
startup in fact initialization is done twice. This is standard and has 
nothing to do with mod_jk. In your appended log file this relates to a 
block of log lines contained process and thread ids [4723:3081406128] 
and after that the same log lines for [4724:3081406128].

The unusual thing is, that during each of the two passes, again lines 
are logged multiple times. Some if this is OK, because of the assumed 
vhost situation. Some of those are a little strange:

For example

[Tue Sep 18 11:05:24.002 2007] [4723:3081406128] [debug]
open_jklog::mod_jk.c (2652): log time stamp format is '[%a %b %d 
%H:%M:%S.%Q %Y] '

should only appear once for each different jk log file (JkLogFile).

So all in all something might be strange about the vhosts and the JK 
configuration. Could you post all Jk relevant configuration directives 
an their surrounding vhost structure?

Another thing: there is a non-debug startup message

[Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [error]
init_jk::mod_jk.c (2732): Initializing
shm:/usr/lib/apache2/logs/jk-runtime-status.4723 errno=2. Load balancing
workers will not function properly.

I don't know what erno 2 is on your platform (btw: what's your 
platform), but most likely it's "No such file or directory". Ommit the 
"shm:" prefix and make sure the directory exists and is writable.

> Below is the complete mod_jk log file I get when I start up Apache httpd
> and do nothing else. This is the log output I get with the first
> (failed) request:
> 
> [Tue Sep 18 11:08:37.316 2007] [4727:3081406128] [debug]
> map_uri_to_worker::jk_uri_worker_map.c (597): Attempting to map URI
> '/diagnosis/index.do' from 0 maps
> [Tue Sep 18 11:08:37.316 2007] [4727:3081406128] [debug]
> map_uri_to_worker::jk_uri_worker_map.c (597): Attempting to map URI
> '/diagnosis/index.do' from 0 maps

I'm a little nervous about this child initialization after the request 
handling (new process). Just to make sure: there are no erros in the 
apache error log and no signs of core dumps? After the above lines get 
logged, the process which handled the request (pid 4727) still exists?

> [Tue Sep 18 11:08:38.017 2007] [4741:3081406128] [debug]
> jk_child_init::mod_jk.c (2682): Attached
> shm:/usr/lib/apache2/logs/jk-runtime-status.4724
> [Tue Sep 18 11:08:38.017 2007] [4741:3081406128] [debug]
> jk_child_init::mod_jk.c (2692): Initialized mod_jk/1.2.25
> 
> Any help would be greatly appreciated!
> 
> Thanks,
> - -chris
> 
> =========================================
> 
> So, here's the startup log file:
> 
> * apologies for any word-wrapping
> * all workers are configured similarly
>   (workerN maps to localhost:8N80 with similar options)
> 
> [Tue Sep 18 11:05:24.002 2007] [4723:3081406128] [debug]
> open_jklog::mod_jk.c (2652): log time stamp format is '[%a %b %d
> %H:%M:%S.%Q %Y] '

This vhost has no JkMounts:

> [Tue Sep 18 11:05:24.002 2007] [4723:3081406128] [debug]
> uri_worker_map_open::jk_uri_worker_map.c (423): rule map size is 0

The next one is strange. It should only appear for a new log file, but 
we find it in the same log file.

> [Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
> open_jklog::mod_jk.c (2652): log time stamp format is '[%a %b %d
> %H:%M:%S.%Q %Y] '
> [Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]

This vhost has 23 JkMounts:

> uri_worker_map_open::jk_uri_worker_map.c (423): rule map size is 23
> [Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
> uri_worker_map_add::jk_uri_worker_map.c (364): wildchar rule
> '/dsm/*.jsp=worker4' source 'JkMount' was added
> [Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
> uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
> '/dsm/authenticate/j_security_check=worker4' source 'JkMount' was added
> [Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
> uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
> '/dsm/j_security_check=worker4' source 'JkMount' was added
> [Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
> uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
> '/diagnosis/doctor/report/overview.html=worker5' source 'JkMount' was added
> [Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
> uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
> '/diagnosis/doctor/report/details.html=worker5' source 'JkMount' was added
> [Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
> uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
> '/diagnosis/doctor/report/bare_details.html=worker5' source 'JkMount'
> was added
> [Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
> uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
> '/diagnosis/doctor/report/physical.html=worker5' source 'JkMount' was added
> [Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
> uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
> '/diagnosis/doctor/report/plan.html=worker5' source 'JkMount' was added
> [Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
> uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
> '/diagnosis/doctor/report/full.html=worker5' source 'JkMount' was added
> [Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
> uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
> '/diagnosis/doctor/report/report.pdf=worker5' source 'JkMount' was added
> [Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
> uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
> '/diagnosis/doctor/showClinicianWorksheet.do=worker5' source 'JkMount'
> was added
> [Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
> uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
> '/diagnosis/doctor/report/resources/browse.html=worker5' source
> 'JkMount' was added
> [Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
> uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
> '/diagnosis/doctor/report/resources/search.html=worker5' source
> 'JkMount' was added
> [Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
> uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
> '/diagnosis/doctor/report/resources/list.html=worker5' source 'JkMount'
> was added
> [Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
> uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
> '/diagnosis/doctor/report/resources/details.html=worker5' source
> 'JkMount' was added
> [Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
> uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
> '/diagnosis/doctor/report/resources/printable.html=worker5' source
> 'JkMount' was added
> [Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
> uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
> '/diagnosis/doctor/report/resources/dtw.html=worker5' source 'JkMount'
> was added
> [Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
> uri_worker_map_add::jk_uri_worker_map.c (364): wildchar rule
> '/diagnosis/*.do=worker3' source 'JkMount' was added
> [Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
> uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
> '/diagnosis/j_security_check=worker3' source 'JkMount' was added
> [Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
> uri_worker_map_add::jk_uri_worker_map.c (364): wildchar rule
> '/diagnosis/*.jsp=worker3' source 'JkMount' was added
> [Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
> uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
> '/diagnosis/servlet/dxtree=worker3' source 'JkMount' was added
> [Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
> uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
> '/diagnosis/provision=worker3' source 'JkMount' was added
> [Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
> uri_worker_map_add::jk_uri_worker_map.c (364): wildchar rule
> '/diagnosis/staff/questionnaire/*=worker3' source 'JkMount' was added

Whops, and yet another log file/vhost?

> [Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
> open_jklog::mod_jk.c (2652): log time stamp format is '[%a %b %d
> %H:%M:%S.%Q %Y] '

That one again has no JkMounts:

> [Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
> uri_worker_map_open::jk_uri_worker_map.c (423): rule map size is 0

And now for the global initialization ...

> [Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [error]
> init_jk::mod_jk.c (2732): Initializing
> shm:/usr/lib/apache2/logs/jk-runtime-status.4723 errno=2. Load balancing
> workers will not function properly.

Aha, looks like it's a prefork MPM:

> [Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
> init_jk::mod_jk.c (2743): Setting default connection pool max size to 1

The properties to here until ===END=== have no builtin meaing for JK. If 
you don't use them as variables, delete them. Most of them had some 
meaning a long time ago (in the context of embedded tomcat)

> [Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
> jk_map_read_property::jk_map.c (495): Adding property
> 'workers.apache_log' with value '/var/log/apache2/mod_jk.log' to map.
> [Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
> jk_map_read_property::jk_map.c (495): Adding property
> 'workers.tomcat_home' with value '/usr/local/tomcat/' to map.
> [Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
> jk_map_read_property::jk_map.c (495): Adding property
> 'workers.java_home' with value '/usr/local/java/' to map.
> [Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
> jk_map_read_property::jk_map.c (495): Adding property 'ps' with value
> '/' to map.

=== END ===

So it seems, there are 2 vhosts and the global server, and only one of 
the three has JkMounts. Maybe your requests goit handled by the global 
server or the other vhost?

Regards,

Rainer

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


Re: mod_jk and Apache httpd 2.2 [UPDATE]

Posted by Christopher Schultz <ch...@christopherschultz.net>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

All,

Strange... it looks like mod_jk is initializing itself more than once. I
even tried the binary available online for Apache httpd 2.2.4 (2.2.6
wasn't available), and it appears to be giving me the same results.

Just to add more information, I'm running Apache httpd 2.2.6 with no
options set for the MPM that I know of, and I can see multiple httpd
processes when I run 'ps', so I'd imagine that I'm using the prefork MPM.

Below is the complete mod_jk log file I get when I start up Apache httpd
and do nothing else. This is the log output I get with the first
(failed) request:

[Tue Sep 18 11:08:37.316 2007] [4727:3081406128] [debug]
map_uri_to_worker::jk_uri_worker_map.c (597): Attempting to map URI
'/diagnosis/index.do' from 0 maps
[Tue Sep 18 11:08:37.316 2007] [4727:3081406128] [debug]
map_uri_to_worker::jk_uri_worker_map.c (597): Attempting to map URI
'/diagnosis/index.do' from 0 maps
[Tue Sep 18 11:08:38.017 2007] [4741:3081406128] [debug]
jk_child_init::mod_jk.c (2682): Attached
shm:/usr/lib/apache2/logs/jk-runtime-status.4724
[Tue Sep 18 11:08:38.017 2007] [4741:3081406128] [debug]
jk_child_init::mod_jk.c (2692): Initialized mod_jk/1.2.25

Any help would be greatly appreciated!

Thanks,
- -chris

=========================================

So, here's the startup log file:

* apologies for any word-wrapping
* all workers are configured similarly
  (workerN maps to localhost:8N80 with similar options)

[Tue Sep 18 11:05:24.002 2007] [4723:3081406128] [debug]
open_jklog::mod_jk.c (2652): log time stamp format is '[%a %b %d
%H:%M:%S.%Q %Y] '
[Tue Sep 18 11:05:24.002 2007] [4723:3081406128] [debug]
uri_worker_map_open::jk_uri_worker_map.c (423): rule map size is 0
[Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
open_jklog::mod_jk.c (2652): log time stamp format is '[%a %b %d
%H:%M:%S.%Q %Y] '
[Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
uri_worker_map_open::jk_uri_worker_map.c (423): rule map size is 23
[Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (364): wildchar rule
'/dsm/*.jsp=worker4' source 'JkMount' was added
[Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/dsm/authenticate/j_security_check=worker4' source 'JkMount' was added
[Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/dsm/j_security_check=worker4' source 'JkMount' was added
[Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/diagnosis/doctor/report/overview.html=worker5' source 'JkMount' was added
[Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/diagnosis/doctor/report/details.html=worker5' source 'JkMount' was added
[Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/diagnosis/doctor/report/bare_details.html=worker5' source 'JkMount'
was added
[Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/diagnosis/doctor/report/physical.html=worker5' source 'JkMount' was added
[Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/diagnosis/doctor/report/plan.html=worker5' source 'JkMount' was added
[Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/diagnosis/doctor/report/full.html=worker5' source 'JkMount' was added
[Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/diagnosis/doctor/report/report.pdf=worker5' source 'JkMount' was added
[Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/diagnosis/doctor/showClinicianWorksheet.do=worker5' source 'JkMount'
was added
[Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/diagnosis/doctor/report/resources/browse.html=worker5' source
'JkMount' was added
[Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/diagnosis/doctor/report/resources/search.html=worker5' source
'JkMount' was added
[Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/diagnosis/doctor/report/resources/list.html=worker5' source 'JkMount'
was added
[Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/diagnosis/doctor/report/resources/details.html=worker5' source
'JkMount' was added
[Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/diagnosis/doctor/report/resources/printable.html=worker5' source
'JkMount' was added
[Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/diagnosis/doctor/report/resources/dtw.html=worker5' source 'JkMount'
was added
[Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (364): wildchar rule
'/diagnosis/*.do=worker3' source 'JkMount' was added
[Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/diagnosis/j_security_check=worker3' source 'JkMount' was added
[Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (364): wildchar rule
'/diagnosis/*.jsp=worker3' source 'JkMount' was added
[Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/diagnosis/servlet/dxtree=worker3' source 'JkMount' was added
[Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/diagnosis/provision=worker3' source 'JkMount' was added
[Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (364): wildchar rule
'/diagnosis/staff/questionnaire/*=worker3' source 'JkMount' was added
[Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
open_jklog::mod_jk.c (2652): log time stamp format is '[%a %b %d
%H:%M:%S.%Q %Y] '
[Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
uri_worker_map_open::jk_uri_worker_map.c (423): rule map size is 0
[Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [error]
init_jk::mod_jk.c (2732): Initializing
shm:/usr/lib/apache2/logs/jk-runtime-status.4723 errno=2. Load balancing
workers will not function properly.
[Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
init_jk::mod_jk.c (2743): Setting default connection pool max size to 1
[Tue Sep 18 11:05:24.003 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'workers.apache_log' with value '/var/log/apache2/mod_jk.log' to map.
[Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'workers.tomcat_home' with value '/usr/local/tomcat/' to map.
[Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'workers.java_home' with value '/usr/local/java/' to map.
[Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property 'ps' with value
'/' to map.
[Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property 'worker.list' with
value 'worker1, worker2, worker3, worker4, worker5, worker6, worker7' to
map.
[Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker1.type' with value 'ajp13' to map.
[Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker1.host' with value 'localhost' to map.
[Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker1.port' with value '8185' to map.
[Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker1.lbfactor' with value '50' to map.
[Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker1.connection_pool_size' with value '1' to map.
[Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker1.connection_pool_timeout' with value '60' to map.
[Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker1.socket_keepalive' with value '1' to map.
[Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker1.socket_timeout' with value '300' to map.
[Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker2.type' with value 'ajp13' to map.
[Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker2.host' with value 'localhost' to map.
[Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker2.port' with value '8285' to map.
[Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker2.lbfactor' with value '50' to map.
[Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker2.connection_pool_size' with value '1' to map.
[Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker2.connection_pool_timeout' with value '60' to map.
[Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker2.socket_keepalive' with value '1' to map.
[Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker2.socket_timeout' with value '300' to map.
[Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker3.type' with value 'ajp13' to map.
[Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker3.host' with value 'localhost' to map.
[Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker3.port' with value '8385' to map.
[Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker3.lbfactor' with value '50' to map.
[Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker3.connection_pool_size' with value '1' to map.
[Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker3.connection_pool_timeout' with value '60' to map.
[Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker3.socket_keepalive' with value '1' to map.
[Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker3.socket_timeout' with value '300' to map.
[Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker4.type' with value 'ajp13' to map.
[Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker4.host' with value 'localhost' to map.
[Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker4.port' with value '8485' to map.
[Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker4.lbfactor' with value '50' to map.
[Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker4.connection_pool_size' with value '1' to map.
[Tue Sep 18 11:05:24.004 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker4.connection_pool_timeout' with value '60' to map.
[Tue Sep 18 11:05:24.005 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker4.socket_keepalive' with value '1' to map.
[Tue Sep 18 11:05:24.005 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker4.socket_timeout' with value '300' to map.
[Tue Sep 18 11:05:24.005 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker5.type' with value 'ajp13' to map.
[Tue Sep 18 11:05:24.005 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker5.host' with value 'localhost' to map.
[Tue Sep 18 11:05:24.005 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker5.port' with value '8585' to map.
[Tue Sep 18 11:05:24.005 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker5.lbfactor' with value '50' to map.
[Tue Sep 18 11:05:24.005 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker5.connection_pool_size' with value '1' to map.
[Tue Sep 18 11:05:24.005 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker5.connection_pool_timeout' with value '60' to map.
[Tue Sep 18 11:05:24.005 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker5.socket_keepalive' with value '1' to map.
[Tue Sep 18 11:05:24.005 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker5.socket_timeout' with value '300' to map.
[Tue Sep 18 11:05:24.005 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker6.type' with value 'ajp13' to map.
[Tue Sep 18 11:05:24.005 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker6.host' with value 'localhost' to map.
[Tue Sep 18 11:05:24.005 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker6.port' with value '8685' to map.
[Tue Sep 18 11:05:24.005 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker6.lbfactor' with value '50' to map.
[Tue Sep 18 11:05:24.005 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker6.connection_pool_size' with value '1' to map.
[Tue Sep 18 11:05:24.005 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker6.connection_pool_timeout' with value '60' to map.
[Tue Sep 18 11:05:24.005 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker6.socket_keepalive' with value '1' to map.
[Tue Sep 18 11:05:24.005 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker6.socket_timeout' with value '300' to map.
[Tue Sep 18 11:05:24.005 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker7.type' with value 'ajp13' to map.
[Tue Sep 18 11:05:24.005 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker7.host' with value 'localhost' to map.
[Tue Sep 18 11:05:24.005 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker7.port' with value '8785' to map.
[Tue Sep 18 11:05:24.005 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker7.lbfactor' with value '50' to map.
[Tue Sep 18 11:05:24.005 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker7.connection_pool_size' with value '1' to map.
[Tue Sep 18 11:05:24.005 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker7.connection_pool_timeout' with value '60' to map.
[Tue Sep 18 11:05:24.005 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker7.socket_keepalive' with value '1' to map.
[Tue Sep 18 11:05:24.005 2007] [4723:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker7.socket_timeout' with value '300' to map.
[Tue Sep 18 11:05:24.005 2007] [4723:3081406128] [debug]
jk_map_resolve_references::jk_map.c (745): Checking for references with
prefix worker. with wildcard (recursion 1)
[Tue Sep 18 11:05:24.005 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'ServerRoot' -> '/usr/lib/apache2'
[Tue Sep 18 11:05:24.005 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'workers.apache_log' ->
'/var/log/apache2/mod_jk.log'
[Tue Sep 18 11:05:24.005 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'workers.tomcat_home' ->
'/usr/local/tomcat/'
[Tue Sep 18 11:05:24.005 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'workers.java_home' ->
'/usr/local/java/'
[Tue Sep 18 11:05:24.005 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'ps' -> '/'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.list' -> 'worker1,
worker2, worker3, worker4, worker5, worker6, worker7'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker1.type' -> 'ajp13'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker1.host' ->
'localhost'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker1.port' -> '8185'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker1.lbfactor' -> '50'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker1.connection_pool_size' -> '1'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker1.connection_pool_timeout' -> '60'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker1.socket_keepalive' -> '1'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker1.socket_timeout' -> '300'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker2.type' -> 'ajp13'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker2.host' ->
'localhost'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker2.port' -> '8285'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker2.lbfactor' -> '50'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker2.connection_pool_size' -> '1'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker2.connection_pool_timeout' -> '60'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker2.socket_keepalive' -> '1'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker2.socket_timeout' -> '300'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker3.type' -> 'ajp13'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker3.host' ->
'localhost'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker3.port' -> '8385'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker3.lbfactor' -> '50'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker3.connection_pool_size' -> '1'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker3.connection_pool_timeout' -> '60'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker3.socket_keepalive' -> '1'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker3.socket_timeout' -> '300'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker4.type' -> 'ajp13'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker4.host' ->
'localhost'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker4.port' -> '8485'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker4.lbfactor' -> '50'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker4.connection_pool_size' -> '1'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker4.connection_pool_timeout' -> '60'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker4.socket_keepalive' -> '1'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker4.socket_timeout' -> '300'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker5.type' -> 'ajp13'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker5.host' ->
'localhost'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker5.port' -> '8585'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker5.lbfactor' -> '50'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker5.connection_pool_size' -> '1'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker5.connection_pool_timeout' -> '60'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker5.socket_keepalive' -> '1'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker5.socket_timeout' -> '300'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker6.type' -> 'ajp13'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker6.host' ->
'localhost'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker6.port' -> '8685'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker6.lbfactor' -> '50'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker6.connection_pool_size' -> '1'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker6.connection_pool_timeout' -> '60'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker6.socket_keepalive' -> '1'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker6.socket_timeout' -> '300'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker7.type' -> 'ajp13'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker7.host' ->
'localhost'
[Tue Sep 18 11:05:24.006 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker7.port' -> '8785'
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker7.lbfactor' -> '50'
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker7.connection_pool_size' -> '1'
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker7.connection_pool_timeout' -> '60'
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker7.socket_keepalive' -> '1'
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker7.socket_timeout' -> '300'
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
build_worker_map::jk_worker.c (241): creating worker worker1
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
wc_create_worker::jk_worker.c (145): about to create instance worker1 of
ajp13
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
wc_create_worker::jk_worker.c (158): about to validate and init worker1
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
ajp_validate::jk_ajp_common.c (2151): worker worker1 contact is
'localhost:8185'
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2281): setting endpoint options:
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2284): keepalive:        1
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2288): timeout:          300
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2292): buffer size:      0
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2296): pool timeout:     60
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2300): connect timeout:  0
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2304): reply timeout:    0
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2308): prepost timeout:  0
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2312): recovery options: 0
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2316): retries:          2
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2320): max packet size:  8192
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
ajp_create_endpoint_cache::jk_ajp_common.c (2188): setting connection
pool size to 1 with min 1
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
build_worker_map::jk_worker.c (241): creating worker worker2
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
wc_create_worker::jk_worker.c (145): about to create instance worker2 of
ajp13
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
wc_create_worker::jk_worker.c (158): about to validate and init worker2
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
ajp_validate::jk_ajp_common.c (2151): worker worker2 contact is
'localhost:8285'
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2281): setting endpoint options:
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2284): keepalive:        1
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2288): timeout:          300
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2292): buffer size:      0
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2296): pool timeout:     60
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2300): connect timeout:  0
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2304): reply timeout:    0
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2308): prepost timeout:  0
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2312): recovery options: 0
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2316): retries:          2
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2320): max packet size:  8192
[Tue Sep 18 11:05:24.007 2007] [4723:3081406128] [debug]
ajp_create_endpoint_cache::jk_ajp_common.c (2188): setting connection
pool size to 1 with min 1
[Tue Sep 18 11:05:24.008 2007] [4723:3081406128] [debug]
build_worker_map::jk_worker.c (241): creating worker worker3
[Tue Sep 18 11:05:24.008 2007] [4723:3081406128] [debug]
wc_create_worker::jk_worker.c (145): about to create instance worker3 of
ajp13
[Tue Sep 18 11:05:24.008 2007] [4723:3081406128] [debug]
wc_create_worker::jk_worker.c (158): about to validate and init worker3
[Tue Sep 18 11:05:24.008 2007] [4723:3081406128] [debug]
ajp_validate::jk_ajp_common.c (2151): worker worker3 contact is
'localhost:8385'
[Tue Sep 18 11:05:24.008 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2281): setting endpoint options:
[Tue Sep 18 11:05:24.008 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2284): keepalive:        1
[Tue Sep 18 11:05:24.008 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2288): timeout:          300
[Tue Sep 18 11:05:24.008 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2292): buffer size:      0
[Tue Sep 18 11:05:24.008 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2296): pool timeout:     60
[Tue Sep 18 11:05:24.008 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2300): connect timeout:  0
[Tue Sep 18 11:05:24.008 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2304): reply timeout:    0
[Tue Sep 18 11:05:24.008 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2308): prepost timeout:  0
[Tue Sep 18 11:05:24.008 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2312): recovery options: 0
[Tue Sep 18 11:05:24.008 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2316): retries:          2
[Tue Sep 18 11:05:24.008 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2320): max packet size:  8192
[Tue Sep 18 11:05:24.008 2007] [4723:3081406128] [debug]
ajp_create_endpoint_cache::jk_ajp_common.c (2188): setting connection
pool size to 1 with min 1
[Tue Sep 18 11:05:24.008 2007] [4723:3081406128] [debug]
build_worker_map::jk_worker.c (241): creating worker worker4
[Tue Sep 18 11:05:24.008 2007] [4723:3081406128] [debug]
wc_create_worker::jk_worker.c (145): about to create instance worker4 of
ajp13
[Tue Sep 18 11:05:24.008 2007] [4723:3081406128] [debug]
wc_create_worker::jk_worker.c (158): about to validate and init worker4
[Tue Sep 18 11:05:24.008 2007] [4723:3081406128] [debug]
ajp_validate::jk_ajp_common.c (2151): worker worker4 contact is
'localhost:8485'
[Tue Sep 18 11:05:24.008 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2281): setting endpoint options:
[Tue Sep 18 11:05:24.008 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2284): keepalive:        1
[Tue Sep 18 11:05:24.008 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2288): timeout:          300
[Tue Sep 18 11:05:24.008 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2292): buffer size:      0
[Tue Sep 18 11:05:24.008 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2296): pool timeout:     60
[Tue Sep 18 11:05:24.008 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2300): connect timeout:  0
[Tue Sep 18 11:05:24.008 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2304): reply timeout:    0
[Tue Sep 18 11:05:24.008 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2308): prepost timeout:  0
[Tue Sep 18 11:05:24.008 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2312): recovery options: 0
[Tue Sep 18 11:05:24.008 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2316): retries:          2
[Tue Sep 18 11:05:24.008 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2320): max packet size:  8192
[Tue Sep 18 11:05:24.008 2007] [4723:3081406128] [debug]
ajp_create_endpoint_cache::jk_ajp_common.c (2188): setting connection
pool size to 1 with min 1
[Tue Sep 18 11:05:24.008 2007] [4723:3081406128] [debug]
build_worker_map::jk_worker.c (241): creating worker worker5
[Tue Sep 18 11:05:24.008 2007] [4723:3081406128] [debug]
wc_create_worker::jk_worker.c (145): about to create instance worker5 of
ajp13
[Tue Sep 18 11:05:24.008 2007] [4723:3081406128] [debug]
wc_create_worker::jk_worker.c (158): about to validate and init worker5
[Tue Sep 18 11:05:24.008 2007] [4723:3081406128] [debug]
ajp_validate::jk_ajp_common.c (2151): worker worker5 contact is
'localhost:8585'
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2281): setting endpoint options:
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2284): keepalive:        1
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2288): timeout:          300
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2292): buffer size:      0
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2296): pool timeout:     60
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2300): connect timeout:  0
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2304): reply timeout:    0
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2308): prepost timeout:  0
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2312): recovery options: 0
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2316): retries:          2
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2320): max packet size:  8192
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
ajp_create_endpoint_cache::jk_ajp_common.c (2188): setting connection
pool size to 1 with min 1
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
build_worker_map::jk_worker.c (241): creating worker worker6
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
wc_create_worker::jk_worker.c (145): about to create instance worker6 of
ajp13
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
wc_create_worker::jk_worker.c (158): about to validate and init worker6
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
ajp_validate::jk_ajp_common.c (2151): worker worker6 contact is
'localhost:8685'
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2281): setting endpoint options:
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2284): keepalive:        1
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2288): timeout:          300
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2292): buffer size:      0
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2296): pool timeout:     60
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2300): connect timeout:  0
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2304): reply timeout:    0
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2308): prepost timeout:  0
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2312): recovery options: 0
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2316): retries:          2
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2320): max packet size:  8192
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
ajp_create_endpoint_cache::jk_ajp_common.c (2188): setting connection
pool size to 1 with min 1
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
build_worker_map::jk_worker.c (241): creating worker worker7
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
wc_create_worker::jk_worker.c (145): about to create instance worker7 of
ajp13
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
wc_create_worker::jk_worker.c (158): about to validate and init worker7
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
ajp_validate::jk_ajp_common.c (2151): worker worker7 contact is
'localhost:8785'
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2281): setting endpoint options:
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2284): keepalive:        1
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2288): timeout:          300
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2292): buffer size:      0
[Tue Sep 18 11:05:24.009 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2296): pool timeout:     60
[Tue Sep 18 11:05:24.010 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2300): connect timeout:  0
[Tue Sep 18 11:05:24.010 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2304): reply timeout:    0
[Tue Sep 18 11:05:24.010 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2308): prepost timeout:  0
[Tue Sep 18 11:05:24.010 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2312): recovery options: 0
[Tue Sep 18 11:05:24.010 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2316): retries:          2
[Tue Sep 18 11:05:24.010 2007] [4723:3081406128] [debug]
ajp_init::jk_ajp_common.c (2320): max packet size:  8192
[Tue Sep 18 11:05:24.010 2007] [4723:3081406128] [debug]
ajp_create_endpoint_cache::jk_ajp_common.c (2188): setting connection
pool size to 1 with min 1
[Tue Sep 18 11:05:24.010 2007] [4723:3081406128] [info]
init_jk::mod_jk.c (2775): mod_jk/1.2.25 initialized
[Tue Sep 18 11:05:25.002 2007] [4724:3081406128] [debug]
open_jklog::mod_jk.c (2652): log time stamp format is '[%a %b %d
%H:%M:%S.%Q %Y] '
[Tue Sep 18 11:05:25.002 2007] [4724:3081406128] [debug]
uri_worker_map_open::jk_uri_worker_map.c (423): rule map size is 0
[Tue Sep 18 11:05:25.002 2007] [4724:3081406128] [debug]
open_jklog::mod_jk.c (2652): log time stamp format is '[%a %b %d
%H:%M:%S.%Q %Y] '
[Tue Sep 18 11:05:25.002 2007] [4724:3081406128] [debug]
uri_worker_map_open::jk_uri_worker_map.c (423): rule map size is 23
[Tue Sep 18 11:05:25.002 2007] [4724:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (364): wildchar rule
'/dsm/*.jsp=worker4' source 'JkMount' was added
[Tue Sep 18 11:05:25.002 2007] [4724:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/dsm/authenticate/j_security_check=worker4' source 'JkMount' was added
[Tue Sep 18 11:05:25.002 2007] [4724:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/dsm/j_security_check=worker4' source 'JkMount' was added
[Tue Sep 18 11:05:25.002 2007] [4724:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/diagnosis/doctor/report/overview.html=worker5' source 'JkMount' was added
[Tue Sep 18 11:05:25.003 2007] [4724:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/diagnosis/doctor/report/details.html=worker5' source 'JkMount' was added
[Tue Sep 18 11:05:25.003 2007] [4724:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/diagnosis/doctor/report/bare_details.html=worker5' source 'JkMount'
was added
[Tue Sep 18 11:05:25.003 2007] [4724:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/diagnosis/doctor/report/physical.html=worker5' source 'JkMount' was added
[Tue Sep 18 11:05:25.003 2007] [4724:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/diagnosis/doctor/report/plan.html=worker5' source 'JkMount' was added
[Tue Sep 18 11:05:25.003 2007] [4724:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/diagnosis/doctor/report/full.html=worker5' source 'JkMount' was added
[Tue Sep 18 11:05:25.003 2007] [4724:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/diagnosis/doctor/report/report.pdf=worker5' source 'JkMount' was added
[Tue Sep 18 11:05:25.003 2007] [4724:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/diagnosis/doctor/showClinicianWorksheet.do=worker5' source 'JkMount'
was added
[Tue Sep 18 11:05:25.003 2007] [4724:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/diagnosis/doctor/report/resources/browse.html=worker5' source
'JkMount' was added
[Tue Sep 18 11:05:25.003 2007] [4724:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/diagnosis/doctor/report/resources/search.html=worker5' source
'JkMount' was added
[Tue Sep 18 11:05:25.003 2007] [4724:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/diagnosis/doctor/report/resources/list.html=worker5' source 'JkMount'
was added
[Tue Sep 18 11:05:25.003 2007] [4724:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/diagnosis/doctor/report/resources/details.html=worker5' source
'JkMount' was added
[Tue Sep 18 11:05:25.003 2007] [4724:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/diagnosis/doctor/report/resources/printable.html=worker5' source
'JkMount' was added
[Tue Sep 18 11:05:25.003 2007] [4724:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/diagnosis/doctor/report/resources/dtw.html=worker5' source 'JkMount'
was added
[Tue Sep 18 11:05:25.003 2007] [4724:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (364): wildchar rule
'/diagnosis/*.do=worker3' source 'JkMount' was added
[Tue Sep 18 11:05:25.003 2007] [4724:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/diagnosis/j_security_check=worker3' source 'JkMount' was added
[Tue Sep 18 11:05:25.003 2007] [4724:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (364): wildchar rule
'/diagnosis/*.jsp=worker3' source 'JkMount' was added
[Tue Sep 18 11:05:25.003 2007] [4724:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/diagnosis/servlet/dxtree=worker3' source 'JkMount' was added
[Tue Sep 18 11:05:25.003 2007] [4724:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule
'/diagnosis/provision=worker3' source 'JkMount' was added
[Tue Sep 18 11:05:25.003 2007] [4724:3081406128] [debug]
uri_worker_map_add::jk_uri_worker_map.c (364): wildchar rule
'/diagnosis/staff/questionnaire/*=worker3' source 'JkMount' was added
[Tue Sep 18 11:05:25.003 2007] [4724:3081406128] [debug]
open_jklog::mod_jk.c (2652): log time stamp format is '[%a %b %d
%H:%M:%S.%Q %Y] '
[Tue Sep 18 11:05:25.003 2007] [4724:3081406128] [debug]
uri_worker_map_open::jk_uri_worker_map.c (423): rule map size is 0
[Tue Sep 18 11:05:25.003 2007] [4724:3081406128] [error]
init_jk::mod_jk.c (2732): Initializing
shm:/usr/lib/apache2/logs/jk-runtime-status.4724 errno=2. Load balancing
workers will not function properly.
[Tue Sep 18 11:05:25.003 2007] [4724:3081406128] [debug]
init_jk::mod_jk.c (2743): Setting default connection pool max size to 1
[Tue Sep 18 11:05:25.003 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'workers.apache_log' with value '/var/log/apache2/mod_jk.log' to map.
[Tue Sep 18 11:05:25.003 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'workers.tomcat_home' with value '/usr/local/tomcat/' to map.
[Tue Sep 18 11:05:25.003 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'workers.java_home' with value '/usr/local/java/' to map.
[Tue Sep 18 11:05:25.003 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property 'ps' with value
'/' to map.
[Tue Sep 18 11:05:25.003 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property 'worker.list' with
value 'worker1, worker2, worker3, worker4, worker5, worker6, worker7' to
map.
[Tue Sep 18 11:05:25.003 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker1.type' with value 'ajp13' to map.
[Tue Sep 18 11:05:25.003 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker1.host' with value 'localhost' to map.
[Tue Sep 18 11:05:25.004 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker1.port' with value '8185' to map.
[Tue Sep 18 11:05:25.004 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker1.lbfactor' with value '50' to map.
[Tue Sep 18 11:05:25.004 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker1.connection_pool_size' with value '1' to map.
[Tue Sep 18 11:05:25.004 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker1.connection_pool_timeout' with value '60' to map.
[Tue Sep 18 11:05:25.004 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker1.socket_keepalive' with value '1' to map.
[Tue Sep 18 11:05:25.004 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker1.socket_timeout' with value '300' to map.
[Tue Sep 18 11:05:25.004 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker2.type' with value 'ajp13' to map.
[Tue Sep 18 11:05:25.004 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker2.host' with value 'localhost' to map.
[Tue Sep 18 11:05:25.004 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker2.port' with value '8285' to map.
[Tue Sep 18 11:05:25.004 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker2.lbfactor' with value '50' to map.
[Tue Sep 18 11:05:25.004 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker2.connection_pool_size' with value '1' to map.
[Tue Sep 18 11:05:25.004 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker2.connection_pool_timeout' with value '60' to map.
[Tue Sep 18 11:05:25.004 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker2.socket_keepalive' with value '1' to map.
[Tue Sep 18 11:05:25.004 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker2.socket_timeout' with value '300' to map.
[Tue Sep 18 11:05:25.004 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker3.type' with value 'ajp13' to map.
[Tue Sep 18 11:05:25.004 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker3.host' with value 'localhost' to map.
[Tue Sep 18 11:05:25.004 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker3.port' with value '8385' to map.
[Tue Sep 18 11:05:25.004 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker3.lbfactor' with value '50' to map.
[Tue Sep 18 11:05:25.004 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker3.connection_pool_size' with value '1' to map.
[Tue Sep 18 11:05:25.004 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker3.connection_pool_timeout' with value '60' to map.
[Tue Sep 18 11:05:25.004 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker3.socket_keepalive' with value '1' to map.
[Tue Sep 18 11:05:25.004 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker3.socket_timeout' with value '300' to map.
[Tue Sep 18 11:05:25.004 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker4.type' with value 'ajp13' to map.
[Tue Sep 18 11:05:25.004 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker4.host' with value 'localhost' to map.
[Tue Sep 18 11:05:25.004 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker4.port' with value '8485' to map.
[Tue Sep 18 11:05:25.004 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker4.lbfactor' with value '50' to map.
[Tue Sep 18 11:05:25.004 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker4.connection_pool_size' with value '1' to map.
[Tue Sep 18 11:05:25.004 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker4.connection_pool_timeout' with value '60' to map.
[Tue Sep 18 11:05:25.004 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker4.socket_keepalive' with value '1' to map.
[Tue Sep 18 11:05:25.004 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker4.socket_timeout' with value '300' to map.
[Tue Sep 18 11:05:25.004 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker5.type' with value 'ajp13' to map.
[Tue Sep 18 11:05:25.004 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker5.host' with value 'localhost' to map.
[Tue Sep 18 11:05:25.005 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker5.port' with value '8585' to map.
[Tue Sep 18 11:05:25.005 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker5.lbfactor' with value '50' to map.
[Tue Sep 18 11:05:25.005 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker5.connection_pool_size' with value '1' to map.
[Tue Sep 18 11:05:25.005 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker5.connection_pool_timeout' with value '60' to map.
[Tue Sep 18 11:05:25.005 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker5.socket_keepalive' with value '1' to map.
[Tue Sep 18 11:05:25.005 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker5.socket_timeout' with value '300' to map.
[Tue Sep 18 11:05:25.005 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker6.type' with value 'ajp13' to map.
[Tue Sep 18 11:05:25.005 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker6.host' with value 'localhost' to map.
[Tue Sep 18 11:05:25.005 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker6.port' with value '8685' to map.
[Tue Sep 18 11:05:25.005 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker6.lbfactor' with value '50' to map.
[Tue Sep 18 11:05:25.005 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker6.connection_pool_size' with value '1' to map.
[Tue Sep 18 11:05:25.005 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker6.connection_pool_timeout' with value '60' to map.
[Tue Sep 18 11:05:25.005 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker6.socket_keepalive' with value '1' to map.
[Tue Sep 18 11:05:25.005 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker6.socket_timeout' with value '300' to map.
[Tue Sep 18 11:05:25.005 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker7.type' with value 'ajp13' to map.
[Tue Sep 18 11:05:25.005 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker7.host' with value 'localhost' to map.
[Tue Sep 18 11:05:25.005 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker7.port' with value '8785' to map.
[Tue Sep 18 11:05:25.005 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker7.lbfactor' with value '50' to map.
[Tue Sep 18 11:05:25.005 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker7.connection_pool_size' with value '1' to map.
[Tue Sep 18 11:05:25.005 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker7.connection_pool_timeout' with value '60' to map.
[Tue Sep 18 11:05:25.005 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker7.socket_keepalive' with value '1' to map.
[Tue Sep 18 11:05:25.005 2007] [4724:3081406128] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.worker7.socket_timeout' with value '300' to map.
[Tue Sep 18 11:05:25.005 2007] [4724:3081406128] [debug]
jk_map_resolve_references::jk_map.c (745): Checking for references with
prefix worker. with wildcard (recursion 1)
[Tue Sep 18 11:05:25.005 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'ServerRoot' -> '/usr/lib/apache2'
[Tue Sep 18 11:05:25.005 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'workers.apache_log' ->
'/var/log/apache2/mod_jk.log'
[Tue Sep 18 11:05:25.005 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'workers.tomcat_home' ->
'/usr/local/tomcat/'
[Tue Sep 18 11:05:25.005 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'workers.java_home' ->
'/usr/local/java/'
[Tue Sep 18 11:05:25.005 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'ps' -> '/'
[Tue Sep 18 11:05:25.005 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.list' -> 'worker1,
worker2, worker3, worker4, worker5, worker6, worker7'
[Tue Sep 18 11:05:25.005 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker1.type' -> 'ajp13'
[Tue Sep 18 11:05:25.005 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker1.host' ->
'localhost'
[Tue Sep 18 11:05:25.005 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker1.port' -> '8185'
[Tue Sep 18 11:05:25.005 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker1.lbfactor' -> '50'
[Tue Sep 18 11:05:25.005 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker1.connection_pool_size' -> '1'
[Tue Sep 18 11:05:25.005 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker1.connection_pool_timeout' -> '60'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker1.socket_keepalive' -> '1'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker1.socket_timeout' -> '300'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker2.type' -> 'ajp13'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker2.host' ->
'localhost'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker2.port' -> '8285'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker2.lbfactor' -> '50'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker2.connection_pool_size' -> '1'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker2.connection_pool_timeout' -> '60'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker2.socket_keepalive' -> '1'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker2.socket_timeout' -> '300'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker3.type' -> 'ajp13'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker3.host' ->
'localhost'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker3.port' -> '8385'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker3.lbfactor' -> '50'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker3.connection_pool_size' -> '1'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker3.connection_pool_timeout' -> '60'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker3.socket_keepalive' -> '1'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker3.socket_timeout' -> '300'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker4.type' -> 'ajp13'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker4.host' ->
'localhost'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker4.port' -> '8485'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker4.lbfactor' -> '50'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker4.connection_pool_size' -> '1'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker4.connection_pool_timeout' -> '60'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker4.socket_keepalive' -> '1'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker4.socket_timeout' -> '300'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker5.type' -> 'ajp13'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker5.host' ->
'localhost'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker5.port' -> '8585'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker5.lbfactor' -> '50'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker5.connection_pool_size' -> '1'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker5.connection_pool_timeout' -> '60'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker5.socket_keepalive' -> '1'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker5.socket_timeout' -> '300'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker6.type' -> 'ajp13'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker6.host' ->
'localhost'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker6.port' -> '8685'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker6.lbfactor' -> '50'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker6.connection_pool_size' -> '1'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker6.connection_pool_timeout' -> '60'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker6.socket_keepalive' -> '1'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker6.socket_timeout' -> '300'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker7.type' -> 'ajp13'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker7.host' ->
'localhost'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker7.port' -> '8785'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.worker7.lbfactor' -> '50'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker7.connection_pool_size' -> '1'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker7.connection_pool_timeout' -> '60'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker7.socket_keepalive' -> '1'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
jk_map_dump::jk_map.c (584): Dump of map:
'worker.worker7.socket_timeout' -> '300'
[Tue Sep 18 11:05:25.006 2007] [4724:3081406128] [debug]
build_worker_map::jk_worker.c (241): creating worker worker1
[Tue Sep 18 11:05:25.007 2007] [4724:3081406128] [debug]
wc_create_worker::jk_worker.c (145): about to create instance worker1 of
ajp13
[Tue Sep 18 11:05:25.007 2007] [4724:3081406128] [debug]
wc_create_worker::jk_worker.c (158): about to validate and init worker1
[Tue Sep 18 11:05:25.007 2007] [4724:3081406128] [debug]
ajp_validate::jk_ajp_common.c (2151): worker worker1 contact is
'localhost:8185'
[Tue Sep 18 11:05:25.007 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2281): setting endpoint options:
[Tue Sep 18 11:05:25.007 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2284): keepalive:        1
[Tue Sep 18 11:05:25.007 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2288): timeout:          300
[Tue Sep 18 11:05:25.007 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2292): buffer size:      0
[Tue Sep 18 11:05:25.007 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2296): pool timeout:     60
[Tue Sep 18 11:05:25.007 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2300): connect timeout:  0
[Tue Sep 18 11:05:25.007 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2304): reply timeout:    0
[Tue Sep 18 11:05:25.007 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2308): prepost timeout:  0
[Tue Sep 18 11:05:25.007 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2312): recovery options: 0
[Tue Sep 18 11:05:25.007 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2316): retries:          2
[Tue Sep 18 11:05:25.007 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2320): max packet size:  8192
[Tue Sep 18 11:05:25.007 2007] [4724:3081406128] [debug]
ajp_create_endpoint_cache::jk_ajp_common.c (2188): setting connection
pool size to 1 with min 1
[Tue Sep 18 11:05:25.007 2007] [4724:3081406128] [debug]
build_worker_map::jk_worker.c (241): creating worker worker2
[Tue Sep 18 11:05:25.007 2007] [4724:3081406128] [debug]
wc_create_worker::jk_worker.c (145): about to create instance worker2 of
ajp13
[Tue Sep 18 11:05:25.007 2007] [4724:3081406128] [debug]
wc_create_worker::jk_worker.c (158): about to validate and init worker2
[Tue Sep 18 11:05:25.007 2007] [4724:3081406128] [debug]
ajp_validate::jk_ajp_common.c (2151): worker worker2 contact is
'localhost:8285'
[Tue Sep 18 11:05:25.007 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2281): setting endpoint options:
[Tue Sep 18 11:05:25.007 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2284): keepalive:        1
[Tue Sep 18 11:05:25.007 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2288): timeout:          300
[Tue Sep 18 11:05:25.007 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2292): buffer size:      0
[Tue Sep 18 11:05:25.007 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2296): pool timeout:     60
[Tue Sep 18 11:05:25.007 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2300): connect timeout:  0
[Tue Sep 18 11:05:25.007 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2304): reply timeout:    0
[Tue Sep 18 11:05:25.007 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2308): prepost timeout:  0
[Tue Sep 18 11:05:25.007 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2312): recovery options: 0
[Tue Sep 18 11:05:25.007 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2316): retries:          2
[Tue Sep 18 11:05:25.007 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2320): max packet size:  8192
[Tue Sep 18 11:05:25.007 2007] [4724:3081406128] [debug]
ajp_create_endpoint_cache::jk_ajp_common.c (2188): setting connection
pool size to 1 with min 1
[Tue Sep 18 11:05:25.007 2007] [4724:3081406128] [debug]
build_worker_map::jk_worker.c (241): creating worker worker3
[Tue Sep 18 11:05:25.007 2007] [4724:3081406128] [debug]
wc_create_worker::jk_worker.c (145): about to create instance worker3 of
ajp13
[Tue Sep 18 11:05:25.007 2007] [4724:3081406128] [debug]
wc_create_worker::jk_worker.c (158): about to validate and init worker3
[Tue Sep 18 11:05:25.007 2007] [4724:3081406128] [debug]
ajp_validate::jk_ajp_common.c (2151): worker worker3 contact is
'localhost:8385'
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2281): setting endpoint options:
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2284): keepalive:        1
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2288): timeout:          300
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2292): buffer size:      0
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2296): pool timeout:     60
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2300): connect timeout:  0
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2304): reply timeout:    0
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2308): prepost timeout:  0
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2312): recovery options: 0
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2316): retries:          2
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2320): max packet size:  8192
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
ajp_create_endpoint_cache::jk_ajp_common.c (2188): setting connection
pool size to 1 with min 1
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
build_worker_map::jk_worker.c (241): creating worker worker4
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
wc_create_worker::jk_worker.c (145): about to create instance worker4 of
ajp13
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
wc_create_worker::jk_worker.c (158): about to validate and init worker4
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
ajp_validate::jk_ajp_common.c (2151): worker worker4 contact is
'localhost:8485'
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2281): setting endpoint options:
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2284): keepalive:        1
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2288): timeout:          300
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2292): buffer size:      0
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2296): pool timeout:     60
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2300): connect timeout:  0
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2304): reply timeout:    0
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2308): prepost timeout:  0
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2312): recovery options: 0
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2316): retries:          2
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2320): max packet size:  8192
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
ajp_create_endpoint_cache::jk_ajp_common.c (2188): setting connection
pool size to 1 with min 1
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
build_worker_map::jk_worker.c (241): creating worker worker5
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
wc_create_worker::jk_worker.c (145): about to create instance worker5 of
ajp13
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
wc_create_worker::jk_worker.c (158): about to validate and init worker5
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
ajp_validate::jk_ajp_common.c (2151): worker worker5 contact is
'localhost:8585'
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2281): setting endpoint options:
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2284): keepalive:        1
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2288): timeout:          300
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2292): buffer size:      0
[Tue Sep 18 11:05:25.008 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2296): pool timeout:     60
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2300): connect timeout:  0
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2304): reply timeout:    0
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2308): prepost timeout:  0
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2312): recovery options: 0
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2316): retries:          2
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2320): max packet size:  8192
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
ajp_create_endpoint_cache::jk_ajp_common.c (2188): setting connection
pool size to 1 with min 1
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
build_worker_map::jk_worker.c (241): creating worker worker6
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
wc_create_worker::jk_worker.c (145): about to create instance worker6 of
ajp13
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
wc_create_worker::jk_worker.c (158): about to validate and init worker6
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
ajp_validate::jk_ajp_common.c (2151): worker worker6 contact is
'localhost:8685'
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2281): setting endpoint options:
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2284): keepalive:        1
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2288): timeout:          300
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2292): buffer size:      0
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2296): pool timeout:     60
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2300): connect timeout:  0
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2304): reply timeout:    0
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2308): prepost timeout:  0
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2312): recovery options: 0
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2316): retries:          2
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2320): max packet size:  8192
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
ajp_create_endpoint_cache::jk_ajp_common.c (2188): setting connection
pool size to 1 with min 1
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
build_worker_map::jk_worker.c (241): creating worker worker7
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
wc_create_worker::jk_worker.c (145): about to create instance worker7 of
ajp13
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
wc_create_worker::jk_worker.c (158): about to validate and init worker7
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
ajp_validate::jk_ajp_common.c (2151): worker worker7 contact is
'localhost:8785'
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2281): setting endpoint options:
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2284): keepalive:        1
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2288): timeout:          300
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2292): buffer size:      0
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2296): pool timeout:     60
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2300): connect timeout:  0
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2304): reply timeout:    0
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2308): prepost timeout:  0
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2312): recovery options: 0
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2316): retries:          2
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
ajp_init::jk_ajp_common.c (2320): max packet size:  8192
[Tue Sep 18 11:05:25.009 2007] [4724:3081406128] [debug]
ajp_create_endpoint_cache::jk_ajp_common.c (2188): setting connection
pool size to 1 with min 1
[Tue Sep 18 11:05:25.010 2007] [4724:3081406128] [info]
init_jk::mod_jk.c (2775): mod_jk/1.2.25 initialized
[Tue Sep 18 11:05:25.011 2007] [4727:3081406128] [debug]
jk_child_init::mod_jk.c (2682): Attached
shm:/usr/lib/apache2/logs/jk-runtime-status.4724
[Tue Sep 18 11:05:25.011 2007] [4727:3081406128] [debug]
jk_child_init::mod_jk.c (2692): Initialized mod_jk/1.2.25
[Tue Sep 18 11:05:25.012 2007] [4728:3081406128] [debug]
jk_child_init::mod_jk.c (2682): Attached
shm:/usr/lib/apache2/logs/jk-runtime-status.4724
[Tue Sep 18 11:05:25.012 2007] [4728:3081406128] [debug]
jk_child_init::mod_jk.c (2692): Initialized mod_jk/1.2.25
[Tue Sep 18 11:05:25.013 2007] [4729:3081406128] [debug]
jk_child_init::mod_jk.c (2682): Attached
shm:/usr/lib/apache2/logs/jk-runtime-status.4724
[Tue Sep 18 11:05:25.013 2007] [4729:3081406128] [debug]
jk_child_init::mod_jk.c (2692): Initialized mod_jk/1.2.25
[Tue Sep 18 11:05:25.014 2007] [4730:3081406128] [debug]
jk_child_init::mod_jk.c (2682): Attached
shm:/usr/lib/apache2/logs/jk-runtime-status.4724
[Tue Sep 18 11:05:25.014 2007] [4730:3081406128] [debug]
jk_child_init::mod_jk.c (2692): Initialized mod_jk/1.2.25
[Tue Sep 18 11:05:25.015 2007] [4731:3081406128] [debug]
jk_child_init::mod_jk.c (2682): Attached
shm:/usr/lib/apache2/logs/jk-runtime-status.4724
[Tue Sep 18 11:05:25.015 2007] [4731:3081406128] [debug]
jk_child_init::mod_jk.c (2692): Initialized mod_jk/1.2.25

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

iD8DBQFG7+r59CaO5/Lv0PARAjRXAKCgS4KVyAnAUUn+QnfvTmPV5GDMzwCfUjhw
brHfL+ow1D0UHY5l7hlZQS0=
=XhV2
-----END PGP SIGNATURE-----

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