I just tried setting some scheduled tasks with CFMX using the <cfschedule> tag, but without success. Has anyone used it much in CFMX and gotten it to work properly?
-----Original Message----- From: Cameron Childress [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 8:20 AM To: CF-Talk Subject: RE: CF Scheduler - URL Name The URL should look the same as it would if you ran it from a web browser. IE: http://www.enterpriseenergy.com/directory/scheduledpage.cfm > Should I use a CF Mapping ? CF mappings only apply to CF tags such as CFINCLUDE. A CF Mapping of "bartee" would make this code point to that folder from anywhere on the server: <CFINCLUDE template="/bartee/runthispage.cfm"> But a CF mapping is not the same as an IIS mapping. For example, it wouldn't apply in this case: <a href="/bartee/runthispage.cfm">link</a> Hope that helps! -Cameron ----------------- Cameron Childress Sumo Consulting Inc. --- cell: 678-637-5072 aim: cameroncf email: [EMAIL PROTECTED] > -----Original Message----- > From: Bartee Lamar [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 18, 2002 8:08 AM > To: CF-Talk > Subject: CF Scheduler - URL Name > > > What should the URL name look like in CF Scheduler (CF 4.5.2) > > Should I use a CF Mapping ? > > Bartee Lamar > www.enterpriseenergy.com <http://www.enterpriseenergy.com/> > MSN <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED] > > > > > ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

