简体   繁体   English

InelliJ和apache tomcat8在.IntelliJIdea15 / system / tomcat / Unnamed_Form / conf目录中未找到server.xml

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

I stumbled over an error with my tomcat8-installation. 我偶然发现了tomcat8安装错误。 I installed apache tomcat8 on Ubuntu 15.10 from the package list. 我从软件包列表中在Ubuntu 15.10上安装了Apache tomcat8。

For some reason it didn't install the configuration-files "server.xml" and "web.xml" in the 由于某种原因,它没有在配置文件中安装配置文件“ server.xml”和“ web.xml”。

/usr/share/tomcat8/conf / usr / share / tomcat8 / conf

directory 目录

Here is how to fix it: Download the full tomcat8-Core-tar.gz from here: 解决方法如下:从此处下载完整的tomcat8-Core-tar.gz

Download 下载

Then open the 然后打开

/apache-tomcat-8.0.x/conf/ /apache-tomcat-8.0.x/conf/

directory and copy server.xml- and web.xml-files to 目录并将server.xml和web.xml文件复制到

/usr/share/tomcat8/conf / usr / share / tomcat8 / conf

enjoy. 请享用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM