还是要说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
后台生成静态页面时会根据后缀生成 /news/index.html或 /news/indexshtml
系统会判断jeecms2012/news/
下依次判断是否有index.html index.shtml index.jhtml 文件
找到对应的文件则访问相应文件