我的码头上下文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>**
您能否告诉我为什么root上下文不起作用?
答案 0 :(得分:1)
尝试将其命名为root.xml和war文件root.war