漠水 发表于 2015-3-13 23:38:44

tomcat如何显示jsp文件?

漠-T001 2015-03-13 23:23:41

找到的http://localhost/可以,后面http://localhost/test一直显示错误    jsp文件就是显示不出来


在sever.xml中也加了<Context>语句了,虚拟目录也有了,web.xml也有了,*.jsp文件也没写错,就是出不来,心都碎了{:5_104:}

mbqaerfa 发表于 2015-3-13 23:38:45

1、在web.xml设置了这个了吗(index.jsp是你想默认显示的jsp)
<welcome-file-list>
      <welcome-file>index.jsp</welcome-file>   
</welcome-file-list>
2、jsp的位置有没放错,也就是路径对吗?是不是在WEB-INF下?

流行语 发表于 2015-3-14 21:24:05

贴出你的源码

hgkun 发表于 2015-3-14 23:40:58

你还要指定端口,比如:localhost:8080/test/test.jsp

漠水 发表于 2015-3-16 21:31:12

我是直接在webapps文件夹下新建文件解决了

chun888 发表于 2016-11-14 19:19:27

{:10_269:}
页: [1]
查看完整版本: tomcat如何显示jsp文件?