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