2
每當我嘗試在netbeans上運行一個簡單的碼頭服務器時,我面臨着這個錯誤,請注意以前它工作正常,現在突然它給我這個錯誤,在那裏有沒有更新?我錯過了什麼。請注意,這是web.xml文件代碼HTTP錯誤503服務在Jetty服務器中不可用
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_0.dtd">
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
<Set name="contextPath">/Fc_jetty</Set>
</Configure>