To deploy an EJB to WebLogic
- 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
- Start WebLogic server and the WebLogic Server Console.
How to ...
- Deploy the .ear file as follows:
- In the left pane expand
mydomain >
Deployments > Application.
- Click Configure a new Application on the right,
and follow the steps on
the page.
- 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