IllegalArgumentException using file://

2003-01-27 Thread Christophe Sebille
Hi, I've got an exception using Struts ImageTag. It sends a java.lang.IllegalArgumentException in org.apache.catalina.connector.HttpResponseBase. I've declared this tag : html:imge src=file://I:/applications//myimage.gifproperty=ok / It seems Tomcat doesn't like this in the

Not retrieving home made trusted certificates

2003-01-09 Thread Christophe Sebille
Hi, The aim is to use a server ( Tomcat ) to authenticate web users thanks to their certificate. I've imported with keytool trusted certificates made by OpenSsl when Iuse -list option I have for each certificate a 'trustedCertEntry' indication ( the CA certificate have been imported with

[ Resolved ] Not retrieving home made trusted certificates

2003-01-09 Thread Christophe Sebille
To add the home-made CaCertificate I used keytool without specifying the cacerts file from %JRE%\lid\security directory so keytool added it to %USER_PROFILE%\.keystore and Tomcat use this file to retrieve keys and not cacerts. Adding explicitly the filename to cacerts, it works

Retrieving certificates with Apache - Tomcat connectors

2002-12-20 Thread Christophe Sebille
Hi, I'd like like to know the state of implementation for both connectors JK2 and mod_webapp about the fact of passing SSL Certificate from Apache to Tomcat. I've seen in JK2 documentation that it was a missing feature and for mod_webapp that it wasn't fully implemented. As my information