TomCat -Catalina.out : Application failing with java.net.SocketException

2008-01-06 Thread micro_learner
I've volunteered to maintain a Java based application for a non-profit org. Specs: Apache TomCat 4.1.24 Database : Mysql 4.X Application : Java,VTL,Torgue and Turbine The application used to gather reports works well for a small date range ( lesser time) and fails (not al

Re: SSL client authentication

2008-01-06 Thread Filip Hanik - Dev Lists
set clientAuth="want" you still may have to do some mucking around in the realm code to be able to do both in a prioritized order Filip Dave wrote: Hi, I need some help on SSL client authentication. If a user has digital certificate installed on his/her machine, we like to authenticate

Re: mod_jk "Busyness" algorithm and Node Health Check

2008-01-06 Thread Rainer Jung
Hi Mohan, Mohan2005 schrieb: Dear All; If I am not wrong, the "Busyness" algorithm routes requests to workers by checking their "Health" What criteria constitutes as a "nodes" "Health" and if so, How is it determined (using the native JVM or else ) All balancing methods of mod_jk share comm

Re: tag file recursivity problem

2008-01-06 Thread Lucas Galfaso
Hi, This is a known issue is Tomcat 6.0.14, it was reported using http://issues.apache.org/bugzilla/show_bug.cgi?id=42693 and it is fixed in the trunk. Regards, lg On Jan 6, 2008 1:50 PM, Jair da Silva Ferreira Jr <[EMAIL PROTECTED]> wrote: > Hi, > I am experiencing a problem with recursi

RE: clarification of server.xml settings for AJP 1.3 Thread Limit

2008-01-06 Thread Mohan2005
Thanks David, yes we experimented with JKumount in apache config, and it works fine. the issue was we had a lot of paths to be set, but were able to get away with the * character. may be the issue of sending all that static page traffic over the AJP13 (mod_jk) AKA load-balancer was the imminent sm

mod_jk "Busyness" algorithm and Node Health Check

2008-01-06 Thread Mohan2005
Dear All; If I am not wrong, the "Busyness" algorithm routes requests to workers by checking their "Health" What criteria constitutes as a "nodes" "Health" and if so, How is it determined (using the native JVM or else ) Thanks you Regards Mohan -- View this message in context: http://www.nab

tag file recursivity problem

2008-01-06 Thread Jair da Silva Ferreira Jr
Hi, I am experiencing a problem with recursivity in tag files in tomcat 6.0.14. I developed a simple tag file to show you the problem. Here is my tag file: <%@ tag body-content="empty" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c"%> <%@ taglib prefix="t" tagdir="/WEB-I

SSL client authentication

2008-01-06 Thread Dave
Hi, I need some help on SSL client authentication. If a user has digital certificate installed on his/her machine, we like to authenticate the user using digital certificate, otherwise using username/password. When I set clientAuth="true" in server.xml, open IE to the server URL (h