> -----Original Message-----
> From: Short, Dave [mailto:[EMAIL PROTECTED]] 
> Sent: 2. srpanj 2002 17:00
> To: 'Tomcat Users List'
> Subject: RE: Apache 2.0.39 & modjk2
> 
> 
> jk2.shm is created in the Apache2\logs directory which has 
> permissions set
> to: Everyone - Full Control.
> 
> Any other ideas?

Sure :)

> > 
> > [Mon Jul 01 13:16:42 2002] [notice] Parent: Created child 
> process 1752 
> > [Mon Jul 01 13:16:42 2002] [notice] Child 1752: Child process is 
> > running [Mon Jul 01 13:16:43 2002] [warn] workerEnv.init() ok 
> > C:/Apache2/conf/workers2.properties
> > [Mon Jul 01 13:16:43 2002] [warn] mod_jk child init 1 -1
> > [Mon Jul 01 13:16:43 2002] [notice] Child 1752: Acquired the start 
> > mutex. [Mon Jul 01 13:16:43 2002] [notice] Child 1752: Starting 250 
> > worker
> threads.
> > 

If those log messages are bothering you, this is perfectly ok.
Look at the httpd.conf and find the directive LogLevel. It is by the
default set to warn.
Set the LogLevel error.

We are using the native logging for debugging and what are you seeing is
exactly that, the various stages of the connector itself.
The debug level itself is contolled with the debug=0..n for each worker
or channel, but in the code there is still some debugging code that
doesn't exactly follow that.


MT.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to