Re: two questions about the session timeout in tomcat

2011-10-09 Thread Bill Wang
Hi Chris, Pid & Geroge, Thanks to everyone who replied my mail. I try to answer your questions in one mail. 1. I access the admin interface by manager app. I'd like to have exist command to run and get the report easily, if there is no the command, I will think to use wget | crul. 2. The applica

RE: parallel webapp initialization

2011-10-09 Thread George Sexton
> -Original Message- > From: Darius D. [mailto:darius@gmail.com] > Sent: Sunday, October 09, 2011 1:26 PM > To: users@tomcat.apache.org > Subject: Re: parallel webapp initialization > > > > Alexander Knöller wrote: > > > > Hello mailing list. > > > > We use a single tomcat instanc

Re: Should Form Authentication Valve restore request body on a PUT?

2011-10-09 Thread Terence M. Bandoian
On 1:59 PM, Nicholas Sushkin wrote: The bug was that if you do an unauthenticated POST, PUT, or DELETE, the Form Authentication valve was trying to do a POST, PUT, or DELETE to the login form. The correct behaviour IMHO is to always GET the login form and return it as a response to the unaut

Re: parallel webapp initialization

2011-10-09 Thread Darius D.
Alexander Knöller wrote: > > Hello mailing list. > > We use a single tomcat instance (soon switching from 5.5.23 to 7.x) with > 24 webapps. Each webapp is based on spring and hibernate doing a lot of > I/O during initialization. > Tomcat is often restarted which causes long downtimes. As far a

Re: parallel webapp initialization

2011-10-09 Thread Mark Thomas
On 09/10/2011 13:55, Alexander Knöller wrote: > Hello mailing list. > > We use a single tomcat instance (soon switching from 5.5.23 to 7.x) with 24 > webapps. Each webapp is based on spring and hibernate doing a lot of I/O > during initialization. > Tomcat is often restarted which causes long do

parallel webapp initialization

2011-10-09 Thread Alexander Knöller
Hello mailing list. We use a single tomcat instance (soon switching from 5.5.23 to 7.x) with 24 webapps. Each webapp is based on spring and hibernate doing a lot of I/O during initialization. Tomcat is often restarted which causes long downtimes. As far as i can see the tomcat initializes its