onServerStart

ColdFusion now supports a CFC with onServerStart method that runs only when the server starts. The method takes no parameters, and is the only function in the CFC. The function is useful for application-independent tasks, such as instantiating the applications, configuring logging, or setting up the scheduler.

For more details, see the section onServerStart in ColdFusion CFML Reference.