I'm working on a web application using Spring MVC 2.5. I'm using Eclipse as my IDE and deploying to Tomcat 6.
I'm concerned that I don't understand how sessions work in Spring, and was wondering how I might go about monitoring session status. I know that Tomcat has various monitoring capabilities, and I can even turn them on in Eclipse...but I don't know how they work. I also think that I might be able to use the Tomcat manager application, but it doesn't seem to be running.
Anyhow, I don't want to spend the next two days configuring this. Can someone point me at a simple setup to do monitor sessions?