2
<servlet-mapping>
<servlet-name>userServlet</servlet-name>
**<url-pattern>/helloservers/userService</url-pattern>**
</servlet-mapping>
有人可以解釋一下這個<url-pattern>
的用法和使用方法?GWT xml模式
「com.google.appengine.tools.development.LocalResourceFileServlet的doGet 警告:/ helloservers/userService:未找到文件」
正在此錯誤。請解釋爲什麼會出現?可以做些什麼來糾正它?