正文Tomcat配置Web默认页面IP云V管理员/2022-11-28/8 阅读 11/28提示:扫一扫查出行【扫一扫了解最新限行尾号】复制提示 1.在web.xml中配置要加载的首页 <welcome-file-list> <welcome-file>Tiring-room/index.jsp</welcome-file> /////////////////Tiring-room是文件夹,index.jsp是要加载的首页/////////// </welcome-file-list>