RE: RE: XML Fileupload > 8k with mod_jk

2006-07-05 Thread Holst, Martina
ate my server to a newer version. > > Thanks a lot! > > Regards, > > Thilko > > > -Urspr ngliche Nachricht- > Von: Holst, Martina [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 4. Juli 2006 17:27 > An: Tomcat Users List > Betreff: RE: XML Fileupload &g

RE: XML Fileupload > 8k with mod_jk

2006-07-04 Thread Holst, Martina
Hi Thilko, Which version of Tomcat 5.5 are you using? There is an InputBuffer bug in older versions that has been fixed in Tomcat 5.5.16, see http://issues.apache.org/bugzilla/show_bug.cgi?id=38346. Regards, Martina -Original Message- From: Thilko Richter [mailto:[EMAIL PROTECTED] Sen

RE: APR not found under Linux

2006-07-03 Thread Holst, Martina
2Bit. Another option would be to install 32-Bit versions of the needed libraries. Do you know if it is possible to install 32-Bit versions of the needed libraries in addition to the already present 64-Bit versions? Regards, --Stefan Holst, Martina wrote: > Hi Stefan, > > Looking at your

RE: APR not found under Linux

2006-06-30 Thread Holst, Martina
Hi Stefan, Looking at your library path: I think you are trying to use a 32bit Java JDK with 64-bit APR/OprnSSL libraries. Java does not find the 32-bit binaries it needs, hence the error message. Best regards, Martina -Original Message- From: Stefan Wachter [mailto:[EMAIL PROTECTED]

RE: Setting up SSL on Tomcat 5.5.17 - no response from Tomcat

2006-06-29 Thread Holst, Martina
Hi Eric, I may be mistaken but > keystoreFile="C:\Documents and Settings\Administrator\.keystore" > keystorePass="changeit" keystoreType="JKS" /> looks to me as if you are trying to configure a JSSE keystore. The error message referring to org.apache.tomcat.util.net.AprEndpoint suggests to me t