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
