I have Myeclipse Version: 5.0.1 GA Build id: 20060810-5.0.1-GA running on WinXP SP2
I went through the documentation on configuring WebSphere 6 with Myeclipse.
I must first compliment that all the documentation I found are excellent. Having the screenshots makes it very easy to configure.
The problem is that I am not able to run websphere from inside myeclipse IDE wheras it works fine with the startserver/stopserver provided by IBM.
I looked at the exact command that is run and I noticed the following
myeclipse IDE: ….\java -D…. -D…. com.ibm.ws.bootstrap.WSLauncher com.ibm.ws.runtime.WsServer <profileconfig> <cell> <node> server1
wheras when I use startserver script I see
….\java -D…. -D…. com.ibm.ws.bootstrap.WSLauncher com.ibm.ws.management.tools.WsServerLauncher <profileconfig> <cell> <node> server1
I looked at the place to change this
Window ->
Preferences ->
Myeclipse ->
Application Servers ->
Websphere 6 ->
Launch ->
“Create Launch Configuration” button ->
Arguments ->
Program Arguments
When I try to make the change and hit apply it doesn’t save it. It doesn’t seem to pick up the change.
I also tried looking for this entry in the <workspace>\.metadata\.plugins\org.eclipse.core.runtime\.settings\com.genuitec.eclipse.easie.websphere6.prefs
But I couldn’t find this.
BTW it works fine when I run the same command (with the above mentioned change) on a dos prompt