Re: "Expire sessions" button in Tomcat Manager

2011-05-04 Thread Jakub Królikowski
On Wed, May 4, 2011 at 9:35 PM, Konstantin Kolinko wrote: > 2011/5/4 Jakub Królikowski : >> Chris, >> >> I checked sources, HTMLManagerServlet.java is the answer. >> Button "expire" is showing only if application is deployed, it's >> hidden when app is configured with servlet.xml. >> Does anybody

Re: "Expire sessions" button in Tomcat Manager

2011-05-04 Thread Konstantin Kolinko
2011/5/4 Jakub Królikowski : > Chris, > > I checked sources, HTMLManagerServlet.java is the answer. > Button "expire" is showing only if application is deployed, it's > hidden when app is configured with servlet.xml. > Does anybody knows why? Just a bug. Please file it in Bugzilla. There is no "U

Re: "Expire sessions" button in Tomcat Manager

2011-05-04 Thread Jakub Królikowski
Chris, I checked sources, HTMLManagerServlet.java is the answer. Button "expire" is showing only if application is deployed, it's hidden when app is configured with servlet.xml. Does anybody knows why? Why I want to expire sessions? Well, actually I need it only for performance tests. I'm testing

Re: "Expire sessions" button in Tomcat Manager

2011-05-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jakub, On 4/30/2011 9:19 PM, Jakub Królikowski wrote: > In Tomcat Manager, on the application list, there is a button "Expire > sessions" available only for "/manager" application. > > How should I configure tomcat to get this button for my applicat

"Expire sessions" button in Tomcat Manager

2011-04-30 Thread Jakub Królikowski
Hello, I'm using Tomcat 6.0.32. My app is configured in server.xml file like this:                           In Tomcat Manager, on the application list, there is a button "Expire sessions" available only for "/manager" application. How should I configure tomcat to get this button for my app