WEB开发网
开发学院软件开发Java WebSphere Application Server Community Edition... 阅读

WebSphere Application Server Community Edition 中的应用程序日志记录

 2010-05-12 00:00:00 来源:WEB开发网   
核心提示: 部署此 gbean 时,Community Edition 中的 GBean 内核将对 gbean 调用 doStart() 方法,WebSphere Application Server Community Edition 中的应用程序日志记录(10),此方法将打开 utilPropFile

部署此 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> 

上一页  5 6 7 8 9 10 

Tags:WebSphere Application Server

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接