1

我的码头上下文 xml 看起来像:

<?xml version="1.0"  encoding="ISO-8859-1"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
  **<Set name="contextPath">/</Set>**
  <Set name="war"><SystemProperty name="jetty.home" default="."/>/../core.war</Set>
</Configure>

我的铁路服务器与码头对话。但是,我得到了一些“服务器错误”

但是,当我按如下方式更改 contextPath 时,它会起作用:

  **<Set name="contextPath">/foo</Set>**

你能告诉我为什么根上下文不起作用吗?

4

1 回答 1

1

尝试将其命名为 root.xml 和你的战争文件 root.war

于 2013-11-07T16:27:59.767 回答