To deploy an EJB to WebLogic

  1. If you don't have an .ear file containing your EJB, package the EJB into an .ear file now. You will have an .ear if you generated a client and EJB together, and it will be in myProject/repos/myService.deploy

    How to

  2. Start WebLogic server and the WebLogic Server Console.

    How to ...

  3. Deploy the .ear file as follows:
    1. In the left pane expand mydomain > Deployments > Application.
    2. Click Configure a new Application on the right, and follow the steps on the page.
    3. Confirm that the application has been successfully deployed, by examining the Deployment Activity table on the page on the right. The application should also be listed in the hierarchy on the left

Related Topics