还是要说到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/
系统会在jeecms2012/news/目录下依次搜索 index.html,index.shtml,index.jhtml文件,存在则访问
对应的文件是在后手动生成对应的静态文件