| Author |
managing session
|
Naresh Chaurasia
Ranch Hand
Joined: May 18, 2005
Posts: 309
|
|
how can i track the status of session objects in tomcat (non-programatically) container. and how i can track the number of session objects. thnx in adnvace
|
SCJP 1.4, SCWCD1.4, OCA(1Z0-007)
|
 |
Vishnu Prakash
Ranch Hand
Joined: Nov 15, 2004
Posts: 1026
|
|
|
I don't think you can do that declaratively.
|
Servlet Spec 2.4/ Jsp Spec 2.0/ JSTL Spec 1.1 - JSTL Tag Documentation
|
 |
Naresh Chaurasia
Ranch Hand
Joined: May 18, 2005
Posts: 309
|
|
can you please help me with some sample code.............i was wondering if it is possible to do it declaratively, since sessions objects are creatd dynamically and i guess we cannot have entry of dynamic object in web.xml . pls comment
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14685
|
|
You may be able to track session objects with JBoss's JMX Console. I don't know if you can use this under Tomcat standalone. There's something about Tomcat Monitoring with JMX at Tomcat's homepage, like accessing session attributes. Take a deep breath and have look here. It seems quite advanced.
|
[My Blog]
All roads lead to JavaRanch
|
 |
 |
|
|
subject: managing session
|
|
|