john venable wrote: > Hello, we're trying to set up some new servers (W2003/IIS6) with CF7 > Enterprise multi-server. We have a purchasing system on a Weblogic box > that we are using BEA's proxy to forward requests based on extension. > My problem is that the JRun server keeps trying to parse the .jsp > files. I found an article on the LiveDocs about disabling .jsp parsing > for CF7 standalone, but it didn't seem to work for multi-server > version. Also IIS doesn't have an entry to do anything with .jsp files, > it should happen via the ISAPI plugin from BEA.
I have no experience with it, but I can think of 2 probable solutions: 1. Give the ISAPI plugin from BEA a higher priority then the ISAPI plugin from JRun. 2. Remove the jsp mapping in JRun. I think it is the following in default-web.xml: <servlet-mapping> <servlet-name>JSPServlet</servlet-name> <url-pattern>*.jsp</url-pattern> </servlet-mapping> Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265983 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

