读书人

jeecms 2012 源码分析(二) 前台栏目

发布时间: 2013-09-18 14:17:40 作者: rapoo

jeecms 2012 源码分析(2) 前台栏目页静态化分析

还是要说到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文件,存在则访问

对应的文件是在后手动生成对应的静态文件

读书人网 >互联网

热点推荐