Enabling EJB Server

The installation process enables the EJB Server option in Adaptive Server. Later on, you can enable or disable an EJB Server in either of two ways:

Enabling EJB Server is a dynamic process. You do not need to restart Adaptive Server for it to take effect. After you enable EJB Server, select File | Refresh All to display the Enterprise JavaBeans folder beneath the host Adaptive Server.

StepsTo enable EJB Server from the Adaptive Server plug-in:

  1. Highlight the Adaptive Server host for the EJB Server.

  2. Select File | Configure.

  3. Select “enable enterprise java beans” from the alphabetical list of configuration parameters.

  4. Change the number in the Value column to 1.

  5. Click OK.

StepsTo enable EJB Server using isql:

  1. Log in to Adaptive Server using isql.

  2. Enter:

    sp_configure 'enable enterprise java beans', 1