eos5.2 减少日志的处理方式

用NOHUP启动EOS时,查询NOHUP日志时,每调用一次WEB SERVICE,就会打印下面的日志信息。

另外,在5.2中部署工作流时,也会有同样的日志输出。这些日志是怎么样产生的。

        查看server-config.wsdd,其中配置了很多responseFlow,requestFlow,

        因为5.2中使用的AXIS包的版本是2002年10月的版本。网上已无法找到相关源码。

        将这个版本换成2002年12月的版本。后台就不会输出这些日志。

另外,如果是WINDOW环境,AXIS中的一个LOG4J的配置文件,修改配置文件的级别也可以禁止这些日志输出。

return val:class org.apache.axis.handlers.http.HTTPAuthHandler
service class name is :com.primeton.tp.core.bizservice.ws.ProcessCallerWS
In ClassCache class"s lookup method:com.primeton.tp.core.bizservice.ws.ProcessCallerWS
In ClassCache class"s lookup method,creat new class instance
step1
step1 fail
step2
org.apache.axis.handlers.JWSHandler
class loader:weblogic.utils.classloaders.ChangeAwareClassLoader@1c5b2de finder: weblogic.utils.classloaders.CodeGenClassFinder@104a503 annotation: eos4wl@axis
return val:class org.apache.axis.handlers.JWSHandler
step1
step1 fail

你可能感兴趣的:(apache,log4j,Web,工作,weblogic)