How Do I: Deploy a Stand-Alone Enterprise JavaBean on WebLogic Server?

EJB JARs that are created in an application using EJB project, are deployed as part of the application on a WebLogic Server. You can also deploy an existing EJB as part of an application. For more information, see How Do I: Add an Existing Enterprise JavaBean to an Application? The current topic describes how to deploy the EJBs in a stand-alone fashion on the server.

Note. You cannot deploy an EJB JAR as stand-alone and as part of an application at the same time.

To Deploy a Stand-Alone EJB

  1. Make sure WebLogic Server is started for the domain in which you are deploying the stand-alone EJB JAR.
  2. From the Tools menu, choose WebLogic Server-->WebLogic Console. Sign in using your user name and password.
  3. In the WebLogic Console, select EJB Modules from Your Deployed Resources in the Domain Configurations section. If you get lost, you can always click the home icon to return to the home page.
  4. On the EJB Deployments page, select Deploy a new EJB Module.
  5. On the Deploy an EJB Module page, locate the EJB JAR you want to deploy on the server. If the EJB JAR is currently deployed as part of an application, it is located in the root folder of that application. Click Target Module.
  6. Review your choice, optionally enter a different identity for the EJB JAR, and click Deploy.

Note. For more detailed instructions on deploying a stand-alone EJB, click the help icon in the WebLogic Console.

Related Topics

How Do I: Add an Existing Enterprise JavaBean to an Application?

How Do I: Test an Enterprise JavaBean?

How Do I: WebLogic Workshop-Enable an Existing WebLogic Server Domain?

How Do I: Administer WebLogic Server Through the Administration Console?

Getting Started with EJB Project