RE: session won't timeout

2010-09-29 Thread Caldarale, Charles R
> From: Jing Chen [mailto:jin...@yahoo.com] > Subject: Re: session won't timeout > The results are different - in one case, the session is > destroyed after 30 minutes; but in another case, the > session stay active. First, look in Tomcat's logs to see if there's anything interesting in ther

Re: session won't timeout

2010-09-29 Thread Jing Chen
I have people testing at different location by doing the same thing: 1. login to the same application; 2. without explicitly logout, close the browser window. The results are different - in one case, the session is destroyed after 30 minutes; but in another case, the session stay active. Cou

RE: help with tomcat 6.0.29 in a 64 bit Windows using 32 bit jdk

2010-09-29 Thread Caldarale, Charles R
> From: dulce...@pal.com.ph [mailto:dulce...@pal.com.ph] > Subject: help with tomcat 6.0.29 in a 64 bit Windows using 32 bit jdk > help would be very much appreciated. Help with what? It sounds like everything is working properly except for your defective security scanner - which you would hav

help with tomcat 6.0.29 in a 64 bit Windows using 32 bit jdk

2010-09-29 Thread Dulce_Go
Hi! I would like to seek help in installing or configuring tomcat 6.0.29. I'm currently migrating my applications from Tomcat 5.5.26 to Tomcat 6.0.29 as advised by our security scan because of several vulnerabilities that have already been resolved in the latest version. Unfortunately, after m

RE: [OT] RE: Tomcat Consultant

2010-09-29 Thread Allen Razdow
OK, the "I'm gray-haired and remember when memory was core" game ;-), I was a regular Multics user myself, on MIT's Honeywell machines (with drum disks), as well as an assembler programmer on PDP-1, 4 and 9. The 4 had a 125 kHz clock speed. I vaguely remember the PIC OS, but haven't googled it yet

Re: [OT] RE: Tomcat Consultant

2010-09-29 Thread David Fisher
>> PL/1 was a nice break from extending FORTRAN IV with BAL (Assembler). >> >> Wow real pointers and character strings! >> >> I seem to recall there was a version on the Prime minicomputers - IRC >> they had a version of the PIC OS. >> >> Primos came out of the Boston area, was a son of Multics

Re: [OT] RE: Tomcat Consultant

2010-09-29 Thread Daniel Savard
I think you are completely lost, none of the big 5 could bill below 200$/hr and survive paying the big building and the big bosses, 100$/hr is what the sub-contractors are billing them. I did work for one of these in the 90's and they already billed between 200-300$/hr at that time, this is 20 year

RE: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-09-29 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: apache-tomcat-6.0.29 will not start with more then 1024mb memory > assigned - windows > Is that one contiguous chunk of space in generation, or do > all three have to be contiguous with each other? All three are c

RE: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-09-29 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: apache-tomcat-6.0.29 will not start with more then 1024mb memory > assigned - windows > This command works, therefore PermGen is not part of the heap. PermGen is clearly not part of the -Xmx setting, but in some co

Re: Determining a version's release date

2010-09-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Norman, On 9/29/2010 3:56 PM, Norman Wills wrote: > What is the most reliable and accurate way of determining the release date > for a > Tomcat version, e.g., Tomcat 4.0.2 ? Wikipedia doesn't seem to have a full > list. Try checking the changelog.

Re: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-09-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeffrey, On 9/29/2010 2:38 PM, Jeffrey Janner wrote: > I'm pretty sure that > PermGen is not part of Heap. It's not, and easy to test empirically: $ java -Xmx16M -XX:MaxPermSize=32M -showversion This command works, therefore PermGen is not part of

Re: Determining a version's release date

2010-09-29 Thread Mark Thomas
On 29/09/2010 20:56, Norman Wills wrote: > Greetings all, > > What is the most reliable and accurate way of determining the release date > for a > Tomcat version, e.g., Tomcat 4.0.2 ? Wikipedia doesn't seem to have a full > list. The date the files were copied to archive.apache.org should be

Re: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-09-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 9/29/2010 1:14 PM, Caldarale, Charles R wrote: > From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] Subject: > RE: apache-tomcat-6.0.29 will not start with more then 1024mb memory > assigned - windows > >> So there is some tradeoff b

Determining a version's release date

2010-09-29 Thread Norman Wills
Greetings all, What is the most reliable and accurate way of determining the release date for a Tomcat version, e.g., Tomcat 4.0.2 ? Wikipedia doesn't seem to have a full list. Thank you, Norman

RE: [OT] RE: Tomcat Consultant

2010-09-29 Thread Martin Gainty
i always wondered by the big 5 billable rate started at 100 /hr BTW: dont forgot your armani suit and the lamberghini! Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten

RE: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-09-29 Thread Jeffrey Janner
> -Original Message- > From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > Sent: Wednesday, September 29, 2010 1:44 PM > To: Tomcat Users List > Subject: RE: apache-tomcat-6.0.29 will not start with more then 1024mb > memory assigned - windows > > > From: Jeffrey Janner [mailt

RE: [OT] RE: Tomcat Consultant

2010-09-29 Thread Jeffrey Janner
> -Original Message- > From: David Fisher [mailto:dfis...@jmlafferty.com] > Sent: Tuesday, September 28, 2010 3:28 PM > To: Tomcat Users List > Subject: Re: [OT] RE: Tomcat Consultant > > PL/1 was a nice break from extending FORTRAN IV with BAL (Assembler). > > Wow real pointers and chara

RE: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-09-29 Thread Caldarale, Charles R
> From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] > Subject: RE: apache-tomcat-6.0.29 will not start with more then 1024mb memory > assigned - windows > I'm pretty sure that PermGen is not part of Heap. I wasn't saying that PermGen was part of the regular heap; all I stated was that

Re: Unit testing a CometProcessor Servlet

2010-09-29 Thread Pid *
On 29 Sep 2010, at 12:19, Nabble User wrote: > Anyone? I think you may be asking the wrong type of question. p - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.a

RE: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-09-29 Thread Jeffrey Janner
Chuck I don't want to restart the "memory allocation wars", primarily because I'm not totally sure on my stance, but I'm pretty sure that PermGen is not part of Heap. I'm particularly basing this on what I'm currently seeing in the Memory tab of jconsole. It breaks up memory into Heap and Non-Hea

RE: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-09-29 Thread Caldarale, Charles R
From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] Subject: RE: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows > So there is some tradeoff between PermGen space and Heap. The NewGen, OldGen, and PermGen areas of the heap have to be allocated in one c

RE: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-09-29 Thread Jeffrey Janner
> -Original Message- > From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > Sent: Wednesday, September 29, 2010 9:12 AM > To: Tomcat Users List > Subject: RE: apache-tomcat-6.0.29 will not start with more then 1024mb > memory assigned - windows > > > From: Hans Magne Helland [m

Re: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-09-29 Thread Pid
On 29/09/2010 14:53, Hans Magne Helland wrote: > Thanks for the answers. > >> 1048 is an unusual value; are you reporting the numbers accurately? >> Shouldn't there be an MB on the end of each? Note that it's usually better >> to set the >> initial and maximum to the same value for server enviro

RE: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-09-29 Thread Caldarale, Charles R
> From: Hans Magne Helland [mailto:hansma...@gmail.com] > Subject: Re: apache-tomcat-6.0.29 will not start with more then 1024mb memory > assigned - windows > This tomcat server is running an ARS Remedy Mid-Tier application > (version 7.5), the requirements from BMC on this version is that it >

Re: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-09-29 Thread Hans Magne Helland
Thanks for the answers. > 1048 is an unusual value; are you reporting the numbers accurately? > Shouldn't there be an MB on the end of each?  Note that it's usually better > to set the > initial and maximum to the same value for server environments. This was copied from the test server, were I t

RE: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-09-29 Thread Caldarale, Charles R
> From: Hans Magne Helland [mailto:hansma...@gmail.com] > Subject: apache-tomcat-6.0.29 will not start with more then 1024mb memory > assigned - windows > Current settings: > Initial memory pool: 1024 > Maximum memory pool: 1048 1048 is an unusual value; are you reporting the numbers accurately

Re: Unit testing a CometProcessor Servlet

2010-09-29 Thread Nabble User
Anyone?

Re: apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-09-29 Thread Mark Thomas
On 29/09/2010 10:55, Hans Magne Helland wrote: > Hello everyone, > > Current settings: > Initial memory pool: 1024 > Maximum memory pool: 1048 > > If I increase any more then this, the tomcat6 service will not start. > > System log says the following: > "The Apache Tomcat 6 service terminated wi

apache-tomcat-6.0.29 will not start with more then 1024mb memory assigned - windows

2010-09-29 Thread Hans Magne Helland
Hello everyone, Current settings: Initial memory pool: 1024 Maximum memory pool: 1048 If I increase any more then this, the tomcat6 service will not start. System log says the following: "The Apache Tomcat 6 service terminated with service-specific error The operation completed successfully.."