James Richardson is out of the office.

2005-03-10 Thread James Richardson
I will be Out of the Office Start Date: 10/03/2005. End Date: 14/03/2005. I will respond to your message when I return. -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify

RE: Load balancing SSL sessions

2005-02-23 Thread James Richardson
On Feb 22, 2005, at 10:24 PM, Kelly Vista wrote: Hi - We are looking to deploy our app, running on Tomcat 5, soon and are exploring load balancing options. We are looking at H/W and S/W solutions, and I was wondering if anyone had any past experience/advice they would like to

RE: Sniffing loaclhost traffic for HHTP headers

2005-02-21 Thread James Richardson
Depending on why you want to do this, you might find this useful: Valve className=org.apache.catalina.valves.RequestDumperValve / Its normally commented out in the server.xml, simply uncomment to dump out the requests. Cheers James -Original Message- From: Marco Mastrocinque

RE: Restart-On-Failure for Tomcat?

2005-02-07 Thread James Richardson
-Original Message- From: Trond G. Ziarkowski [mailto:[EMAIL PROTECTED] Sent: 07 February 2005 07:57 To: tomcat-user@jakarta.apache.org Subject: Re: Restart-On-Failure for Tomcat? Hi! Someone mentioned on this list a while ago that Java Service Wrapper is capable of doing

Custom Socket Factory in 5.0.28

2005-01-10 Thread James Richardson
Hi, I'm playing around with P2PSockets and thought it might be fun to plug into tomcat. I've written a (very trivial) class to implement the ServerSocketFactory interface, but I'm not too sure how to make the Connector use it. I read of a Factory element that goes within a Context element, but