问题
I stumbled over an error with my tomcat8-installation. I installed apache tomcat8 on Ubuntu 15.10 from the package list.
For some reason it didn't install the configuration-files "server.xml" and "web.xml" in the
/usr/share/tomcat8/conf
directory
回答1:
Here is how to fix it: Download the full tomcat8-Core-tar.gz from here:
Download
Then open the
/apache-tomcat-8.0.x/conf/
directory and copy server.xml- and web.xml-files to
/usr/share/tomcat8/conf
enjoy.
来源:https://stackoverflow.com/questions/34981233/inellij-and-apache-tomcat8-found-no-server-xml-in-the-intellijidea15-system-tom