Adaptive Server must be running before you can start EJB Server.
You can start or restart EJB Server in two ways:
From the Adaptive Server plug-in to Sybase Central.
Using the sp_extengine system procedure.
To restart EJB Server from the Adaptive Server plug-in
Right-click on the EJB Server you want to restart.
Choose File | Restart.
Press View | Refresh Folder.
Restarting EJB Server may take a minute or two, depending on the load on Adaptive Server.
You can stop and then restart EJB Server from the Adaptive Server plug-in. To start an EJB Server that has been shut down in another way, you must use the sp_extengine system procedure.
To start EJB Server using the sp_extengine system procedure
Log in to Adaptive Server using isql.
Enter this command:
sp_extengine 'SYB_EJB', 'start'
where SYB_EJB is the logical name of the EJB Server.