读书人

struts2.2-jquery-plugin学习配置文件

发布时间: 2012-10-06 17:34:01 作者: rapoo

struts2.2-jquery-plugin学习配置文件(二)

1.配置web.xml,struts.xml,applicationContext.xml,jdbc.property,log4j.property的配置:

(一)web.xml

(二)struts.xml的配置:

?(四)jdbc.propertity的配置:

log4j.rootLogger=warn, stdoutlog4j.appender.stdout=org.apache.log4j.ConsoleAppenderlog4j.appender.stdout.Target=System.outlog4j.appender.stdout.layout=org.apache.log4j.PatternLayoutlog4j.appender.stdout.layout.ConversionPattern=%d %5p (%c:%L) - %m%n# Print only messages of level ERROR or above in the package noModule.log4j.logger.noModule=INFO# SHOWCASElog4j.logger.com.jgeppert.struts2.jquery.grid=DEBUG# Hibernatelog4j.logger.org.hibernate=INFOlog4j.logger.org.com.googlecode.s2hibernate=DEBUG# Struts2log4j.logger.freemarker=INFOlog4j.logger.com.opensymphony=INFOlog4j.logger.com.opensymphony.xwork2.ognl=ERRORlog4j.logger.org.apache.struts2=INFOlog4j.logger.org.apache.struts2.components=INFOlog4j.logger.org.apache.struts2.dispatcher=INFOlog4j.logger.org.apache.struts2.convention=INFO
?

?

读书人网 >Web前端

热点推荐