Re: requests die with a stack overflow

2011-02-17 Thread Denis Laroche
happens. Thanks for the reply. -- DL I have a base action class from which all other action classes derive. 2011/2/17 Caldarale, Charles R > > From: Denis Laroche [mailto:dlaroc...@gmail.com] > > Subject: Re: requests die with a stack overflow > > > I have no such thing a

Re: requests die with a stack overflow

2011-02-17 Thread Denis Laroche
validate true default-encoding utf-8 2 action *.do 15 pages/welcome.jsp 2011/2/17 Konstantin Kolinko > 2011/2/17 Denis Laroche : > > Hello all, > > > > I also posted this message to the

requests die with a stack overflow

2011-02-17 Thread Denis Laroche
Hello all, I also posted this message to the Struts mailing list, because I'm not sure where the problem is. The version of Tomcat is 6.0.29, and the JVM is 1.6.0_17-b17 running on a Linux server, kernel version 2.6.18. The version of Struts is 1.3.10. Once in a while, the application starts beha

Re: Struts application used as a web service (large number of sessions)

2011-02-16 Thread Denis . Laroche
Ok thanks, your explanations were very useful. I'll do what you suggested, i.e. not create a session for the Struts actions matching the web service clients. -- DL André Warnier 2011-02-15 06:02 PM Please respond to Tomcat Users List To Tomcat Users List cc Subject Re: Struts applica

Struts application used as a web service (large number of sessions)

2011-02-15 Thread Denis . Laroche
Hello everybody, I wrote a Struts application deployed on a Tomcat server that is used as a web service. What I see is that for every request sent by the client applications a new session is created; I guess this is because there's no JSESSIONID cookie sent with the request. Could someone tell