I’m having trouble starting Websphere 5.0.2 from within myEclipse, my configuration is:
Windows 2000 SP 4
Eclipse 2.1.2
MyEclipse 2.6.4
I have the IBM JDK shipped with Websphere 5.0.2 set for Websphere 5 in the configuration.
The error I get on start up is:
———————————
java.io.FileNotFoundException: C:\Program Files\IBM\WebSphere\Express\AppServer\config\cells\localhost\nodes\localhost\servers\server1\server.xml (The system cannot find the path specified)
———————————
Looking through my files, this path isn’t valid. I do have:
———————————
C:\Program Files\IBM\WebSphere\Express\AppServer\config\cells\DefaultNode\nodes\DefaultNode\servers\server1\server.xml
———————————
Does anyone know how to either create this directory ‘localhost’ under ‘cells’, or should I just copy the ‘DefaultNode’ directory and rename it?
Stephen