You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mariusz Stankiewicz <ms...@comra.com.au> on 2004/03/22 17:55:00 UTC

IIS/Tomcat ISAPI - First request OK, next requests fail

Hi,
 
I've been looking for a solution to this problem everywhere, and I can't
seem to find out what I've done wrong.
 
I'm using IIS5.0/Win2kServer and Tomcat 5.
 
I've set up isapi_redirect.dll all well and good, following all the
doco's online.
 
The problem I have is, the first request comes through as follows in my
log:
 
2004-03-22 16:13:19 192.168.1.49 - GET /jakarta/isapi_redirect.dll - 200
386 HTTP/1.1
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.N
ET+CLR+1.0.3705) -
 
Note: /Jakarta/isapi_redirect.dll has a code of 200.  Although the JSP
file comes through fine on the client side.
 
When I do the next request I get the following:
 
2004-03-22 16:13:19 192.168.1.49 - GET /index.jsp - 404 4203 HTTP/1.1
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322;+.N
ET+CLR+1.0.3705) -
 
Note this time, doesn't bother looking at isapi_redirect.dll and errors
out on 404...
 
 
Once I restart IIS, I run into the same problem, 1st request works, 2nd
(and later) request fails.
 
I've read a few people had similar problems, but nobody had an answer.
Does anybody have any ideas?
 
Thanks,
 
Mariusz.
 
 
 

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org