Websphere AS事务管理器日志在哪里?

编程入门 行业动态 更新时间:2024-10-15 08:23:59
本文介绍了Websphere AS事务管理器日志在哪里?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

Websphere Application Server(最好是7.0)是否有事务管理器的日志?我想看看我的应用程序的线程是如何以及何时启动事务,是否以及何时提交或回滚等等。

Does Websphere Application Server (7.0, preferably) have a log for transaction manager? I'd like to see how and when transactions are started for my application's threads, whether and when they commit or rollback, etc.

推荐答案

我建议设置包的日志记录 com.ibm.wsspi.uow (也许 com.ibm.websphere.uow 和 com.ibm.websphere.jtaextensions 也是 FINEST (在WebSphere管理控制台的某个地方)。这应该可以为您提供有关正在发生的事情的大量信息。

I would suggest to set logging for the package com.ibm.wsspi.uow (maybe com.ibm.websphere.uow and com.ibm.websphere.jtaextensions too) to FINEST (somewhere in your WebSphere administrative console). This should give you plenty information about what's going on.

可能是关于它是特定于WebSphere的PlatformTransactionManager 提供有用的背景信息(包,类,jndi等)也是。

Maybe the Spring Framework documentation about it's WebSphere-specific PlatformTransactionManager gives helpful background infos (packages, classes, jndi, etc.) too.

更多推荐

Websphere AS事务管理器日志在哪里?

本文发布于:2023-11-27 13:07:18,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1638199.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:管理器   事务   日志   Websphere

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!