vote up 0 vote down star

Eclipse doesn't allow me to create web application while configuring Tomcat 6. It asked to set the Tomcat installation folder, if i set "/usr/share/tomcat6" then it shows "The Tomcat installation directory is not valid. It is missing expected file or folder conf.", if i set "/var/lib/tomcat6" then it shows "The Tomcat installation directory is not valid. It is missing expected file or folder lib/jasper-el.jar."

How to configure Eclipse with Tomcat6 in ubuntu

flag

3 Answers

vote up 1 vote down

I experienced this same problem on Ubuntu Linux. Open a terminal window and type this in:

cd /usr/share/tomcat6
sudo ln -s /var/lib/tomcat6/conf conf

In the Eclipse configuration window it should immediately recognize this as a viable directory. I'm not exactly sure why the Tomcat installation splits the bin and conf directories but apparently Eclipse thinks they're supposed to be next to each other.

link|flag
vote up 0 vote down

See this is useful http://www.howtogeek.com/howto/linux/installing-tomcat-6-on-ubuntu/

link|flag
vote up 0 vote down

I'd download separate tomcat for development purposes from here - or there is a feature that downloads server distrubution directly from Eclipse (don't know if you have it installed). All Eclipse needs is a folder containing unpacked tomcat distro. I see no point in using ubuntu packaged tomcat for development.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.