Hello world ;)
I am using tomcat 4.1.18, apache 2.0.44, together 
communicating using aj3 protocol / jk2 on Red hat 8.0.

For each request to a service, I get these messages:

(catalina.out)
Feb 27, 2003 9:15:03 PM org.apache.jk.common.ChannelSocket 
processConnection
INFO: server has been restarted or reset this connection

(apache error_log)
[Thu Feb 27 21:18:53 2003] [error] mod_jk child workerEnv in 
error state 3

here is my workers2.properties:
-------------------------
[shm]
file=${serverRoot}/logs/shm.file
size=1048576

[channel.socket:localhost:8009]
info=Ajp13 forwarding over socket
host=127.0.0.1
port=8009

[ajp13:localhost:8009]
channel=channel.socket:localhost:8009

[uri:/servlet/*]
worker=ajp13:localhost:8009
--------------------------

and this is the server.xml (the Connector) :
--------------------------
<Connector 
className="org.apache.coyote.tomcat4.CoyoteConnector"
               port="8009" minProcessors="50" 
maxProcessors="200"
               enableLookups="false"
               acceptCount="200"
               debug="0"
               
protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"
/>
-----------------

Every debug option in the server.xml is set to 0, I should not 
get anything like 'INFO' inside catalina.out.
I couldn't get information on these issues from the net, and I 
was wondering if someone had faced the same problem. I would 
really appreciate if someone could provide me some answers.

TIA

Anthony








Acc�dez au courrier �lectronique de La Poste : www.laposte.net ; 
3615 LAPOSTENET (0,13 �/mn) ; t�l : 08 92 68 13 50 (0,34�/mn)"




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

Reply via email to