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