web.xml中配置classpath:和classpath*:的区别和意思
摘要:
首先 classpath是指 WEB-INF文件夹下的classes目录 解释classes含义:1.存放各种资源配置文件 eg.init.properties log4j.properties struts.xml2.存放模板文件 eg.actionerror.ftl3.存放class文件 对应的... 阅读全文
posted @ 2014-12-29 14:16 无信不立 阅读(1020) 评论(0) 推荐(0) 编辑