This is my first day of running a Coldfusion server (7.02).

I have this script that always sends me to the "sorry.htm" page.  I'm assuming 
that it's because something is not set right on the CF Administrator.  Here's 
the script.

<cftry>
   <cfapplication name="PLC" clientmanagement="Yes" setclientcookies="No" 
clientstorage="PLCUser">
<cfcatch type="Any">
        <cflocation url="sorry.htm" addtoken="No">
        <cfabort>       
</cfcatch>
</cftry>

On the Administrator, I have memory variables set to allow application 
variables and session variables.  Under Client Variables, I have selected my 
datasource and clicked Add, deselected "Create Client Database tables" because 
I don't think that we use that.  I left everything else as the default.

I don't know CF Administorator/Server.  What needs to be set in the 
administrator to make this script work correctly and skip over the cflocation?

thank you.


daniel 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-server/message.cfm/messageid:6914
Subscription: http://www.houseoffusion.com/groups/cf-server/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-server/unsubscribe.cfm

Reply via email to