我一直在尝试按照教程here实现RESTful Web服务。
我一直在网上搜索我遇到的问题,但没有任何帮助。实现CRUD Web服务时,该文章包含一个HTML文件。我已经尝试将它放在WebContent和WebContent / WEB-INF中,但我无法让它工作。我也尝试应用列出的here解决方案,但HTML文件仍无效。
其他功能确实有效,就是我遇到了问题。我尝试使用:
localhost:8080/de.vogella.jersey.todo/rest/create_todo.html
localhost:8080/de.vogella.jersey.todo/create_todo.html
localhost:8080/de.vogella.jersey.todo/WEB-INF/create_todo.html
我得到的错误来自Tomcat没有找到资源。
没有任何作用,我真的很感激我能得到的任何帮助。 :)