编程语言
首页 > 编程语言> > java-在哪里可以找到应用程序特定的context.xml文件?

java-在哪里可以找到应用程序特定的context.xml文件?

作者:互联网

我读到了context.xml文件(在Tomcat中)是特定于应用程序的.我已经从我的netbeans IDE中创建了两个以Tomcat为服务器的Web项目,但是找不到应用程序特定的context.xml文件.我只在Tomcat的conf目录中找到context.xml.

在哪里可以找到应用程序特定的context.xml文件?

解决方法:

我注意到另一个答案中的链接是针对错误版本的Tomcat的.这是正确的文档:

http://tomcat.apache.org/tomcat-7.0-doc/config/context.html#Defining_a_context

如您所见,这些选项现在与以前的版本有所不同.以我的经验,最常见的是选项1:

In an individual file at /META-INF/context.xml inside the application files.

标签:tomcat,context-xml,java,java-ee
来源: https://codeday.me/bug/20191201/2077789.html