Starting EJB Server independently

NoteAdaptive Server must be running before you can start EJB Server.

You can start or restart EJB Server in two ways:

StepsTo restart EJB Server from the Adaptive Server plug-in

  1. Right-click on the EJB Server you want to restart.

  2. Choose File | Restart.

  3. Press View | Refresh Folder.

    NoteRestarting 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.

StepsTo start EJB Server using the sp_extengine system procedure

  1. Log in to Adaptive Server using isql.

  2. Enter this command:

    sp_extengine 'SYB_EJB', 'start'
    

    where SYB_EJB is the logical name of the EJB Server.