Hi, I am sorry to raise such an issue as I am sure that it was well handled so far, only that I couldn't find any solution to my problem in any archive...
 
I want to have the Tomcat 3.2.2 to serve IIS 5 (out of process). I followed the instructions too well... But (there is always a 'but', ha?!) even when I do see the examples context I get an error at the isapi log and at the IIS log:
 
ISAPI LOG
----------------
[jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close, NULL parameter
[jk_uri_worker_map.c (185)]: In jk_uri_worker_map_t::uri_worker_map_free, NULL parameters
[jk_connect.c (143)]: jk_open_socket, connect() failed errno = 61
[jk_ajp12_worker.c (152)]: In jk_endpoint_t::service, Error sd = -1
[jk_isapi_plugin.c (554)]: HttpExtensionProc error, service() failed
IIS LOG
-----------
17:27:28 192.114.206.189 GET /jakarta/isapi_redirect.dll 200
 
I verified also the uriworkermap file to make sure the uri will be redirected to the container, yet, nada... Nothing seem to make it work 100%.
 
Furthermore, the contexts I am trying to add don't seem to be available at all (via http requests) even though I added them to the server.xml file and to the uriworkermap.
 
I tried to add the following to server.xml file, according to another post:
 
  <Context path="/"
                 docBase="/Inetpub/wwwroot"
                 crossContext="false"
                 debug="0"
                 reloadable="true" >
  </Context>
 
But that didn't help either...
 
Any ideas? I am lost here...  :o(
 
Thanks in advance!
David.

Reply via email to