The annoying thing is - you have all these capabilities within a J2EE app -
Session starting and ending monitoring, application start and end, and a few more I can't think of right now. However, a J2EE app is a self contained unit that is deployed with it's own descriptor - whereas CF has no such luxury. Maybe when we get sourceless deployment on a CF server, things will change a little. I attempted a while back to get a HttpSessionBindingListener to hook into CF sessions, but I couldn't get it to work http://www.compoundtheory.com/?action=displayPost&ID=9 That being said - no reason why you couldn't extend your own instance of CF to do some of these things via the required J2EE capabilities. Mark On Fri, 20 Aug 2004 00:12:54 +1000, barry.b <[EMAIL PROTECTED]> wrote: > one idea brought up in > > http://www.mossyblog.com/archives/279.cfm > CFMX and Events? > > was > > Server.OnStart() - on starting CF as a service, etc > Server.OnEnd() - shutdown command, etc > > is it possible to fire an event to run a cf script when the CF service is > started? how about when a shutdown command is issued? > > why? > > sending an "I'm alive" or "going now" email, initialising server variables > to make the first page hit easier, etc. > > any ideas? > > cheers > barry.b -- E: [EMAIL PROTECTED] W: www.compoundtheory.com ICQ: 3094740 --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
