facebook

Deployment from MyEclipse into WAS

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

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

    paragparekh
    Member

    AS far as what I have seen, the deployment of EAR in MyEclipse consist of the following process :
    a. Creating an EAR by packaging all the code. This EAR is stored in my workspace.
    b. Moving EAR from my workspace to the installableApps.
    c. Websphere server deploys the EAR.
    In case an error occurs in step c, we have to again follow the whole process which is time consuming. Is there a way where we can skip Step a and b and directly moving to Ste c without using the Websphere admin console.

    #313361

    support-swapna
    Moderator

    paragparekh,

    Here are the steps :
    1. Create a new Enterprise Application Project from the menu File > New.
    2. Copy all the code into the project.
    3. Add WAS to servers from the menu Window > Preferences > MyEclipse > Servers. Configure the WAS server here.
    4. Right click on your project, select Run As > MyEclipse Server Application. Select the WAS server to deploy the application.

    Let us know how it works for you.

    #313364

    paragparekh
    Member

    Swpna,

    What ever I explained in the issue, is from MyEclipse only. As you explained, I did configured the WAS in MyEclipse and then was trying to deploy.
    When I do the deployment from MyEclipse, it does the steps mentioned in the issue. Just wanted to know is there anyway if we want to skip any of the steps if we want.

    #313375

    support-swapna
    Moderator

    paragparekh,

    There isn’t any other way that I know of.

    Do let us know if you any other issues.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Deployment from MyEclipse into WAS

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