You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Rodney Loos <ro...@yahoo.com> on 2002/02/22 22:34:52 UTC

Tomcat 4.0.2, IIS 5.0 and JBoss

I'm trying to use IIS as the front-end to a Tomcat/Jboss installation under
Windows 2000.

I'm using the latest isapi_redirector.dll, and the bundled download of
Tomcat with JBoss.  I have Tomcat/Jboss installed as:

jboss/
    catalina/ -- all tomcat 4 stuff
    jboss/ -- all jboss stuff

If I run just Tomcat/Jboss, using /jboss/jboss/bin/run_with_catalina.bat, I
can hit it OK as http://localhost:8080/jboss, and if I run just tomcat by
using /jboss/catalina/bin/startup, I can hit the Tomcat page fine via IIS by
http://localhost/examples/jsp/index.jsp.  But I can't hit the Tomcat/Jboss
combo via IIS -- it can't find the page, and the iis_redirect log shows:
...
[Fri Feb 22 15:26:16 2002]  [jk_uri_worker_map.c (362)]: Into
jk_uri_worker_map_t::uri_worker_map_open
[Fri Feb 22 15:26:16 2002]  [jk_uri_worker_map.c (383)]:
jk_uri_worker_map_t::uri_worker_map_open, rule map size is 4
[Fri Feb 22 15:26:16 2002]  [jk_uri_worker_map.c (332)]: Into
jk_uri_worker_map_t::uri_worker_map_open, exact rule /examples=ajp13 was
added
[Fri Feb 22 15:26:16 2002]  [jk_uri_worker_map.c (308)]: Into
jk_uri_worker_map_t::uri_worker_map_open, match rule /examples/=ajp13 was
added
[Fri Feb 22 15:26:16 2002]  [jk_uri_worker_map.c (332)]: Into
jk_uri_worker_map_t::uri_worker_map_open, exact rule /jboss=ajp13 was added
[Fri Feb 22 15:26:16 2002]  [jk_uri_worker_map.c (308)]: Into
jk_uri_worker_map_t::uri_worker_map_open, match rule /jboss/=ajp13 was added
[Fri Feb 22 15:26:16 2002]  [jk_uri_worker_map.c (395)]: Into
jk_uri_worker_map_t::uri_worker_map_open, there are 4 rules
[Fri Feb 22 15:26:16 2002]  [jk_uri_worker_map.c (409)]:
jk_uri_worker_map_t::uri_worker_map_open, done
...
so it properly read my uriworkermap.properties, but then

...
[Fri Feb 22 15:26:16 2002]  [jk_isapi_plugin.c (657)]: HttpFilterProc
started
[Fri Feb 22 15:26:16 2002]  [jk_isapi_plugin.c (705)]: In HttpFilterProc
Virtual Host redirection of /localhost/jboss
[Fri Feb 22 15:26:16 2002]  [jk_uri_worker_map.c (447)]: Into
jk_uri_worker_map_t::map_uri_to_worker
[Fri Feb 22 15:26:16 2002]  [jk_uri_worker_map.c (464)]: Attempting to map
URI '/localhost/jboss'
[Fri Feb 22 15:26:16 2002]  [jk_uri_worker_map.c (570)]:
jk_uri_worker_map_t::map_uri_to_worker, done without a match
[Fri Feb 22 15:26:16 2002]  [jk_isapi_plugin.c (711)]: In HttpFilterProc
test Default redirection of /jboss
[Fri Feb 22 15:26:16 2002]  [jk_uri_worker_map.c (447)]: Into
jk_uri_worker_map_t::map_uri_to_worker
[Fri Feb 22 15:26:16 2002]  [jk_uri_worker_map.c (464)]: Attempting to map
URI '/jboss'
[Fri Feb 22 15:26:16 2002]  [jk_uri_worker_map.c (478)]:
jk_uri_worker_map_t::map_uri_to_worker, Found an exact match ajp13 -> /jboss
[Fri Feb 22 15:26:16 2002]  [jk_isapi_plugin.c (721)]: HttpFilterProc
[/jboss] is a servlet url - should redirect to ajp13
[Fri Feb 22 15:26:16 2002]  [jk_isapi_plugin.c (784)]: HttpFilterProc check
if [/jboss] is points to the web-inf directory
[Fri Feb 22 15:26:16 2002]  [jk_isapi_plugin.c (824)]: HttpExtensionProc
started
[Fri Feb 22 15:26:16 2002]  [jk_worker.c (132)]: Into wc_get_worker_for_name
ajp13
[Fri Feb 22 15:26:16 2002]  [jk_worker.c (136)]: wc_get_worker_for_name,
done  found a worker
[Fri Feb 22 15:26:16 2002]  [jk_isapi_plugin.c (860)]: HttpExtensionProc got
a worker for name ajp13
[Fri Feb 22 15:26:16 2002]  [jk_ajp_common.c (1352)]: Into
jk_worker_t::get_endpoint
[Fri Feb 22 15:26:16 2002]  [jk_ajp_common.c (1075)]: Into
jk_endpoint_t::service
[Fri Feb 22 15:26:16 2002]  [jk_ajp_common.c (280)]: Into
ajp_marshal_into_msgb
[Fri Feb 22 15:26:16 2002]  [jk_ajp_common.c (413)]: ajp_marshal_into_msgb -
Done
[Fri Feb 22 15:26:16 2002]  [jk_connect.c (116)]: Into jk_open_socket
[Fri Feb 22 15:26:16 2002]  [jk_connect.c (123)]: jk_open_socket, try to
connect socket = 2396
[Fri Feb 22 15:26:17 2002]  [jk_connect.c (132)]: jk_open_socket, after
connect ret = -1
[Fri Feb 22 15:26:17 2002]  [jk_connect.c (151)]: jk_open_socket, connect()
failed errno = 61
[Fri Feb 22 15:26:17 2002]  [jk_ajp_common.c (598)]: In
jk_endpoint_t::ajp_connect_to_endpoint, failed errno = 61
[Fri Feb 22 15:26:17 2002]  [jk_ajp_common.c (843)]: Error connecting to the
Tomcat process.
[Fri Feb 22 15:26:17 2002]  [jk_ajp_common.c (1149)]: In
jk_endpoint_t::service, ajp_send_request failed in send loop 0
[Fri Feb 22 15:26:17 2002]  [jk_connect.c (116)]: Into jk_open_socket
[Fri Feb 22 15:26:17 2002]  [jk_connect.c (123)]: jk_open_socket, try to
connect socket = 2388
[Fri Feb 22 15:26:18 2002]  [jk_connect.c (132)]: jk_open_socket, after
connect ret = -1
[Fri Feb 22 15:26:18 2002]  [jk_connect.c (151)]: jk_open_socket, connect()
failed errno = 61
[Fri Feb 22 15:26:18 2002]  [jk_ajp_common.c (598)]: In
jk_endpoint_t::ajp_connect_to_endpoint, failed errno = 61
[Fri Feb 22 15:26:18 2002]  [jk_ajp_common.c (843)]: Error connecting to the
Tomcat process.
[Fri Feb 22 15:26:18 2002]  [jk_ajp_common.c (1149)]: In
jk_endpoint_t::service, ajp_send_request failed in send loop 1
[Fri Feb 22 15:26:18 2002]  [jk_connect.c (116)]: Into jk_open_socket
[Fri Feb 22 15:26:18 2002]  [jk_connect.c (123)]: jk_open_socket, try to
connect socket = 2396
[Fri Feb 22 15:26:19 2002]  [jk_connect.c (132)]: jk_open_socket, after
connect ret = -1
[Fri Feb 22 15:26:19 2002]  [jk_connect.c (151)]: jk_open_socket, connect()
failed errno = 61
[Fri Feb 22 15:26:19 2002]  [jk_ajp_common.c (598)]: In
jk_endpoint_t::ajp_connect_to_endpoint, failed errno = 61
[Fri Feb 22 15:26:19 2002]  [jk_ajp_common.c (843)]: Error connecting to the
Tomcat process.
[Fri Feb 22 15:26:19 2002]  [jk_ajp_common.c (1149)]: In
jk_endpoint_t::service, ajp_send_request failed in send loop 2
[Fri Feb 22 15:26:19 2002]  [jk_isapi_plugin.c (875)]: HttpExtensionProc
error, service() failed
[Fri Feb 22 15:26:19 2002]  [jk_ajp_common.c (1307)]: Into
jk_endpoint_t::done
[Fri Feb 22 15:26:19 2002]  [jk_ajp_common.c (535)]: In
jk_endpoint_t::ajp_close_endpoint

Am I crazy to want to even connect IIS => Tomcat => JBoss?  Do I just have
something messed up in my contexts?

Has anyone tried to use all three together?

Thanks,
Rodney



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>