Re: Tomcat is slow with router configured

2007-12-19 Thread Gary Evesson
@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Gary Evesson

Re: Tomcat Clustering Support - Without any load balancer like component in the front

2007-11-27 Thread Gary Evesson
of point, i wonder if there is any point AT ALL having that tomcat clustering enabled if we dont have something like a load-balancer/fail-over-service at the front? Thanks again Farhan. Gary Evesson-3 wrote: You need something to handle failover. Otherwise there is not a huge

Re: Tomcat implementation: please help

2007-11-26 Thread Gary Evesson
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Gary Evesson

RE: Null

2007-06-29 Thread Gary Evesson
It's a classic! You should submit the conversation to http://worsethanfailure.com/. Gary Evesson Decentrix Inc -Original Message- From: gb1071nx [mailto:[EMAIL PROTECTED] Sent: Friday, June 29, 2007 12:13 PM To: Tomcat Users List Subject: RE: Null Sigh. -Original Message

RE: performance with apache and tomcat

2007-04-19 Thread Gary Evesson
Unless of course you need mod_rewrite. We also handle millions a day with exactly this set up. Gary Evesson Decentrix Inc -Original Message- From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Sent: Thursday, April 19, 2007 1:30 PM To: Tomcat Users List Subject: Re: performance with apache

RE: performance with apache and tomcat

2007-04-19 Thread Gary Evesson
between apache and tomcat. My experience is that it is better to reduce the number of concurrent connections you can handle to avoid swapping. Gary Evesson Decentrix Inc -Original Message- From: Eqbal [mailto:[EMAIL PROTECTED] Sent: Thursday, April 19, 2007 2:27 PM To: Tomcat Users List

Re: log4j exception only when stopping and starting a web application

2007-02-27 Thread Gary Evesson
at org.apache.log4j.helpers.PatternConverter.spacePad(PatternConverter.java :106 ) at org.apache.log4j.helpers.PatternConverter.format(PatternConverter.java:68) It looks like you have bad syntax in you log4j.properties file. -- Gary Evesson

Re: Can tomcat send out event about persistent connection being closed?

2007-02-26 Thread Gary Evesson
? Wouldn't you be better off using RMI or some similar technology? HTTP was designed to be connectionless. The keepalive is an optimization trick, and is specifically layered beneath the ability of the programmer to utilize or control. -- Gary Evesson

RE: Peak load of Tomcat-powered server(s)?

2006-12-24 Thread Gary Evesson
Generally in a production environment, increasing the number of threads from the default is compulsory. You need to balance that against the amount of memory that you have allocated for your JVM, which needs to be balanced against the amount of memory available in the machine. Handling concurrent

Re: Tomcat 5.0.28 memory leak

2006-03-07 Thread Gary Evesson
[EMAIL PROTECTED] wrote: Why do I have to make my class serializable.It is a simple web application using the MemberData class for storing some data??? Because you are pushing it onto the session. - Gary - To unsubscribe,

Re: Tomcat 5.0.28 memory leak

2006-03-07 Thread Gary Evesson
[EMAIL PROTECTED] wrote: Yes I am putting it out in the session but I get the error after the service has broken and at that point its probably trying to persist data??? and that should be serializable. My issue is why doesthe service break in the first place? I am just doing refesh on a page

RE: SSL Handshake before parameters sent???

2005-11-22 Thread Gary Evesson
Depends how they are sent. Parameters sent in a POST will be encrypted using SSL. No user interaction required. Parameters sent using GET will not be encrypted unless you do it yourself. Gary Evesson Decentrix Inc -Original Message- From: John MccLain [mailto:[EMAIL PROTECTED] Sent