When the installation process is complete:
EJB Server is running.
EJB Server is configured to start up automatically each time Adaptive Server starts up.
Later on, you can enable or disable automatic startup using the sp_serveroption system procedure.
For example, to disable automatic startup, enter:
sp_serveroption 'SYB_EJB', 'external engine auto start', 'false'
where SYB_EJB is the logical name of the EJB Server.
To enable automatic startup, enter:
sp_serveroption 'SYB_EJB', 'external engine auto start', 'true'