Hi Ray --

We've had success using the JRun ISAPI filter *NOT* as an actual filter 
within IIS, but as an application mapping for certain extensions.

W/in IIS properties, go to the "Home Directory" tab, the "Configuration" 
button, and add the .serv and .jsp extensions to map to the JRun DLL.  Then 
remove the JRun ISAPI filter from the filters list in IIS.  Just make sure 
all the non-.serv and non-.jsp files are within IIS's realm.

Hope that helps!

--maia

At 11:50 AM 11/21/2001 -0800, Ray Thomas wrote:
>Could someone tell me how to configure the JRun ISAPI filter to ONLY 
>intercept requests for servlets and jsps instead of ALL requests within a 
>web-app directory. I'm trying to get IIS to serve requests for 
>/mywebapp/*.html, /mywebapp/*.gif, etc. and only have *.serv and *.jsp 
>requests intercepted and served by JRun. However, when the web app is 
>deployed, it puts the following entry in local.properties:
>
>   webapp-mapping./mywebapp=mywebapp
>
>which intercepts all requests for /mywebapp/*
>
>I tried guessing at the following "more specific" mappings:
>
>   webapp-mapping./mywebapp/*.jsp=mywebapp
>   webapp-mapping./mywebapp/*.serv=mywebapp
>
>but they didn't work as expected. Instead, I get a "No such servlet" error 
>500.
>
>Please help!
>
>-Ray
>
>------------------------------------------------------------
>--== Sent via Deja.com ==--
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to