InelliJ and apache tomcat8 found no server.xml in the .IntelliJIdea15/system/tomcat/Unnamed_Form/conf directory

无人久伴 提交于 2019-12-12 04:19:10

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!