Tried it, but it still does not work. Mostly the requests is passed to
tomcat correctly. The log then look like this:

[Mon Jan 19 14:33:20 2004] (debug ) [jk_isapi_plugin.c (288)]
HttpFilterProc started
[Mon Jan 19 14:33:20 2004] (debug ) [jk_isapi_plugin.c (346)]  In
HttpFilterProc Virtual Host redirection of 80.199.44.136 : 80
[Mon Jan 19 14:33:20 2004] (debug ) [jk_isapi_plugin.c (355)]
HttpFilterProc [.../servlet/...] is a servlet url - should redirect to
ajp13:localhost:8009
[Mon Jan 19 14:33:20 2004] (debug ) [jk_isapi_plugin.c (421)]
HttpFilterProc check if [/camping_lars/servlet/camping.XMLServer.Server] is
pointing to the web-inf directory
[Mon Jan 19 14:33:20 2004] (debug ) [jk_isapi_plugin.c (473)]
HttpExtensionProc started
[Mon Jan 19 14:33:20 2004] (debug ) [jk_isapi_plugin.c (482)]
HttpExtensionProc got a worker for name ajp13:localhost:8009
[Mon Jan 19 14:33:20 2004] (debug ) [jk_service_iis.c (168)]  Into
jk_ws_service_t::read
[Mon Jan 19 14:33:20 2004] (debug ) [jk_handler_response.c (155)]
handler.response() Header[0] [Content-Encoding] = [gzip]
[Mon Jan 19 14:33:20 2004] (debug ) [jk_handler_response.c (155)]
handler.response() Header[1] [Content-Type] = [text/xml;charset=ISO-8859-1]
[Mon Jan 19 14:33:20 2004] (debug ) [jk_handler_response.c (155)]
handler.response() Header[2] [Content-Length] = [276]
[Mon Jan 19 14:33:20 2004] (debug ) [jk_handler_response.c (172)]
handler.response(): status=200 headers=3
[Mon Jan 19 14:33:20 2004] (debug ) [jk_service_iis.c (93)]  Into
jk_ws_service_t::head
[Mon Jan 19 14:33:20 2004] (debug ) [jk_service_iis.c (227)]  Into
jk_ws_service_t::write
[Mon Jan 19 14:33:20 2004] (debug ) [jk_isapi_plugin.c (515)]
HttpExtensionProc service() returned OK
 

But sometimes, the log look like this:

[Mon Jan 19 15:28:34 2004] (debug ) [jk_isapi_plugin.c (288)]
HttpFilterProc started
[Mon Jan 19 15:28:34 2004] (debug ) [jk_isapi_plugin.c (346)]  In
HttpFilterProc Virtual Host redirection of 80.199.44.136 : 80
[Mon Jan 19 15:28:34 2004] (debug ) [jk_isapi_plugin.c (355)]
HttpFilterProc [/.../servlet/...] is a servlet url - should redirect to
ajp13:localhost:8009
[Mon Jan 19 15:28:34 2004] (debug ) [jk_isapi_plugin.c (421)]
HttpFilterProc check if [/camping_lars/servlet/camping.XMLServer.Server] is
pointing to the web-inf directory
[Mon Jan 19 15:28:34 2004] (debug ) [jk_isapi_plugin.c (473)]
HttpExtensionProc started
[Mon Jan 19 15:28:34 2004] (debug ) [jk_isapi_plugin.c (482)]
HttpExtensionProc got a worker for name ajp13:localhost:8009
[Mon Jan 19 15:28:34 2004] (debug ) [jk_service_iis.c (168)]  Into
jk_ws_service_t::read
[Mon Jan 19 15:28:34 2004] (error ) [jk_worker_ajp13.c (389)]
ajp13.service() Error sending initial post -1 0 0
[Mon Jan 19 15:28:34 2004] (debug ) [jk_handler_response.c (155)]
handler.response() Header[0] [Content-Encoding] = [gzip]
[Mon Jan 19 15:28:34 2004] (debug ) [jk_handler_response.c (155)]
handler.response() Header[1] [Content-Type] = [text/xml;charset=ISO-8859-1]
[Mon Jan 19 15:28:34 2004] (debug ) [jk_handler_response.c (155)]
handler.response() Header[2] [Content-Length] = [198]
[Mon Jan 19 15:28:34 2004] (debug ) [jk_handler_response.c (172)]
handler.response(): status=200 headers=3
[Mon Jan 19 15:28:34 2004] (debug ) [jk_service_iis.c (93)]  Into
jk_ws_service_t::head
[Mon Jan 19 15:28:34 2004] (debug ) [jk_service_iis.c (227)]  Into
jk_ws_service_t::write
[Mon Jan 19 15:28:34 2004] (debug ) [jk_isapi_plugin.c (515)]
HttpExtensionProc service() returned OK

It seems like an error occurs: Error sending initial post -1 0 0. Does
anyone know what this means?

Even though the log says: HttpExtensionProc service() returned OK, a
response is never returned. The browser simply gets a timeout!

Any help would be greatly appreciated

Thanks,

Rasmus

-----Original Message-----
From: Jeff Trout [mailto:[EMAIL PROTECTED] 
Sent: 19. januar 2004 13:39
To: Rasmus Munk
Cc: [EMAIL PROTECTED]
Subject: Re: Problems with jk2 on IIS 5.0 and Tomcat 4.0

On Fri, 16 Jan 2004 15:54:00 EST
"Rasmus Munk" <[EMAIL PROTECTED]> wrote:

> 
> HttpFilterProc [/camping_lars/servlet/camping.XMLServer.Server] is a 
> servlet url - should redirect to ajp13:localhost:8009 HttpFilterProc 
> check if [/camping_lars/servlet/camping.XMLServer.Server] is pointing 
> to the web-inf directory HttpFilterProc started In HttpFilterProc 
> Virtual Host redirection of localhost : 80 HttpFilterProc 
> [/jakarta/isapi_redirector2.dll] is not a servlet url HttpFilterProc 
> check if [/jakarta/isapi_redirector2.dll] is pointing to the web-inf 
> directory HttpExtensionProc started HttpExtensionProc could not get a 
> worker for name HttpExtensionProc worker is NULL
> 

I just recently spent a few days struggling with this

1. Did you setup the /jakarta/ virtual dir properly (pointing it to the dir
that has isapi_redirector2.dll?

2. Did you install isapi_redirector2.dll at the server or site level?
I found on w2k sp4 that I had to install it at the SITE level... Oddly it
worked fine at the server level on sp2.  If I get some time I'll investigate
more.

Good luck!


--
Jeff Trout <[EMAIL PROTECTED]> Global Engineering / Terra Lycos

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to