The goal is to build a session logger. The information regarding active sessions
oppened by users in tomcat, will be stored in a text file, using log4j.
The version 0.0.1 do this. I have built a thread, that is manually started by a
user (that have access to tomcat's administration features).
Right now, I am saving the same information that you receive when type
http://localhost:8080/manager/list.
I am right now working in some JSP pages that will parse to generated log, and
display a graph. I will do this, by using jfreechart/cewolf.
After that I am planning to improve the thread control. Right now, it's
impossible to stop the thread, unless that you stop tomcat.
Build a better home page
Any suggestion is welcome.
Roberto Rios