Is it a possible to invalidate an individual session in JBoss through JMX?

后端 未结 2 1569
感情败类
感情败类 2021-01-03 08:45

We are tracking down some memory issues in our application and we have visibility into the size of our sessions where the problem seems to be. It is only affecting certain

2条回答
  •  醉酒成梦
    2021-01-03 09:22

    Thanks Ichorus. Your solution helped me with at least some way to see all the active sessions on the server at any given time.

    Btw...Here are couple of things needed before running twiddle.sh Make sure JAVA_HOME and JBOSS_HOME are set in the environment And Make Sure JBOSS_CLASSPATH is either not set or has all the libs given in twiddle.sh.i.e {JBOSS_HOME}\client\jbossall-client.jar;{JBOSS_HOME}\client\getopt.jar;{JBOSS_HOME}\client\log4j.jar; {JBOSS_HOME}\lib\jboss-jmx.jar

    Other wise you would run into ClassNotFound exceptions

    Sudheer

提交回复
热议问题