美文网首页
Tomcat Welcome Page

Tomcat Welcome Page

作者: bfx1000 | 来源:发表于2020-04-27 23:09 被阅读0次
  1. new a folder named "myWeb" in webapps of tomcat
  2. add following code in WEB-INF/ web.xml
<welcome-file-list>      
    <welcome-file>helloworld.html</welcome-file>
</welcome-file-list>
  1. visit the website in browser to show welcome page
http://localhost:8080/

相关文章

网友评论

      本文标题:Tomcat Welcome Page

      本文链接:https://www.haomeiwen.com/subject/oiipwhtx.html