Hi, We've installed Apache 1.3.12 with Tomcat 3.2.1 using the mod_jk apache module on a Solaris 2.6 sparc server. We have three different java applications from which each runs a PoolManager servlet for Oracle and Btrieve database connectivity. Each application runs in a separate JVM and I'm using one worker per JVM. Everything seems to work fine for a couple of minutes. Then, if we try to call a couple of jsp files, I get the following mod_jk error: [jk_ajp13_worker.c (203)]: connection_tcp_get_message: Error - jk_tcp_socket_recvfull failed [jk_ajp13_worker.c (619)]: Error reading request [jk_connect.c (143)]: jk_open_socket, connect() failed errno = 146 [jk_ajp13_worker.c (173)]: In jk_endpoint_t::connect_to_tomcat, failed errno = 146 and the browser shows an Internal server error. If I do the same by using the jserv module, it seems to work fine without any connection problems. Do I have to create several workers and use the load balancer? Any other suggestions? Thanks, Rainer Kraft --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
