DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37565>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37565

           Summary: isapi_redirect JK-1.2.15 unloads after one request
           Product: Tomcat 5
           Version: 5.5.12
          Platform: PC
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Connector:AJP
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


To reproduce (on WinXP SP2 Professional, IIS 5.1)

1. Install isapi_redirect.dll 1.2.15 from the MSI installer.
2. In the registry, change the log level to debug.
3. Restart IIS through Windows Services applet. (Worldwide Web Publishing 
Service)
4. isapi_redirect.dll shows up as ISAPI Filter in IIS Manager Console.
5. For the very first request, invoke http://locahost/jsp-examples/. The page
   loads, and only the "execute.gif" image. (On some tries, none of the images 
will load. The only successful request is the page itself.
6. No further requests will work. In the IIS Manager Console, however, it 
still shows isapi_redirect.dll loaded and up as an ISAPI filter. The log shows 
that after the initial request, close_workers is called. The last lines of the 
log file look like this:

[0428:1684] [debug] jk_ajp_common.c (2074): recycling connection cache slot=0 
for worker ajp13w
[0428:1684] [debug] jk_isapi_plugin.c (1031): service() returned OK
[0428:0492] [debug] jk_worker.c (212): close_workers will destroy worker wlb
[0428:0492] [debug] jk_ajp_common.c (2012): up to 10 endpoints to close
[0428:0492] [debug] jk_ajp_common.c (723): closed socket with sd = 2292
[0428:0492] [debug] jk_worker.c (212): close_workers will destroy worker 
jkstatus

And any further request will fail, and no more activity is seen in the log. 
The response headers are this:

HTTP/1.1 404 Object Not Found
Server: Microsoft-IIS/5.1
Date: Sat, 19 Nov 2005 20:38:42 GMT
Connection: close
Content-Length: 4040
Content-Type: text/html

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to