facebook

Deployment on WebSphere

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

    breynold
    Member

    I have already been developing my web app on WebLogic but need to test it out in WebSphere too. So web app works fine with WebLogic, but I can’t figure out how to get it to deploy on WebSphere. The link to the WebSphere tutorial on the MyEclipse web site gives me a 404. Can anyone point me to the right link and/or tell me how to get around the problem where I try to deploy the app and I get a FileNotFound exception for the file:
    C:\Program Files\IBM\WebSphere\Express502\AppServer\config\cells\localhost\nodes\localhost\servers\server1\server.xml

    I looked around a bit and found the file at
    C:\Program Files\IBM\WebSphere\Express502\AppServer\config\cells\DefaultNode\nodes\DefaultNode\servers\server1\server.xml

    However, I don’t know how to point MyEclipse to the other file or to move that file somewhere else.

    B

    #212744

    Riyad Kalla
    Member

    B,
    Check to make sure your setup is correct for the server: http://www.myeclipseide.com/FAQ+index-myfaq-yes-id_cat-20.html

    And then try and deploy a packaged deployment then start the server. Some App Servers require that you first deploy a packaged deployment that you then use the app server’s console to deploy into the server for it to work. Then with ME you can erase the packaged deployment (after the app server has deployed it) and change your deployment to exploded to deployment so hot-sync will work with your app.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Deployment on WebSphere

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