Saturday, May 11, 2024
 Popular · Latest · Hot · Upcoming
9
rated 0 times [  9] [ 0]  / answers: 1 / hits: 38414  / 2 Years ago, sat, november 5, 2022, 10:01:07

I am using Ubuntu 13.10 and gnome 3.10.



I have followed this tutorial to set up tomcat and eclipse.:



Set up Eclipse and Tomcat 7 on Ubuntu 12.10 to create Java RESTful Web Services with Jersey



But when I reach step 9, I get the following error on eclipse:



Unknown version of Tomcat was specified



I tried many solutions I saw here on Ask Ubuntu but none worked for me.



I have checked the usr/local folder but tomcat7 is not there.



I checked the /usr/share folder and tomcat7 is there.



tomcat location



I used the following command to install eclipse and tomcat:



sudo apt-get install eclipse tomcat7 -y

More From » 13.10

 Answers
3

I suggest installing standalone Tomcat into /usr/local instead of using the one in /usr/share directory.



cd ~/Downloads
wget http://apache-mirror.rbc.ru/pub/apache/tomcat/tomcat-7/v7.0.52/bin/apache-tomcat-7.0.52.tar.gz
tar -xzf apache-tomcat-7.0.52.tar.gz
sudo mv apache-tomcat7.0.52 /usr/local/apache-tomcat7.0.52


Then use /usr/local/apache-tomcat7.0.52.


[#26474] Monday, November 7, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
rvousnove

Total Points: 456
Total Questions: 130
Total Answers: 98

Location: El Salvador
Member since Sun, Sep 12, 2021
3 Years ago
;