Disabling EJB Server

You can disable the EJB Server option in either of two ways:

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

StepsTo disable 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 0.

  5. Click OK.

StepsTo disable EJB Server using isql:

  1. Log in to Adaptive Server using isql.

  2. Enter:

    sp_configure 'enable enterprise java beans', 0