DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41609>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41609 Summary: (ajp13) Connecting to tomcat failed. Product: Tomcat 5 Version: 5.5.7 Platform: Other OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Connector:AJP AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: [EMAIL PROTECTED] Hello, Trying to configure IIS for Tomcat shipped with Geronimo. I used the isapi_redirect.dll from http://www.signal42.com/mirrors/apache/tomcat/tomcat- connectors/jk/binaries/win32/jk-1.2.20/ copied it to <AGinstall>var/catalina/connector and property files to <AGinstall>var/catalina/conf based on: http://www.nabble.com/Configure-Geronimo-with-IIS-Web-Server-t1513491.html I always get an HTTP Error 503 in IIS logs and the below in jk logs: [Wed Feb 14 12:00:10 2007] [0248:4948] [debug] jk_ajp_common.c (1971): worker ajp13 contact is 'rmadasse.in.ibm.com:8009' [Wed Feb 14 12:00:10 2007] [0248:4948] [debug] jk_ajp_common.c (2098): setting endpoint options: [Wed Feb 14 12:00:10 2007] [0248:4948] [debug] jk_ajp_common.c (2101): keepalive: 0 [Wed Feb 14 12:00:10 2007] [0248:4948] [debug] jk_ajp_common.c (2105): timeout: 0 [Wed Feb 14 12:00:10 2007] [0248:4948] [debug] jk_ajp_common.c (2109): buffer size: 0 [Wed Feb 14 12:00:10 2007] [0248:4948] [debug] jk_ajp_common.c (2113): pool timeout: 0 [Wed Feb 14 12:00:10 2007] [0248:4948] [debug] jk_ajp_common.c (2117): connect timeout: 0 [Wed Feb 14 12:00:10 2007] [0248:4948] [debug] jk_ajp_common.c (2121): reply timeout: 0 [Wed Feb 14 12:00:10 2007] [0248:4948] [debug] jk_ajp_common.c (2125): prepost timeout: 0 [Wed Feb 14 12:00:10 2007] [0248:4948] [debug] jk_ajp_common.c (2129): recovery options: 0 [Wed Feb 14 12:00:10 2007] [0248:4948] [debug] jk_ajp_common.c (2133): retries: 2 [Wed Feb 14 12:00:10 2007] [0248:4948] [debug] jk_ajp_common.c (2137): max packet size: 8192 [Wed Feb 14 12:00:10 2007] [0248:4948] [debug] jk_ajp_common.c (2008): setting connection pool size to 100 with min 50 [Wed Feb 14 12:00:10 2007] [0248:4948] [debug] jk_isapi_plugin.c (749): Detected IIS >= 5.0 [Wed Feb 14 12:00:10 2007] [0248:4948] [debug] jk_isapi_plugin.c (801): Filter started ... ... [Wed Feb 14 12:00:10 2007] [0248:4948] [debug] jk_connect.c (433): trying to connect socket 1156 to 9.182.74.56:8009 [Wed Feb 14 12:00:10 2007] [0248:4948] [info] jk_connect.c (451): connect to 9.182.74.56:8009 failed with errno=61 [Wed Feb 14 12:00:10 2007] [0248:4948] [info] jk_ajp_common.c (873): Failed opening socket to (9.182.74.56:8009) with (errno=61) [Wed Feb 14 12:00:10 2007] [0248:4948] [info] jk_ajp_common.c (1259): (ajp13) error connecting to the backend server (errno=61) [Wed Feb 14 12:00:10 2007] [0248:4948] [info] jk_ajp_common.c (1916): (ajp13) sending request to tomcat failed, recoverable operation attempt=1 [Wed Feb 14 12:00:10 2007] [0248:4948] [debug] jk_connect.c (335): socket TCP_NODELAY set to On [Wed Feb 14 12:00:10 2007] [0248:4948] [debug] jk_connect.c (433): trying to connect socket 1156 to 9.182.74.56:8009 [Wed Feb 14 12:00:10 2007] [0248:4948] [info] jk_connect.c (451): connect to 9.182.74.56:8009 failed with errno=61 [Wed Feb 14 12:00:10 2007] [0248:4948] [info] jk_ajp_common.c (873): Failed opening socket to (9.182.74.56:8009) with (errno=61) [Wed Feb 14 12:00:10 2007] [0248:4948] [info] jk_ajp_common.c (1259): (ajp13) error connecting to the backend server (errno=61) [Wed Feb 14 12:00:10 2007] [0248:4948] [info] jk_ajp_common.c (1916): (ajp13) sending request to tomcat failed, recoverable operation attempt=2 [Wed Feb 14 12:00:10 2007] [0248:4948] [error] jk_ajp_common.c (1928): (ajp13) Connecting to tomcat failed. Tomcat is probably not started or is listening on the wrong port [Wed Feb 14 12:00:10 2007] [0248:4948] [error] jk_isapi_plugin.c (1098): service() failed Is this a config problem? -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]