OK, forget it............

I've forget these lines in the server.xml

<Connector className="org.apache.tomcat.service.PoolTcpConnector"> 
<Parameter name="handler" 
value="org.apache.tomcat.service.connector.Ajp13ConnectionHandler"/> 
<Parameter name="port" value="8009"/> </Connector>

andrea



At 06.23 24/07/2001 +0200, you wrote:
>HI,
>I'm testing tomcat 323 on my Freebsd machine and I've some problem with 
>ajp13 protocol. In the mod_jk.log log file I've this error
>
>[jk_connect.c (108)]: Into jk_open_socket
>[jk_connect.c (115)]: jk_open_socket, try to connect socket = 11
>[jk_connect.c (124)]: jk_open_socket, after connect ret = -1
>[jk_connect.c (143)]: jk_open_socket, connect() failed errno = 60
>[jk_ajp13_worker.c (174)]: In jk_endpoint_t::connect_to_tomcat, failed 
>errno = 60
>[jk_ajp13_worker.c (587)]: Error connecting to the Tomcat process.
>[jk_ajp13_worker.c (492)]: Into jk_endpoint_t::done
>
>In this mod_jk I've changed manually the fdatasync() with fsync() in 
>jk_util.c. Before this test  the error number was 61.
>
>Where I can find the meaning of error number 60 and 61? And why I get 
>these errors?
>By the way I've another machine that use the ajp13 protocol with no 
>problem but I dont know why!!!!!!!!!!!!
>
>
>andrea
>
>


Reply via email to