I'm trying to create a dynamic web application on Ubuntu(14.04), using eclipse Java EE(4.5.1), and the Tomcat is v7.0
When I tried to run the server, it prompted "Could not load the Tomcat server configuration at Servers/Tomcat v7.0 Server at localhost-config".
I've already copied all files of /etc/tomcat7 to /workspace/Servers/Tomcat v7.0 Server at localhost-config, before I tried to run the server.
And I've also assigned the tomcat7 group to my user by running:
sudo adduser loh tomcat7
Besides, I can't find folder tomcat_7_home and subfolder config as other answers suggest
I only found /etc/tomcat7, and copied all files and subfolders to /workspace/Servers/Tomcat v7.0 Server at localhost-config
Anyone has clue what is going on?
Thanks in advance!
apt-get
package install andtomcat-instance-create
... see stackoverflow.com/questions/7171244/…. Cheers. – Barney