Weblog entry #1 for raimon
#1
Eclipse - Tomcat 5.5
Posted by raimon on Sun 31 Dec 2006 at 17:50
Question:
In my Debian box, I have installed "eclipse" from "sid" and "tomcat5.5" from "etch". Does anybody know why "eclipse" does not detect "/usr/share/tomcat5.5" as a valid installation of tomcat?
Thanks!!
Raimon
In my Debian box, I have installed "eclipse" from "sid" and "tomcat5.5" from "etch". Does anybody know why "eclipse" does not detect "/usr/share/tomcat5.5" as a valid installation of tomcat?
Thanks!!
Raimon
Comments on this Entry
Posted by Anonymous (82.139.xx.xx) on Sun 18 Feb 2007 at 20:33
Just now ran into the very same problem. :-<
[ Parent | Reply to this comment ]
Posted by Anonymous (193.253.xx.xx) on Tue 29 May 2007 at 16:35
Hi all,
just because there isn't a webapps directory in /usr/share/tomcat5.5
So I created a link (ln -s) from /var/lib/tomcat5.5/webapps to /usr/share/tomcat5.5/ and then my eclipse accepted /usr/share/tomcat5.5 as a valid tomcat v5.5 server ^^
just because there isn't a webapps directory in /usr/share/tomcat5.5
So I created a link (ln -s) from /var/lib/tomcat5.5/webapps to /usr/share/tomcat5.5/ and then my eclipse accepted /usr/share/tomcat5.5 as a valid tomcat v5.5 server ^^
[ Parent | Reply to this comment ]
Posted by Anonymous (62.214.xx.xx) on Tue 12 Jun 2007 at 12:07
Thanks! Solved this problem for me! :)
[ Parent | Reply to this comment ]