【发布时间】:2017-03-28 10:25:58
【问题描述】:
每次我尝试在 netbeans 上运行一个简单的码头服务器时,我都会遇到这个错误,请注意以前它工作正常,现在突然给我这个错误,有任何更新吗?我是不是错过了什么。请注意这是 web.xml 代码
<?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>
【问题讨论】: