Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
141 views
in Technique[技术] by (71.8m points)

无法登录http://localhost:8080,但tomcat可用

配置eclipse时,自己上官网下载的tomcat9。
安装完成后,http://localhost:8080/登录成功,可以看到tomcat的页面。

但后来,在输入http://localhost:8080/,并不跳转出tomcat页面
不过项目能正常运行。

图片描述


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

检查一下你的web.xml文件中有没有设置<welcome-file-list>,就像这样:

<welcome-file-list>
   <welcome-file>index</welcome-file>
</welcome-file-list>

或者你也可以这样:

<welcome-file-list>
   <welcome-file>index.jsp</welcome-file>
</welcome-file-list>

看下你有没有对应的index地址,或者是index.jsp这个文件,如果你是设置的index.jsp,那么必须要有这个index.jsp这个文件才行。


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

1.4m articles

1.4m replys

5 comments

56.7k users

...