Hi

I'm using the following connector definition in 4.1.27. Same works well in 4.1.24.

<Connector className="org.apache.coyote.tomcat4.CoyoteConnector" port="8443" minProcessors="5" maxProcessors="75"

enableLookups="true" acceptCount="100" debug="0" scheme="https" secure="true"

useURIValidationHack="false" disableUploadTimeout="true">

<Factory className="org.apache.coyote.tomcat4.CoyoteServerSocketFactory"  keystoreFile="keystore_location_which_is_generated_from_keytool"

keystorePass="changeit" clientAuth="false" protocol="TLS" />

</Connector>

Could you provide some leads?

thanks,

Naresh

-----Original Message-----
From: Yuriy Stul [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 29, 2003 6:28 PM
To: Agarwal, Naresh
Cc: [EMAIL PROTECTED]
Subject: RE: ssl problem with Tomcat 4.1.27

No problem with SLL in 4.1.27 version,
we use 4.1.27 version and SSL.
-----Original Message-----
From: Agarwal, Naresh [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 28, 2003 5:11 PM
To: [EMAIL PROTECTED]
Subject: ssl problem with Tomcat 4.1.27

Hi
 
I successfully configured Tomcat 4.1.24 (using JDK 1.3) for SSL using keystore generated by keytool and used my
webapp over HTTPS.
 
However, when I did the same for Tomcat 4.1.27, I could access my webapp over HTTPS only twice,
but after this, I'm getting the following error:
 
[ERROR] Http11Protocol - -Error reading request, ignored <org.apache.commons.log
ging.LogConfigurationException: org.apache.commons.logging.LogConfigurationExcep
tion: org.apache.commons.logging.LogConfigurationException: Class org.apache.com
mons.logging.impl.SimpleLog does not implement Log>org.apache.commons.logging.Lo
gConfigurationException: org.apache.commons.logging.LogConfigurationException: o
rg.apache.commons.logging.LogConfigurationException: Class org.apache.commons.lo
gging.impl.SimpleLog does not implement Log
        at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactory
Impl.java:532)
        at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactory
Impl.java:272)
        at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactory
Impl.java:246)
        at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:395)
        at org.apache.tomcat.util.net.jsse.JSSESupport.<init>(JSSESupport.java:8
7)
        at org.apache.tomcat.util.net.jsse.JSSE13Factory.getSSLSupport(JSSE13Fac
tory.java:84)
        at org.apache.tomcat.util.net.jsse.JSSEImplementation.getSSLSupport(JSSE
Implementation.java:118)
        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
ssConnection(Http11Protocol.java:385)
        at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java
:565)
        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
ool.java:619)
        at java.lang.Thread.run(Thread.java:479)
 
Is there any problem with 4.1.27 version?
 
thanks,
Naresh
 
 
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to