- This topic has 1 reply, 2 voices, and was last updated 15 years, 4 months ago by support-joy.
-
AuthorPosts
-
MaryMemberI am coming back to a project I have not worked on in some time and find I am unable to start the embedded Tomcat server.
Here are the current VM arguments found by going to Windows->Preferences->MyEclipse Enterprise Workbench->Servers->Integrated Sandbox->MyEclipse Tomcat 6->Launch ->Create Launch Configuration::
-Dcatalina.home=C:/Java/JavaSource/plugins/com.genuitec.eclipse.easie.tomcat.myeclipse_6.5.0.zmyeclipse650200806/tomcat
-Dcatalina.base=C:/development/.metadata/.plugins/com.genuitec.eclipse.easie.tomcat.myeclipse/tomcat
-Djava.endorsed.dirs=C:/Java/JavaSource/plugins/com.genuitec.eclipse.easie.tomcat.myeclipse_6.5.0.zmyeclipse650200806/tomcat/common/endorsed
-Djava.io.tmpdir=C:/development/.metadata/.plugins/com.genuitec.eclipse.easie.tomcat.myeclipse/tomcat/temp
-Djava.library.path=”C:/Program Files/Java/jdk1.6.0_07/bin;C:/Java/JavaSource/plugins/com.genuitec.eclipse.easie.tomcat.myeclipse_6.5.0.zmyeclipse650200806/tomcat/bin”
-Dsun.io.useCanonCaches=false
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
-Djava.util.logging.config.file=”C:/development/.metadata/.plugins/com.genuitec.eclipse.easie.tomcat.myeclipse/tomcat /conf/logging.properties”Then going to the same path and choosing “JDK”, I have these two Optional VM Arguments:
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
-Djava.util.logging.config.file=”C:/development/.metadata/.plugins/com.genuitec.eclipse.easie.tomcat.myeclipse/tomcat /conf/logging.properties”The Working Directory is :
C:/Java/JavaSource/plugins/com.genuitec.eclipse.easie.tomcat.myeclipse_6.5.0.zmyeclipse650200806/tomcat/binWhen I highlight the project in the Package Explorer, right click and choose Properties, Run/Debug Settings, there is no Launch configuration associated with this project. This looks strange to me, but I think it was the case when I previously used this configuration.
The Server setting indicates: Tomcat v6.0 Server at localhostWhen I Right Click on the server in the Java Perspective and choose “Start” or “Debug”, nothing happens. I go to where I think the log files should be, and there are no files.
I am prepared to be red faced about this because I used this configuration many times to deliver jsp’s and now I can’t even start the server.
Thanks for helping me get back up to speed on this; as you can tell, I only rarely use MyEclipse and this embedded Tomcat server.
support-joyMemberkentucky,
I am not able to reproduce the same at my end.
1. How did you install ME? – used all-in-one installer to download/using pulse explorer/installed eclipse classic 3.4.1 and added MyEclipse plugin
2. Can you copy and paste your installation details. You can get them from – MyEclipse > Installation Summary > Installation Details
3. can you copy paste the contents of your log file located at workspace dir > .metadata > .log
4. steps to reproduce
5. Can you send the screenshots of your error.We require the above details to narrow down the problem. You can send a mail to support@genuitec.com. Please add ATTN: JOY in the subject and refer to this thread. This will help us reproduce this issue internally and quickly work on resolution.
-
AuthorPosts