Mantis - Resin
Viewing Issue Advanced Details
1585 minor always 01-24-07 13:44 04-05-07 15:10
nam  
ferg  
high  
closed 3.0.22  
no change required  
none    
none  
0001585: IIS unable to serve pages after installing isapi_srun.dll
(rep by J. Reiss)

IIS will not serve any page when isapi_srun.dll is installed. This only happens when a page on the IIS webserver is accessed before Resin is started up.
Workaround
----------
1. Run setup.exe or manually install isapi_srun.dll.
2. Start up Resin. Do not access any page before Resin is started up.

Problem should be resolved. IIS with Resin should be serving pages normally.

If IIS is still serving "Server is currently unavailable or down for maintenance", make sure to restart Windows before trying the workaround.

Notes
(0001818)
ferg   
04-05-07 15:10   
This is normal behavior for security reasons

Until isapi_srun obtains the configuration from Resin, it cannot serve pages through IIS because it does not know which pages belong to Resin and which belong to IIS and needs to make sure it does not inadvertantly serve .jsp or .class files as source.