Spring MVC - servlet 请求的源不可用
我尝试使用 Spring MVC 制作一个简单的 Web 应用程序,并按照 Netbeans 的教程进行操作:
http://netbeans.org/kb/docs/web/quickstart-webapps-spring.html
我遇到了问题: 请求的源不可用?
我的问题:
- 这个问题是什么? [我很确定它来自 servlet - Tomcat]
- 如何解决这个问题
I tried to make a simple web app with Spring MVC and I follow this tutorial from Netbeans:
http://netbeans.org/kb/docs/web/quickstart-webapps-spring.html
And I get the problem: The requested source not available ?
My questions:
- What is this problem from ? [ I'm quite sure it is from servlet - Tomcat ]
- How to fix this
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
谢谢大家,我压缩了该项目并在我朋友的笔记本电脑上运行。还好,可能是我运行项目的时候出现了问题。感谢您的所有努力:)
Thanks all, I compress the project and run on my friend's laptop. It's fine, maybe there are problems when I run my project. Thanks for all of your effort :)