Don L wrote: > The girlfriend/wife in this case is a main app, so, could we have cf8 > application server (jrunsvc.exe) launch a little app quietly when it first > starts (as a warm-up process and do it quietly, that is, not to launch a page > in a web browser)?
jrunsvc is just a service wrapper, it is not the CF or even JRun executable. It has no other responsibilities then starting the main CF process, restarting it if it crashed and redirecting stdout and stderr to log files. What you want needs to be a part of CF itself (so it also works on Unix and J2EE servers other then JRun). Similar to the other event handlers you need some sort of onServerStart() handler for this. http://adobe.com/go/wish/ Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312928 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

