I really liked product MessAdmin. This was something I was looking for instrumenting the session size.
However, we use WebLogic 9.1. I checked your website and it says under "Known Issues" section that MessAdmin administration does not work with BEA WebLogic 9.x. :-(
Is there any way that I can use your product with WebLogic 9.1, to get the session size? Can I get the HTTP Session size and other attributes to be written to either a file, instead of using the MessAdmin administration?
Appreciate your early help. :-)
Regards
Anand
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Basically, you can modify the JMX connector to export session size (add getSize() to clime.messadmin.jmx.mbeans.SessionMBean and clime.messadmin.jmx.mbeans.Session), or dump all sessions' information in a file from an administrative request (like /AdminMessageInject?action=dump): see clime.messadmin.admin.MessAdminServlet.
Of course, the best thing would be to make the administration application work with WebLogic 9... If anyone reading this is fluent enough with BEA products, please give me a call!
Cédrik
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Cedric,
I really liked product MessAdmin. This was something I was looking for instrumenting the session size.
However, we use WebLogic 9.1. I checked your website and it says under "Known Issues" section that MessAdmin administration does not work with BEA WebLogic 9.x. :-(
Is there any way that I can use your product with WebLogic 9.1, to get the session size? Can I get the HTTP Session size and other attributes to be written to either a file, instead of using the MessAdmin administration?
Appreciate your early help. :-)
Regards
Anand
Anand, see my previous email answer.
Basically, you can modify the JMX connector to export session size (add getSize() to clime.messadmin.jmx.mbeans.SessionMBean and clime.messadmin.jmx.mbeans.Session), or dump all sessions' information in a file from an administrative request (like /AdminMessageInject?action=dump): see clime.messadmin.admin.MessAdminServlet.
Of course, the best thing would be to make the administration application work with WebLogic 9... If anyone reading this is fluent enough with BEA products, please give me a call!
Cédrik