|
| Hi!
I'm having trouble to start my web application from eclipse 3.1.2 wtp 1.0.1 in WAS 6.0.2!
I have setup a server in eclipse which runs on IBM jre and I have no problems starting the server from eclipse but the IDE does not seem to deploy my application to my WAS profile. It seems to deploy it to an eclipse plugin dir in my workspace.
Any idea of how to have eclipse deploy my apps to WAS to be able to debug it?
This are my server startup settings in eclipse:
---- Program args ----
com.ibm.ws.runtime.WsServer "C:/Program Files/IBM/Rational/SDP/6.0/runtimes/base_v6/profiles/ANSS/config" "dse31472Node02Cell" "dse31472Node02" "server1"
---- VM args ----
"-Duser.install.root=C:/Program Files/IBM/Rational/SDP/6.0/runtimes/base_v6/profiles/ANSS"
"-Dserver.root=C:/Program Files/IBM/Rational/SDP/6.0/runtimes/base_v6/profiles/ANSS"
"-Dwas.install.root=C:/java/runtimes/was/base_v6"
"-Dcom.ibm.itp.location=C:/java/runtimes/was/base_v6/bin"
"-Dws.ext.dirs=C:/java/runtimes/was/base_v6/java/lib;C:/Program Files/IBM/Rational/SDP/6.0/runtimes/base_v6/profiles/ANSS/classes;C:/java/runtimes/was/base_v6/classes;C:/java/runtimes/was/base_v6/lib;C:/java/runtimes/was/base_v6/installedChannels;C:/java/
runtimes/was/base_v6/lib/ext;C:/java/runtimes/was/base_v6/web/help;C:/java/runtimes/was/base_v6/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime"
-Xbootclasspath/p:C:/java/runtimes/was/base_v6/java/jre/lib/ext/ibmorb.jar;C:/java/runtimes/was/base_v6/java/jre/lib/ext/ibmext.jar -Xms50m -Xmx256m "
-Dcom.ibm.CORBA.ConfigURL=file:C:/Program Files/IBM/Rational/SDP/6.0/runtimes/base_v6/profiles/ANSS/properties/sas.client.props"
"-Dcom.ibm.SOAP.ConfigURL=file:C:/Program Files/IBM/Rational/SDP/6.0/runtimes/base_v6/profiles/ANSS/properties/soap.client.props"
"-Djava.util.logging.manager=com.ibm.ws.bootstrap.WsLogManager" "-Djava.util.logging.configureByServer=true"
"-Dibm.websphere.preload.classes=true"
"-Djava.library.path=C:/java/runtimes/was/base_v6/java/bin;C:/java/runtimes/was/base_v6/bin;C:/java/runtimes/was/base_v6/java/bin;C:/java/runtimes/was/base_v6/java/jre/bin"
---- Working directory ----
C:/Program Files/IBM/Rational/SDP/6.0/runtimes/base_v6/profiles/ANSS
/Tony
|
|