Try OpenEdge Now
skip to main content
Developing AppServer Applications
Programming the AppServer : Using AppServer configuration procedures
 

Using AppServer configuration procedures

AppServer configuration procedures are ABL procedures that you can specify when you configure an AppServer, and that run at specific times during an AppServer agent's lifetime. The three procedure types are described in the following sections:
*Startupand Shutdown procedures
*Connectand Disconnect procedures
*Activateand Deactivate procedures
Each of these procedures is run at specific times during the lifetime of an AppServer agent with the idea of simplifying the process of deploying an application with the AppServer.
* Startup and Shutdown procedures
* Connect and Disconnect procedures
* Activate and Deactivate procedures