Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Eclipse 版本:Juno Service Release 1。当我创建 servlet 时,是的,有一个 web.xml 文件。但它不会自动映射 servlet url。也可以使用 InitParam。
我知道这是因为 @WebServlet 注释。
我可以做些什么来使 Eclipse 映射 web.xml 文件中的 url,而不是使用 @WebServlet 注释吗?
在项目属性的Project Facets部分中将Dynamic Web Module版本放回 2.5 。