Starting EJB Server automatically

When the installation process is complete:

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'