> That's better, actually, since I really don't want JRun to 
> handle every freaking request.  That would pretty much defeat 
> a major benefit of using a real webserver, versus one that 
> hands *everything* off to JRun.

This is why it's recommended to use a context root other than "/" for CF.
That said, the overhead seems to be pretty minimal.

> (And Dave, I didn't see a * mapping, only *.[cf] stuff, so I 
> wonder if there is a way to get rid of that initial check of 
> the JRun connector for any content (including images)... I 
> sorta doubt it, as I'm thinking that's more the 
> connector/httpd than JRun/CF... probably something do do with 
> using a "handler" vs. a proxy? Yeah...)

If you can deploy a servlet, and run it, then JRun has to be able to examine
the request. Servlets have unique URL patterns, rather than relying on
specific file extensions. For example, if I deployed a servlet called
myservlet.class, I'd probably end up with a URL for that servlet which would
look something like http://whatever/myservlet/.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

This email has been processed by SmoothZap - www.smoothwall.net


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273810
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to