Hi all, Can somebody help me in solving this?
Regards Binoy -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 05 August 2004 16:06 To: [EMAIL PROTECTED] Subject: RE: Problem with SSL configuration Hi, This is how my server.xml looks like <Connector port="8443" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" disableUploadTimeout="true" acceptCount="100" debug="0" scheme="https" secure="true"> <Factory className="org.apache.coyote.tomcat5.CoyoteConnector" clientAuth="false" sslProtocol="TLS" keystorePass = "binoy"/> </Connector> Binoy -----Original Message----- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 05 August 2004 14:27 To: Tomcat Users List Subject: RE: Problem with SSL configuration Hi, You don't have to quote the whole stack trace ;) Can you post your server.xml, as some attribute type is incorrect apparently? ;) Yoav Shapira Millennium Research Informatics >-----Original Message----- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Thursday, August 05, 2004 9:25 AM >To: [EMAIL PROTECTED] >Subject: Problem with SSL configuration > >Hi, > I have configured SSL with Tomcat, I get this error when starting >Tomcat > > 04-Aug-2004 17:16:55 org.apache.commons.digester.Digester endElement >SEVERE: End event threw exception >java.lang.IllegalArgumentException: argument type mismatch > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at> ... >Can somebody help me please? > > > This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
