由于要学习,jeecms的标签使用,那么必须要有一个测试页。关于首页如何使之用之当测试页。

关于jeecms修改首页进行测试

修改的步骤,找到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>

然后修改messages_zh_CN.properties文件

tpl.index=index

OK

相关文章: