Re: Tomcat 5 Repository

2014-02-02 Thread Pavneet singh Kochhar
Thanks for the help Chuck! I checked the svn repository but coudn't really figure out how to get the commit logs which shows the files changed for Tomcat5. The commits show something like r588813 | markt | 2007-10-27 08:11:17 +0800 (Sat, 27 Oct 2007) | 1 line archive prep r588811 | markt | 2007-1

backupManager - backup on all nodes and slowly

2014-02-02 Thread Ja kub
With below BackupManager backup manager configuration in server.xml heap memory increases over 100MB on each of four nodes in cluster. In addition time of ab -c 10 -n 10 -p post.txt http://localhost:18080/petclinic/session/fill is about 150 seconds with default DeltaManager it is about 15 seco

RE: cookie issue with Tomcat 7 - does not accept the character "é"

2014-02-02 Thread Callinswood,Kevin,VEVEY,GLOBE BTC
We have a cookie generated by the home page of our intranet as follows: Cookie: GetUser_Properties="abc","abc","abc","abc","abc","abc","abc","abc","abc"; If you put an é in the first parameter e.g. Cookie: GetUser_Properties="abcé","abc","abc","abc","abc","abc","abc","abc","abc"; Then we g

Re: How to deploy class jar file without restart Apache tomcat 7.0.40 server(Linux OS)

2014-02-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chuck, On 2/2/14, 2:34 PM, Caldarale, Charles R wrote: >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] >> Subject: Re: How to deploy class jar file without restart Apache >> tomcat 7.0.40 server(Linux OS) > >>> Our web applicat

Re: cookie issue with Tomcat 7 - does not accept the character "é"

2014-02-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kevin, On 2/2/14, 2:31 PM, Callinswood,Kevin,VEVEY,GLOBE BTC wrote: > We have upgraded to Tomcat 7 from Tomcat 6 and we are now facing > issues due to some of the standard company cookies containing an > "é". > > Tomcat 6 accepted the "é" but upgr

RE: How to deploy class jar file without restart Apache tomcat 7.0.40 server(Linux OS)

2014-02-02 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: How to deploy class jar file without restart Apache tomcat > 7.0.40 server(Linux OS) > > Our web application contains both .war as well as .jar's file. Not possible. It's either/or, not both - if the webapp is bui

cookie issue with Tomcat 7 - does not accept the character "é"

2014-02-02 Thread Callinswood,Kevin,VEVEY,GLOBE BTC
We have upgraded to Tomcat 7 from Tomcat 6 and we are now facing issues due to some of the standard company cookies containing an "é". Tomcat 6 accepted the "é" but upgrading to Tomcat 7 we get an error if the "é" is any parameter except for the 1st position. The error received is: SEVERE: Er

Re: How to deploy class jar file without restart Apache tomcat 7.0.40 server(Linux OS)

2014-02-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sushil, On 2/1/14, 1:14 AM, Sushil Prusty wrote: > Our web application contains both .war as well as .jar's file. A web application (i.e. context) can really only have one WAR file. There are odd ways of using more than one, but that would represen

Re: Tomcat 6.0.26 on Windows server - sessions are not expired

2014-02-02 Thread Konstantin Kolinko
2014-02-02 Maor Yosef : > Hi, 1. 6.0.26 is old. > We are facing issues where the sessions are not being expired > and eventually causing a stack overflow. 2. Non-expiring sessions may cause OOM, but they cannot cause a stack overflow. What are your evidences? > We see that at some point the se

Re: Tomcat 7.0.50 on IBM i series - System i V7R1 - Installation errors

2014-02-02 Thread Konstantin Kolinko
2014-02-01 Jakati, Shekar : > Hello friends, > >We are new to using Tomcat. Installed Apache Tomcat on our development box > and runs great. > > Tried to install Apache 7.0.50 on our production box with similar > configuration i.e. 'IBM Series System I running V7R1 'and get the below > error

Fwd: Tomcat 6.0.26 on Windows server - sessions are not expired

2014-02-02 Thread Maor Yosef
Hi, We are facing issues where the sessions are not being expired and eventually causing a stack overflow. We see that at some point the sessions get pilled up and we need to manually expire those sessions through the manager application, or until we will restart tomcat but after a few hours / da