Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
I made an enterprise project, called foo, and MyEclipse made three projects:
foo, fooWeb, and fooEJB.
Is MyEclipse able to generate an EAR file for deployment to a J2EE server?
I am able to deploy to Glassfish that is controlled in the “server” window, but I need to deploy to an external Glassfish server.
bmwilson0128,
To deploy an application in an externally launched server, you can do the following
1) Start glassfish server outside the ide.
2) Select your project, foo in your case
3) Click “Deploy ” icon on toolbar
4) Click “Add” in “Project Deployments” window
5) Select “<Externally Launched>” from server.
6) Browse to select the deployment location or enter it manually in “Deploy Location”
7) Click “Finish” and “Ok”
Then you can access the deployed application.
The project foo IS the EAR. You should be able to right-click it and Export…/Java EE/EAR File and use the external JEE server’s administrative tools to install or update the enterprise app. That’s how we do it even with RAD and WAS.