try dumping your cgi scope to make sure you host name is the same as
what you are expecting. I would guess that is your culprit, if you do
what john mentioned you shouldn't have an issue either.
You might want to add in something to reload your app so you don't
have to shut down the server to do so:
<cffunction name="OnRequestStart">
<cfif isDefined("URL.reload")>
<cfset OnApplicationStart()>
</cfif>
</cffunction>
On 6/22/07, John Mason <[EMAIL PROTECTED]> wrote:
I suspect you should be better off doing the cfif as this...
<cfif condition>
<cfelse>
</cfif>
Take the cfelseif out, and see if you get at least the second part of the
logic to fire.
On a side note, most of these methods can have a returntype of void with no
return.
John
[EMAIL PROTECTED]
________________________________
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Max Immelman
Sent: Friday, June 22, 2007 12:30 PM
To: [email protected]
Subject: RE: [ACFUG Discuss] application.cfc not recognize
Max Immelman
Outcomes technical engineer - Quality & Outcomes
Eclipsys Corporation(r) - The Outcomes Company(r)
200 Ashford Center North
Atlanta, Ga 30038
Office: (404) 847-5145 Cell: (404) 409-6785
www.eclipsys.com
NOTICE: This email contains confidential or proprietary information that may
be legally privileged. It is intended only for the named recipient(s). If an
addressing or transmission error has misdirected the email, please notify
the author by replying to this message. If you are not the named recipient,
you are not authorized to use, disclose, distribute, copy, print, or rely on
this email, and should immediately delete it from your computer system.
-------------------------------------------------------------
Annual Sponsor - Figleaf Software
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform
For more info, see http://www.acfug.org/mailinglists
Archive @
http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink
-------------------------------------------------------------
-------------------------------------------------------------
Annual Sponsor - Figleaf Software
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform
For more info, see http://www.acfug.org/mailinglists
Archive @
http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink
-------------------------------------------------------------
--
Steven Ross
web application & interface developer
http://www.zerium.com
[mobile] 404-488-4364
[fax] 267-482-4364
-------------------------------------------------------------
Annual Sponsor FigLeaf Software - http://www.figleaf.com
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform
For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------