RE: Error when shutting down Tomcat

2008-01-11 Thread Jim Brikman (ybrikman)
shutdown command when tomcat has finished starting up. Jim Brikman (ybrikman) a écrit : If I start Tomcat and let it run for ~30 seconds (ie, let my webapp load completely), I can shut it down without any errors. However, if I start Tomcat and very shortly after try to shut it down again (before

Error when shutting down Tomcat

2008-01-10 Thread Jim Brikman (ybrikman)
If I start Tomcat and let it run for ~30 seconds (ie, let my webapp load completely), I can shut it down without any errors. However, if I start Tomcat and very shortly after try to shut it down again (before my webapp has finished loading), I get the following error in the logs: : : Oct 26 2007

RE: Tomcat 6 UTF-8 GET and POST - please Help..

2008-01-10 Thread Jim Brikman (ybrikman)
I found this guide to be very helpful in getting Tomcat to work with UTF-8: http://cagan327.blogspot.com/2006/05/utf-8-encoding-fix-tomcat-jsp-etc.html . It includes the filter code as well as other possible gotchas. It is indeed a bit of a painful process and it would be nice if it could be

RE: Tomcat + HttpClient + SSL + tcnative-1.dll issues?

2008-01-07 Thread Jim Brikman (ybrikman)
Good find Mark! It definitely does sound like the issue you linked. We'll try building the code ourselves and see if it takes care of the issue. Thanks, Jim -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Friday, January 04, 2008 5:39 PM To: Tomcat Users List

RE: Apache Portable Runtime and Tomcat?

2008-01-04 Thread Jim Brikman (ybrikman)
script of the most recent version is 1.1.12 is broken (see mail on this list today), but the library code is fine. Regards, Rainer Jim Brikman (ybrikman) schrieb: The User Guide for the Apache Portable Runtime with Tomcat (http://tomcat.apache.org/tomcat-5.5-doc/apr.html) states the following

Apache Portable Runtime and Tomcat?

2008-01-04 Thread Jim Brikman (ybrikman)
The User Guide for the Apache Portable Runtime with Tomcat ( http://tomcat.apache.org/tomcat-5.5-doc/apr.html) states the following: Windows binaries are provided for tcnative-1, which is a statically compiled .dll which includes OpenSSL and APR. It can be downloaded from here

Tomcat + HttpClient + SSL + tcnative-1.dll issues?

2008-01-02 Thread Jim Brikman (ybrikman)
Are there any known issues when using the Apache HttpClient to send https requests to Tomcat running with tcnative-1.dll? Perhaps different SSL stacks causing issues? The issue we are seeing is duplicate messages: our HttpClient sends just one copy of the message (an https request), but on the

Duplicate messages?

2007-12-18 Thread Jim Brikman (ybrikman)
Overview of the problem: * We have a client computer named C and a server running Tomcat 5.5.23 called S * Every now and then, C makes a SINGLE https request to S * For some reason, the Tomcat access logs on S will sometimes show the https request TWICE So, we're trying to figure out why we're