> Lastest Issue: > > Appears the mime type handler in Apache doesn't really do > anything > > AddHandler jrun-handler .cfm .cfc .jsp .cfml .jws > > If we remove .jsp, JRun still hogs all the jsp requests. What's > the point of this configuration option? :( We're trying to get > the JRun connector to co-exist with a WebLogic connector. > (Weblogic => JSP, JRun => CFM,CFC)
I don't think you'll be able to have them coexist within the same virtual server. It's my understanding that each of these Apache modules acts on requests very early in the request cycle, much like an ISAPI filter. I'm not sure why (or if) the AddHandler directive is really needed, either. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

