If you're using IIS, can't you just let the 404's bubble up from JRun
and have IIS handle it?

I thought that was possible...

:Den

-- 
Man is not the lord of beings. Man is the shepherd of Being.
Martin Heidegger


On Wed, Mar 17, 2010 at 12:56 PM, Dave Watts wrote:
>
>> In your IIS settings, there should be an option for the ISAPI filter or
>> extension mapping called "Verify that file exists."  If you enable that, IIS
>> will verify that the file being called on the URL exists on disk before
>> passing the request to the filter.  If the file doesn't exist, it will use
>> the 404 error rule defined within IIS instead of passing to the filter to
>> process.  You can specify a URL such as /404.cfm and IIS will launch that
>> with the original URL requested on the query string so that it can be
>> processed accordingly.  (This is based on IIS6, not sure if the same applies
>> to 7)
>
> This will break various things in CF, however - charting, CFIMAGE,
> RDS, Flash Remoting.
>
>> I believe there is also a missing template handler setting in the ColdFusion
>> administrator for ColdFusion to handle missing files directly if desired.
>> It's been a long time since I've had a need to use that.
>
> There is, but I think it's just for CF files, not JSP.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> http://training.figleaf.com/
>
> Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
> GSA Schedule, and provides the highest caliber vendor-authorized
> instruction at our training centers, online, or ons
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331835
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to