WebSphere Application Server Community Edition 中的应用程序日志记录
2010-05-12 00:00:00 来源:WEB开发网部署此 gbean 时,Community Edition 中的 GBean 内核将对 gbean 调用 doStart() 方法。此方法将打开 utilPropFile 上的 FileInputStream;utilPropFile 作为属性在 gbean 部署计划中指定并注入 gbean。然后,LogManager 将从输入流读取配置,并配置 java.util.logging。
清单 7 显示了 gbean 的部署计划
清单 7. gbean 部署计划
<module xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2">
<environment>
<moduleId>
<groupId>UtilLogPropGBean</groupId>
<artifactId>UtilLogPropGBean-app</artifactId>
<version>1.0</version>
<type>car</type>
</moduleId>
<dependencies>
<dependency>
<groupId>GBeans</groupId>
<artifactId>UtilLoggingCustom</artifactId>
<version>1.0</version>
<type>jar</type>
</dependency>
</dependencies>
</environment>
<gbean name="UtilLogPropGBean"
class="com.ibm.sample.UtilLogPropGBean" xsi:type="dep:gbeanType"
xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<attribute name="utilPropFile">
C:/temp/applevellogging/UtilLogging/UtilLogging.properties
</attribute>
</gbean>
</module>
Tags:WebSphere Application Server
编辑录入:爽爽 [复制链接] [打 印]- ››WebSphere Application Server 7.0 XML Feature P...
- ››WebSphere 反向投资者: 解决 WebSphere Applicati...
- ››WebSphere sMash 的创新应用,第 2 部分: 借助包装...
- ››Websphere MQ v6集群的负载均衡新功能
- ››WebSphere Process Server V6.0.2 集群,第 2 部分...
- ››WebSphere Process Server V6.0.2 集群,第 1 部分...
- ››WebSphere MQ性能调优浅谈
- ››WebSphere配置资源库管理
- ››WebSphere中的SSL/TLS:用法、配置和性能
- ››websphere ejb远程/本地调用总结
- ››WebSphere Application Server对SIP的支持
- ››WebSphere Process Server V6 体系结构概述
更多精彩
赞助商链接