Hello,
Attempting to configure Geronimo with IIS Web Server. The IIS setup was done
based on a previous thread in the mailing list. While launching the web
application as http://localhost/Test/index.jsp, the below error occured in
AJP log:
[Tue Feb 13 23:06:33 2007] [4616:4004] [info] jk_ajp_common.c (1259):
(ajp13) error connecting to the backend server (errno=61)
[Tue Feb 13 23:06:33 2007] [4616:4004] [info] jk_ajp_common.c (1916):
(ajp13) sending request to tomcat failed, recoverable operation attempt=2
[Tue Feb 13 23:06:33 2007] [4616:4004] [error] jk_ajp_common.c (1928):
(ajp13) Connecting to tomcat failed. Tomcat is probably not started or is
listening on the wrong port
[Tue Feb 13 23:06:33 2007] [4616:4004] [error] jk_isapi_plugin.c (1098):
service() failed
IIS logs an Error 503.
*worker.properties*
worker.list=ajp13
worker.ajp13.port=8009
worker.ajp13.host=0.0.0.0
worker.ajp13.type=ajp13
worker.ajp13.cachesize=100
*uriworkermap.properties*
/Test/*.jsp=ajp13
Can someone help with this issue.
Thanks
|