To determine if EJB Server is running, use the sp_extengine system procedure.
Log in to Adaptive Server using isql and enter:
sp_extengine 'SYB_EJB', 'status'
where SYB_EJB is the logical name of the EJB Server.