Skip navigation.

Administration Console Online Help

PreviousNextvertical dots separating previous/next from contents/index/pdfContents

Install Standalone EJBs


Installing an EJB refers to making its physical file or directory known to WebLogic Server. An EJB can be installed as JAR archive or exploded JAR directory. After you have installed the EJB, you can start it so that users can begin using it.

For information on installing EJBs that are packaged as part of an Enterprise application, see Install an Enterprise application

To install an EJB:

  1. If you have not already done so, in the Change Center of the Administration Console, click Lock & Edit (see Use the Change Center).
  2. In the left pane of the Administration Console, select Deployments.
  3. In the right pane, click Install.
  4. Using the Install Application Assistant, locate the JAR file or exploded JAR directory that corresponds to the EJB you want to install. If you specify an exploded directory, WebLogic Server installs all components in and below the specified directory.
  5. When you have located the file or directory to install, click Next.
  6. Specify whether you want to target the installation as an application or a shared library.
  7. Click Next.
  8. Select the servers and/or clusters to which you want to deploy the EJB.

    Note: If you have not created additional Managed Servers or clusters, you will not see this assistant page

  9. Click Next.
  10. Optionally update settings about the EJB. These settings include:
    • The deployed name of the EJB.
    • The security model that is applied to the EJB.
    • How the source files (JAR or exploded directory contents) are made available to targeted Managed Servers and clusters.

    Typically, the default values are adequate.

  11. Click Next.
  12. Review the configuration settings you specified, and click Finish to complete the installation.

    Note: If you install an application that follows the below directory structure and there is no deployment plan in the /plan directory, WebLogic server automatically creates a deployment plan for you.

    • app-root
    • /app
    • /plan
  13. If you chose to immediately go to the deployment's configuration screen, click the tabs to set additional configuration settings for the EJB. If you chose to change this information later, the Administration Console returns you to the Deployments table, which should now include your newly-installed EJB.
  14. To activate these changes, in the Change Center of the Administration Console, click Activate Changes.
    Not all changes take effect immediately—some require a restart (see Use the Change Center).

 

Skip navigation bar   Back to Top