It looks like from your first post you may have somehting wrong in your server.xml file. The "protocol="SSL"" in the last line of your Connector tag. Try removing that and see if that gets rid of the errors.
Nathan <Connector port="8443" maxHttpHeaderSize="8192" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" disableUploadTimeout="true" acceptCount="100" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" keystoreFile="/usr/share/tomcat5/tomcat.keystore" keystorePass="thepassword" protocol="SSL" algorithm="ibmX509" /> -----Original Message----- From: Dario Hernan [mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ] Sent: Thursday, August 09, 2007 12:55 PM To: Tomcat Users List Subject: Re: Problems with SSL [EMAIL PROTECTED] ~]# java -version java version "1.5.0" Java(TM) 2 Runtime Environment, Standard Edition (build pxi32dev-20070201 (SR4)) IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux x86-32 j9vmxi3223-20070201 (JIT enabled) J9VM - 20070131_11312_lHdSMR JIT - 20070109_1805ifx1_r8 GC - 200701_09) JCL - 20070126 On 8/9/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: Dario Hernan [mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ] > > Subject: Re: Problems with SSL > > > > echo $PATH > > /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin: > > /sbin:/bin:/usr/sbin:/usr/bin:/root/bin > > That tells us nothing. > > > echo JAVA_HOME > > That should be: > echo $JAVA_HOME > > Also do: > > java -version > > as previously requested, just to be sure. You could also try > deinstalling the GNU version, just to be safe. > > - Chuck > > > THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE > PROPRIETARY MATERIAL and is thus for use only by the intended > recipient. If you received this in error, please contact the sender > and delete the e-mail and its attachments from all computers. > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, > e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >