no you need to actually remove the WILDCARD handler completely otherwise this will still process JSP pages. If you are using a bog standard install, then you will have 2 type sof handlers setup. the wildcard handler, which points to jrun_iis6_wildcard.dll, this processes every single request to see if it is a CF or JSP file and if so passes it off to coldfusion. This is most likley your problem. DELETE this one from the site in question.
And you also probably a bunch of regular handlers for each file extension which point to jrun_iis6.dll jrun_iis6.dll don't even work and have not worked on any server I have setup for years, so no idea why they even get created, So just edit the regular handlers and set them to use jrun_iis6_wildcard.dll If they don't exist already then just create one for each extension you need CF to process. Presumably you have already mapped the .jsp handler to weblogic. On Thu, Oct 18, 2012 at 2:27 PM, DeMarco, Alex <[email protected]>wrote: > > Thanks for the quick reply... > > Is it as simple and just going in and pointing to jrun_iis.dll for all > the entries that use the wildcard one? > > - Alex > > -----Original Message----- > From: Russ Michaels [mailto:[email protected]] > Sent: Thursday, October 18, 2012 9:20 AM > To: cf-talk > Subject: Re: Disable Jrun isapi mapping on Virt directory > > > what you need to do is remove the ColdFusion WILDCARD handler, as this > is what is processing your jsp pages and overriding your weblogic JSP > handler. > just use a standard handler for .cfm pages > > > On Thu, Oct 18, 2012 at 2:14 PM, Alex DeMarco <[email protected]> > wrote: > > > > > We have an IIS 7.5 with both CFMX 9 and Weblogic AppServer plugin. > > When I call www.myurl.com/myappvirtualdirectory/somefile.jsp the Jrun > > Server is trying to process the requset instead of letting WebLogic do > > > it. ANyone know how on a virtual directoy level to stop Jrun from > processing requests? > > In II6 is was easy I can't figure it out in 7.5 > > > > thanks in advance. > > > > - Alex > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352931 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

