| Sign In/My Account | View Cart |
| Article: |
JBoss Optimizations 101 | |
| Subject: | good tips | |
| Date: | 2003-05-30 00:52:40 | |
| From: | anonymous2 | |
|
Response to: good tips
|
||
|
Once suspected, most of the problems described in this article are best found... with a white board! It is really about EJB analysis. However, for entity bean contention (pessimistic), you can find an MBean in jboss (in comment as part of conf/jboss-service.xml) that will indicate how much contention a given EB has.
|
||
Showing messages 1 through 1 of 1.
Look in jboss/server/(all or default)/conf/jboss-service.xml for:
<!-- Uncomment to enable JMX monitoring of the entity bean locking
<mbean code="org.jboss.monitor.EntityLockMonitor"
name="jboss.monitor:name=EntityLockMonitor"/>
-->
Regards,
Bill
P.S. THis is documented in our FOR PAY docs.