JBOSS Admin

Monday, December 13, 2010

JBOSS session timeout

JBOSS session timeout is specified in $JBOSS_HOME/server/production/deployers/jbossweb.deployer/web.xml.
   <session-config>
      <session-timeout>30</session-timeout>
   </session-config>

The default session timeout in JBOSS is 30 minutes.

posted by Jayanthi Krishnamurthy @ 11:51 AM   0 Comments

Wednesday, December 8, 2010

JBOSS transaction timeout

Transaction timeout is set in $JBOSS_HOME/server/production/deploy/transaction-jboss-beans.xml
 <property name="transactionTimeout">300</property>

posted by Jayanthi Krishnamurthy @ 10:51 AM   0 Comments

Friday, December 3, 2010

Java Heap Dump

Take java  heap dump using this command in 64 bit server:

jmap -J-d64 -dump:format=b,file=/opt/jbosslogs/heap.hprof $java_pid

posted by Jayanthi Krishnamurthy @ 7:04 PM   1 Comments

Newer›  ‹Older

About Me

Name: Jayanthi Krishnamurthy

View my complete profile

Posts

  • JBOSS session timeout
  • JBOSS transaction timeout
  • Java Heap Dump

Older Posts Newer Posts

Archives

  • January 2010
  • February 2010
  • March 2010
  • April 2010
  • May 2010
  • June 2010
  • July 2010
  • August 2010
  • September 2010
  • October 2010
  • November 2010
  • December 2010
  • March 2011
  • May 2012
  • June 2012
  • February 2013
  • February 2014
  • March 2014
  • Current Posts

Subscribe to
Posts [Atom]