- new a folder named "myWeb" in webapps of tomcat
- add following code in WEB-INF/ web.xml
<welcome-file-list>
<welcome-file>helloworld.html</welcome-file>
</welcome-file-list>
- visit the website in browser to show welcome page
http://localhost:8080/












网友评论