Dear support team,
I have read most of the tomcat 5.5 topics but no one has solved my problem:
I just use the following configuration
MyEclipse 3.8.4 on basis of Eclipse 3.1 M6
JDK 1.5
Tomcat 5.5
If I try to start tomcat by using the IDE icon > Tomcat 5 > Start, then a popup comes up with title “Error startin tomcat” and context “A configuration error occured during startup. Please verify the preference field with the prompt: Tomcat JDK name.”
It seems that there is a problem in using JDK 1.5. If I set a JDK 1.4.8, then a message in the console will be displayed by tomcat:
“This release of Apache Tomcat was packaged to run on J2SE 5.0
or later. It can be run on earlier JVMs by downloading and
installing a compatibility package from the Apache Tomcat
binary download page.”
So it seems that tomcat was started this time but with the wrong JDK.
So how can I make my 5.5 running under myeclipse controll?
Thanks in advance
Karsten