Re: Tomcat ISAPI Redirector for IIS

2010-08-25 Thread andoridyou2010

check the fitler vs extension

here is one post
http://androidyou.blogspot.com/2010/08/could-not-get-worker-for-name-ajp13.html


doepain wrote:
 
 No matter what I try where I go I just keep hitting a wall with this ISAPI
 redirector for IIS/Tomcat.
 I have been trying to get this to work since 9:00 AM est, and I am losing
 steam.  
 
 I tried supplying any useful information for trouble shooting below
 
 Error:
 HTTP Status 404 - /jakarta/isapi_redirect.dll
   type Status report
   message /jakarta/isapi_redirect.dll
   description The requested resource (/jakarta/isapi_redirect.dll) is not
 available.
 Apache Tomcat/5.0.16
 
 uriworkermap.properties File:
 # uriworker.properties -
 #
 # This file provides sample mappings for example
 # ajp13w worker defined in workermap.properties.minimal
 
 /jsp-examples/*=ajp13w
 /servlet-examples/*=ajp13w
 
 # Now filter out all .jpeg files inside that context
 # For no mapping the url has to start with exclamation (!)
 #!/servlet-examples/*.jpeg=ajp13w
 
 Workers.Properties.Minimal:
 # workers.properties.minimal -
 # This file provides minimal jk configuration properties needed to 
 # connect to Tomcat.
 # The workers that jk should create and work with 
 # Defining a worker named ajp13w and of type ajp13
 # Note that the name and the type do not have to match.
 
 #worker.list=ajp13w
 worker.ajp13w.type=ajp13
 worker.ajp13w.host=localhost
 worker.ajp13w.port=8009
 
 Jakarta Isapi Redirector Install path:
 C:\Program Files\Apache Software Foundation\Jakarta Isapi Redirector\conf
 
 Tomcat Install Path:
 C:\Program Files\Apache Software Foundation\Tomcat 5.0
 
 Tomcat Status is Started.
 
 IIS V6.0 Settings
 The jakarta Web Service Extension is Installed, and Allowed.
 The ISAPI Filter for jakarta in installed, and its Status is Online
 Priority High
 
 Host:
 Windows Server 2003 SP2
 
 ISAPI-Redirector Log output:
 [Mon Feb 18 13:11:38 2008] [error] HttpExtensionProc::jk_isapi_plugin.c
 (944): could not get a worker for name ajp13
 [Mon Feb 18 13:11:39 2008] [error] HttpExtensionProc::jk_isapi_plugin.c
 (944): could not get a worker for name ajp13
 [Mon Feb 18 13:21:47 2008] [error]
 ajp_connection_tcp_send_message::jk_ajp_common.c (902): sendfull returned
 -3 with errno=54 
 [Mon Feb 18 13:21:47 2008] [error] ajp_send_request::jk_ajp_common.c
 (1158): Error sending request try another pooled connection
 [Mon Feb 18 13:21:48 2008] [info]  jk_open_socket::jk_connect.c (183):
 connect() failed errno = 61
 [Mon Feb 18 13:21:48 2008] [info] 
 ajp_connect_to_endpoint::jk_ajp_common.c (862): Failed connecting to
 tomcat. Tomcat is probably not started or is listening on the wrong
 host/port (127.0.0.1:8009). Failed errno = 61
 [Mon Feb 18 13:21:48 2008] [info]  ajp_send_request::jk_ajp_common.c
 (1186): Error connecting to the Tomcat process.
 [Mon Feb 18 13:21:48 2008] [info]  ajp_service::jk_ajp_common.c (1665):
 Sending request to tomcat failed,  recoverable operation attempt=0
 [Mon Feb 18 13:21:48 2008] [info]  ajp_done::jk_ajp_common.c (1947): could
 not find empty cache slot from 1 for worker ajp13. Rise worker cachesize
 [Mon Feb 18 13:43:40 2008] [error]
 ajp_connection_tcp_send_message::jk_ajp_common.c (902): sendfull returned
 -3 with errno=54 
 [Mon Feb 18 13:43:40 2008] [error] ajp_send_request::jk_ajp_common.c
 (1158): Error sending request try another pooled connection
 [Mon Feb 18 13:43:41 2008] [info]  jk_open_socket::jk_connect.c (183):
 connect() failed errno = 61
 [Mon Feb 18 13:43:41 2008] [info] 
 ajp_connect_to_endpoint::jk_ajp_common.c (862): Failed connecting to
 tomcat. Tomcat is probably not started or is listening on the wrong
 host/port (127.0.0.1:8009). Failed errno = 61
 [Mon Feb 18 13:43:41 2008] [info]  ajp_send_request::jk_ajp_common.c
 (1186): Error connecting to the Tomcat process.
 [Mon Feb 18 13:43:41 2008] [info]  ajp_service::jk_ajp_common.c (1665):
 Sending request to tomcat failed,  recoverable operation attempt=0
 [Mon Feb 18 13:43:42 2008] [info]  jk_open_socket::jk_connect.c (183):
 connect() failed errno = 61
 [Mon Feb 18 13:43:42 2008] [info] 
 ajp_connect_to_endpoint::jk_ajp_common.c (862): Failed connecting to
 tomcat. Tomcat is probably not started or is listening on the wrong
 host/port (127.0.0.1:8009). Failed errno = 61
 [Mon Feb 18 13:43:42 2008] [info]  ajp_send_request::jk_ajp_common.c
 (1186): Error connecting to the Tomcat process.
 [Mon Feb 18 13:43:42 2008] [info]  ajp_service::jk_ajp_common.c (1665):
 Sending request to tomcat failed,  recoverable operation attempt=1
 [Mon Feb 18 13:43:43 2008] [info]  jk_open_socket::jk_connect.c (183):
 connect() failed errno = 61
 [Mon Feb 18 13:43:43 2008] [info] 
 ajp_connect_to_endpoint::jk_ajp_common.c (862): Failed connecting to
 tomcat. Tomcat is probably not started or is listening on the wrong
 host/port (127.0.0.1:8009). Failed errno = 61
 [Mon Feb 18 13:43:43 2008] [info]  ajp_send_request::jk_ajp_common.c
 (1186): Error connecting to the Tomcat 

Re: Tomcat ISAPI Redirector for IIS

2010-08-25 Thread andoridyou2010

http://androidyou.blogspot.com/2010/08/using-iis-7-75-tracing-features-to.html

andoridyou2010 wrote:
 
 check the fitler vs extension
 
 here is one post
 http://androidyou.blogspot.com/2010/08/could-not-get-worker-for-name-ajp13.html
 
 
 doepain wrote:
 
 No matter what I try where I go I just keep hitting a wall with this
 ISAPI redirector for IIS/Tomcat.
 I have been trying to get this to work since 9:00 AM est, and I am losing
 steam.  
 
 I tried supplying any useful information for trouble shooting below
 
 Error:
 HTTP Status 404 - /jakarta/isapi_redirect.dll
  type Status report
  message /jakarta/isapi_redirect.dll
  description The requested resource (/jakarta/isapi_redirect.dll) is not
 available.
 Apache Tomcat/5.0.16
 
 uriworkermap.properties File:
 # uriworker.properties -
 #
 # This file provides sample mappings for example
 # ajp13w worker defined in workermap.properties.minimal
 
 /jsp-examples/*=ajp13w
 /servlet-examples/*=ajp13w
 
 # Now filter out all .jpeg files inside that context
 # For no mapping the url has to start with exclamation (!)
 #!/servlet-examples/*.jpeg=ajp13w
 
 Workers.Properties.Minimal:
 # workers.properties.minimal -
 # This file provides minimal jk configuration properties needed to 
 # connect to Tomcat.
 # The workers that jk should create and work with 
 # Defining a worker named ajp13w and of type ajp13
 # Note that the name and the type do not have to match.
 
 #worker.list=ajp13w
 worker.ajp13w.type=ajp13
 worker.ajp13w.host=localhost
 worker.ajp13w.port=8009
 
 Jakarta Isapi Redirector Install path:
 C:\Program Files\Apache Software Foundation\Jakarta Isapi Redirector\conf
 
 Tomcat Install Path:
 C:\Program Files\Apache Software Foundation\Tomcat 5.0
 
 Tomcat Status is Started.
 
 IIS V6.0 Settings
 The jakarta Web Service Extension is Installed, and Allowed.
 The ISAPI Filter for jakarta in installed, and its Status is Online
 Priority High
 
 Host:
 Windows Server 2003 SP2
 
 ISAPI-Redirector Log output:
 [Mon Feb 18 13:11:38 2008] [error] HttpExtensionProc::jk_isapi_plugin.c
 (944): could not get a worker for name ajp13
 [Mon Feb 18 13:11:39 2008] [error] HttpExtensionProc::jk_isapi_plugin.c
 (944): could not get a worker for name ajp13
 [Mon Feb 18 13:21:47 2008] [error]
 ajp_connection_tcp_send_message::jk_ajp_common.c (902): sendfull returned
 -3 with errno=54 
 [Mon Feb 18 13:21:47 2008] [error] ajp_send_request::jk_ajp_common.c
 (1158): Error sending request try another pooled connection
 [Mon Feb 18 13:21:48 2008] [info]  jk_open_socket::jk_connect.c (183):
 connect() failed errno = 61
 [Mon Feb 18 13:21:48 2008] [info] 
 ajp_connect_to_endpoint::jk_ajp_common.c (862): Failed connecting to
 tomcat. Tomcat is probably not started or is listening on the wrong
 host/port (127.0.0.1:8009). Failed errno = 61
 [Mon Feb 18 13:21:48 2008] [info]  ajp_send_request::jk_ajp_common.c
 (1186): Error connecting to the Tomcat process.
 [Mon Feb 18 13:21:48 2008] [info]  ajp_service::jk_ajp_common.c (1665):
 Sending request to tomcat failed,  recoverable operation attempt=0
 [Mon Feb 18 13:21:48 2008] [info]  ajp_done::jk_ajp_common.c (1947):
 could not find empty cache slot from 1 for worker ajp13. Rise worker
 cachesize
 [Mon Feb 18 13:43:40 2008] [error]
 ajp_connection_tcp_send_message::jk_ajp_common.c (902): sendfull returned
 -3 with errno=54 
 [Mon Feb 18 13:43:40 2008] [error] ajp_send_request::jk_ajp_common.c
 (1158): Error sending request try another pooled connection
 [Mon Feb 18 13:43:41 2008] [info]  jk_open_socket::jk_connect.c (183):
 connect() failed errno = 61
 [Mon Feb 18 13:43:41 2008] [info] 
 ajp_connect_to_endpoint::jk_ajp_common.c (862): Failed connecting to
 tomcat. Tomcat is probably not started or is listening on the wrong
 host/port (127.0.0.1:8009). Failed errno = 61
 [Mon Feb 18 13:43:41 2008] [info]  ajp_send_request::jk_ajp_common.c
 (1186): Error connecting to the Tomcat process.
 [Mon Feb 18 13:43:41 2008] [info]  ajp_service::jk_ajp_common.c (1665):
 Sending request to tomcat failed,  recoverable operation attempt=0
 [Mon Feb 18 13:43:42 2008] [info]  jk_open_socket::jk_connect.c (183):
 connect() failed errno = 61
 [Mon Feb 18 13:43:42 2008] [info] 
 ajp_connect_to_endpoint::jk_ajp_common.c (862): Failed connecting to
 tomcat. Tomcat is probably not started or is listening on the wrong
 host/port (127.0.0.1:8009). Failed errno = 61
 [Mon Feb 18 13:43:42 2008] [info]  ajp_send_request::jk_ajp_common.c
 (1186): Error connecting to the Tomcat process.
 [Mon Feb 18 13:43:42 2008] [info]  ajp_service::jk_ajp_common.c (1665):
 Sending request to tomcat failed,  recoverable operation attempt=1
 [Mon Feb 18 13:43:43 2008] [info]  jk_open_socket::jk_connect.c (183):
 connect() failed errno = 61
 [Mon Feb 18 13:43:43 2008] [info] 
 ajp_connect_to_endpoint::jk_ajp_common.c (862): Failed connecting to
 tomcat. Tomcat is probably not started or is listening on the wrong
 host/port (127.0.0.1:8009). Failed errno = 61
 [Mon