还是要说到web.xml文件
- <welcome-file-list>
- <welcome-file>index.html</welcome-file>
- <welcome-file>index.shtml</welcome-file>
- <welcome-file>index.jhtml</welcome-file>
- </welcome-file-list>
http://localhost:8084/jeecms2012/news/
转载请标识出处 by chenbo:http://blog.youkuaiyun.com/chenbo19867758/article/details/11787317
系统会在jeecms2012/news/目录下依次搜索 index.html,index.shtml,index.jhtml文件,存在则访问
对应的文件是在后手动生成对应的静态文件