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

jeecms 2012 源码分析(2) 前台栏目页静态化分析还是要说到web.xml文件 welcome-file-listwelcome-file

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文件,存在则访问

 

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