Hey everyone, isn't rob saying that he's already handled "web server 404
errors", and that the specific need it to handle *CF* 404 errors, such as
what might come about if you try to CFINCLUDE a missing file, etc. The fact
that his error message offered:

> > > Error Occurred While Processing Request

at the top would suggest that this is indeed his query. As such, there's a
separate solution that you want, Rob. CF 4 (or 4.5) introduced a new
"missing template handler" in the CF admin. In both CF 4.5 and 5, it's near
the bottom of the very first admin page ("server settings"), just above the
prompt for "site wide error handler".

Both of these error handlers are of the "new generation" in that they allow
any and all CF tags to be executed within them. Just be aware that since
they are both global to the entire CF server, you need to write them in a
way that's meaningful to all apps on the server. There is no app-specific
missing template handler.

/charlie

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Dimitri Abramov
> Sent: Tuesday, April 09, 2002 11:07 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [CFTALKTor] Default CFM Error pages
>
>
> Under windows you can find default error files in
> C:\WINNT\Help\iisHelp\common
>
> (with default installation)
>
> But I doubt that you can change them or map other files if you do
> not have administrative rights.
>
> Dimitri
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: April 9, 2002 10:30 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [CFTALKTor] Default CFM Error pages
>
>
> Oops, that should be
>
> /etc/httpd/conf/httpd.conf
>
> Terry Fielder
> Network Engineer
> Great Gulf Homes / Ashton Woods Homes
> [EMAIL PROTECTED]
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> > Behalf Of [EMAIL PROTECTED]
> > Sent: Tuesday, April 09, 2002 10:21 AM
> > To: [EMAIL PROTECTED]
> > Subject: RE: [CFTALKTor] Default CFM Error pages
> >
> >
> > If you are using Apache on linux, edit the
> > /etc/httpd/conf/httpd/conf file,
> > you can specify in that configuration file a different error
> > page to use for
> > different error codes, overriding the default error response.
> >
> > If it is a missing cfm page, then the coldfusion engine may catch the
> > missing redirection, and in your cfide/administrator there is
> >  in Server
> > Settings --> Settings there is a field called "Missing
> > Template Handler".
> >
> > I am sure there is a way to override this using IIS, (but if
> > you want a
> > robust site, why are you using a Microsoft product?)
> >
> > Terry Fielder
> > Network Engineer
> > Great Gulf Homes / Ashton Woods Homes
> > [EMAIL PROTECTED]
> >
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On
> > > Behalf Of [EMAIL PROTECTED]
> > > Sent: Tuesday, April 09, 2002 10:17 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: [CFTALKTor] Default CFM Error pages
> > >
> > >
> > >
> > > Hi y'all,
> > >
> > > Does anybody know how to check for or customize the following
> > > coldfusion
> > > 404 error.
> > >
> > > Error Occurred While Processing Request
> > > |-----------------------------|
> > > | Error Diagnostic Information|
> > > | An error has occurred.      |
> > > | HTTP/1.0 404 Object Not     |
> > > | Found                       |
> > > |-----------------------------|
> > >
> > >
> > > I have a redirect page for 404 errors, but if the user
> > > mispells any of the
> > > template names ending with ".cfm",
> > > they get  the above error page instead.
> > >
> > > Thanks in advance for any responses.
> > >
> > > Rob Smith
> > >
> > >
> > >
> > > -
> > > You are subscribed to the CFUGToronto CFTALK ListSRV.
> > > This message has been posted by: [EMAIL PROTECTED]
> > > To Unsubscribe, Please Visit and Login to
> > http://www.CFUGToronto.org/
> > > Manager: Kevin Towes ([EMAIL PROTECTED])
> > > http://www.CFUGToronto.org/
> > > This System has been donated by Infopreneur, Inc.
> > > (http://www.infopreneur.net)
> > >
> >
> > -
> > You are subscribed to the CFUGToronto CFTALK ListSRV.
> > This message has been posted by: [EMAIL PROTECTED]
> > To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/
> > Manager: Kevin Towes ([EMAIL PROTECTED])
> > http://www.CFUGToronto.org/
> > This System has been donated by Infopreneur, Inc.
> > (http://www.infopreneur.net)
> >
> -
> You are subscribed to the CFUGToronto CFTALK ListSRV.
> This message has been posted by: [EMAIL PROTECTED]
> To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/
> Manager: Kevin Towes ([EMAIL PROTECTED])
> http://www.CFUGToronto.org/
> This System has been donated by Infopreneur, Inc.
> (http://www.infopreneur.net)
> -
> You are subscribed to the CFUGToronto CFTALK ListSRV.
> This message has been posted by: "Dimitri  Abramov"
> <[EMAIL PROTECTED]>
> To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/
> Manager: Kevin Towes ([EMAIL PROTECTED])
> http://www.CFUGToronto.org/
> This System has been donated by Infopreneur, Inc.
> (http://www.infopreneur.net)
>

-
You are subscribed to the CFUGToronto CFTALK ListSRV.
This message has been posted by: "charles arehart" <[EMAIL PROTECTED]>
To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/
Manager: Kevin Towes ([EMAIL PROTECTED]) http://www.CFUGToronto.org/
This System has been donated by Infopreneur, Inc.
(http://www.infopreneur.net)

Reply via email to