RE: load page when CF restarts

2001-08-24 Thread Michael Dinowitz
s a service. > >My two cents worth. > >Shawn Grover > >-Original Message- >From: Paris Lundis [mailto:[EMAIL PROTECTED]] >Sent: Friday, August 24, 2001 9:52 AM >To: CF-Talk >Subject: Re: load page when CF restarts > > >Theoretically that should work... howe

RE: load page when CF restarts

2001-08-24 Thread Shawn Grover
01 9:52 AM To: CF-Talk Subject: Re: load page when CF restarts Theoretically that should work... however, what if the app server hasn't started when that runs :) best thing would to embed the logic in the application.cfm file throughout your site(s) or the 1 time per minute scheduled ap

Re: load page when CF restarts

2001-08-24 Thread Paris Lundis
past, passing the future in the present] [connecting people, places and things] -Original Message- From: "tom muck" <[EMAIL PROTECTED]> Date: Fri, 24 Aug 2001 11:34:36 -0400 Subject: Re: load page when CF restarts > > "Mike Amburn" <[EMAIL PROTECT

Re: load page when CF restarts

2001-08-24 Thread tom muck
"Mike Amburn" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I would like to store some variables in the Server scope so that they're > available to all applications on the server. Is there an automated way > to load a specific page when CF restarts? > > -mike

RE: load page when CF restarts

2001-08-21 Thread C. Hatton Humphrey
> Of course.. Who am I kidding... When does "pretty close" count?? ;) Last I heard, close only counts in horseshoes, hand grenades and thermonuclear war... Just as a thought, CF5 does incorporate a "site-wide error handler", which might also be used to act as a "catch-all" for missing session

RE: load page when CF restarts

2001-08-21 Thread Lee Fuller
el Dinowitz [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 21, 2001 9:30 AM > To: CF-Talk > Subject: RE: load page when CF restarts > > > Would that make sure the page ran before anything else? Is a > scheduled > event run as the server starts up or after its already &

RE: load page when CF restarts

2001-08-21 Thread Michael Dinowitz
AA Web Hosting Corporation >"We ARE the net." >http://www.aaawebhosting.com > > > > > -Original Message- > > From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, August 21, 2001 9:00 AM > > To: CF-Talk > > Subject: Re: l

RE: load page when CF restarts

2001-08-21 Thread Lee Fuller
ilto:[EMAIL PROTECTED]] > Sent: Tuesday, August 21, 2001 9:00 AM > To: CF-Talk > Subject: Re: load page when CF restarts > > > I've begged for this feature for the last 2 or 3 releases of > CF. Basically, > the only way to make sure something is in memory bef

Re: load page when CF restarts

2001-08-21 Thread Paris Lundis
We have some server variables that we need setup as well at startup... We accomodate by have a server based schedule task run once per minute to check the variables and reinitialize them if need be because of reboot or data change... Thats how we do it.. in the mix of rebooting a server, the 1

Re: load page when CF restarts

2001-08-21 Thread Michael Dinowitz
I've begged for this feature for the last 2 or 3 releases of CF. Basically, the only way to make sure something is in memory before the page is called is to place it in the application.cfm (all application.cfms). I usually set a 'SetServer.cfm' file with the following code: Set serve