Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2694 | major | always | 05-26-08 03:41 | 05-20-10 17:20 | |
|
|||||
Reporter: | mitch | Platform: | |||
Assigned To: | alex | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.6 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.7 | ||
|
|||||
Summary: | 0002694: Aberrant behaviour of servlets within IIS7 | ||||
Description: |
We have set up Resin on a new Windows 2008 64bit server. The following handler mappings have been set up in IIS... Handler 1: "*.jsp" maps all verbs to "c:\inetpub\scripts\win64\isapi_srun.dll" Handler 2: "servlet" maps all verbs to "c:\inetpub\scripts\win64\isapi_srun.dll" Handler 3: "caucho-status" maps all verbs to "c:\inetpub\scripts\win64\isapi_srun.dll" All other handlers are lower priority than these 3. All jsp files work perfectly, however under some conditions caucho-status fails with 503 error, and servlets result in a 503 error. Conditions that cause servlets to fail... Make any kind of change to IIS, i.e. add a mime type or add a virtual directory of any name, and caucho-status and servlets work. But when the application pool is recycled, the 503 errors start appearing... and yet jsp files continue to operate normally. When you make an arbitrary change to IIS again (as per above) caucho-status and servlets start working again. Incidentally, we have a servlet that is invoked with extra path information: e.g. "http://domain/servlet/ServletName/key-rich-path-info/filename.jsp" [^] This servlet gets picked up by our "*.jsp" handler and is unaffected by the above mentioned problem. Has *anyone* else experienced this strange behaviour or have any valuable advice for us?? |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|