facebook

Making an EAR file for deployment

  1. MyEclipse IDE
  2.  > 
  3. WebSphere Development
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #300617 Reply

    bmwilson0128
    Member

    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.

    Thanks

    #300641 Reply

    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.

    #300855 Reply

    rmcvay
    Member

    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.

    #300869 Reply

    support-joy
    Member

    Thanks Ray.

    bmwilson0128,
    Are you all set? Did the suggestions from Shalini or Ray help?

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Making an EAR file for deployment

You must be logged in to post in the forum log in