I decided to see if using an older version of JK would have the same problem, they did. 1.2.36 and 1.2.33 both have the same failure mode as detailed above, with a slightly different error message:
jk_connect.c (574): timeout 10 set for socket=27 jk_connect.c (609): trying to connect socket 27 to x.x.xx:8013 jk_connect.c (627): connect to 10.250.9.70:8013 failed (errno=0) jk_ajp_common.c (992): Failed opening socket to (x.x.xx:8013) (errno=0) Again, there is no delay between these error messages. I also tried to compile mod_jk by hand and got a curious error message, but I'm not a developer, so I may have missed something: :>apxs -DSOLARIS -o mod_jk.so $INCLUDE -lposix4 -c $SRC ... cc -O -DNO_RC2 -DNO_RC5 -DNO_IDEA -DBSAFE -fPIC -DSOLARIS=260 -DMOD_SSL=206104 -DMOD_PERL -DUSE_PERL_SSI -I/include -DEAPI -D_LARGEFILE64_SOURCE -DUSE_EXPAT -I../lib/expat-lite -I/apps/oracle/middleware/weblogic/10.3.6/Oracle_FR1/ohs/include -I/apps/oracle/middleware/weblogic/10.3.6/Oracle_FR1/ohs/include -I/apps/oracle/middleware/weblogic/10.3.6/Oracle_FR1/ohs/include -I/usr/include -I/apps/oracle/jRockit/include -I/apps/oracle/jRockit/include/solaris -DSOLARIS -c ../common/jk_connect.c -KPIC -DPIC -o ../common/.libs/jk_connect.o "command line:", warning: macro redefined: SOLARIS "../common/jk_connect.c", line 1177: undefined symbol: FIONREAD cc: acomp failed for ../common/jk_connect.c apxs:Error: Command failed with rc=65536 FIONREAD is the Solaris specific IO functions, but I am getting the same error in version 1.2.37,36, and 33. -- View this message in context: http://tomcat.10.n6.nabble.com/No-connection-to-Tomcat-with-JK-with-Oracle-Apache2-on-Solaris-10-tp4989575p4989593.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org