JMX and the SessionManager

2013-12-20 Thread spring
Hi,

if I use StandardManager or PersistentManager I have a Manager MBean. Fine.

But if I use DynamoDBSessionManager which extends PersistentManagerBase (as
PersistentManager does) then there is no Mbean.

I cannot see in the code why this happens.

https://github.com/aws/aws-dynamodb-session-tomcat/blob/master/src/main/java
/com/amazonaws/services/dynamodb/sessionmanager/DynamoDBSessionManager.java


Any ideas?

Thank you.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: JMX and the SessionManager

2013-12-20 Thread Konstantin Kolinko
2013/12/20  spr...@gmx.eu:

 if I use StandardManager or PersistentManager I have a Manager MBean. Fine.

 But if I use DynamoDBSessionManager which extends PersistentManagerBase (as
 PersistentManager does) then there is no Mbean.

 I cannot see in the code why this happens.

 https://github.com/aws/aws-dynamodb-session-tomcat/blob/master/src/main/java
 /com/amazonaws/services/dynamodb/sessionmanager/DynamoDBSessionManager.java


 Any ideas?



Create a mbeans-descriptor.xml file?
http://tomcat.apache.org/tomcat-7.0-doc/mbeans-descriptor-howto.html

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: JMX and the SessionManager

2013-12-20 Thread spring

 Create a mbeans-descriptor.xml file?
 http://tomcat.apache.org/tomcat-7.0-doc/mbeans-descriptor-howto.html

Ah ok, thank you!


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org