世界卫生组织癌症报告:为什么tomcat找不到文件?

来源:百度文库 编辑:杭州交通信息网 时间:2024/04/27 16:37:44
url里敲入 http://localhost:8080/webapps/ROOT/index.jsp
总出现The requested resource (/webapps/ROOT/index.jsp) is not available.的提示, 为什么找不到呢,明明有index.jsp这个文件的啊?

http://localhost:8080/index.jsp这样就能打开(/webapps/ROOT/index.jsp)这个jsp了。

如果你要执行(/webapps/myApp/index.jsp)
url里敲入 http://localhost:8080/myApp/index.jsp