- 博客(1)
- 资源 (3)
- 收藏
- 关注
原创 log4J的配置和应用
log4j.properties的简单配置 ###DEBUG,INFO,WARN,ERROR## log4j.rootLogger = info,CONSOLE,ROLLING_FILE ################### # Console Appender ################### #输出到控制台 log4j.appender.CONSOL
2014-03-24 09:57:56
328
xfire的使用详解
重点位置:
<!-- spring 配置文件-->
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>classpath:spring/app.xml,classpath:org/codehaus/xfire/spring/xfire.xml</param-value>
</context-param>
<!--配置xfire ws-->
<servlet>
<servlet-name>XFireServlet</servlet-name>
<servlet-class>org.codehaus.xfire.spring.XFireSpringServlet</servlet-class>
</servlet>
<!-- 用来管理Webservice的Servlet -->
<servlet-mapping>
<servlet-name>XFireServlet</servlet-name>
<url-pattern>/services/*</url-pattern>
</servlet-mapping>
2013-10-17
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅