I am attempting to move my world to Linux (Xandros 3.02 OC to be exact), and am fighting the good fight with Eclipse/MyEclipse now.
JDK 1.5
Eclipse 3.1.1 (runs fine)
MyEclipse 4.02 GA
Tomcat 5.5.12
After several installs/uninstalls, I now have Eclipse looking at my JDK1.5, and I have MyEclipse recoginizing it as well. I have Tomcat starting up just fine outside of Eclipse. But when I attempt to start the Tomcat server inside of Eclipse, I get the following error:
Window is titled “Error Starting Tomcat”
A configuration error occurred during startup. Please verify the preference field with the prompt: Specified working directory does not exist or is not a directory: /usr/local/tomcat-5.5.12/bin/bin
Obviously, I have not pointed my tomcat root to /usr/local/tomcat-5.5.12/bin, but only to /usr/local/tomcat-5.5.12/ So where is the extra /bin coming from? Why does it hate me?
Any help?