Hi Markus, I'm not sure. I've installed Tomcat 6.0, the default installation, and don't know about APR. Googling for it I see it refers to Apache Portable Runtime.
When I look at the server.xml I find the following: <Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" /> So it looks like it does use APR but I'm not sure about it. If I comment this out and restart, it still doesn't work. R. On 5/23/07, Markus Schönhaber <[EMAIL PROTECTED]> wrote:
Roger Roger wrote: > I used the following connector: > <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true" > keystoreFile="C:\Tomcat\keystore\.keystore" > maxThreads="150" scheme="https" secure="true" > clientAuth="false" sslProtocol="TLS" /> > > I tried this with a keystore filename without the starting dot, but that > didn't change anything. Remember that this setup works with Tomcat 5.5. Just to exclude a frequent reason for problems like this: you're not using APR, are you? Because if you were using APR the above setup wouldn't help you at all wrt creating a HTTP Connector. Regards mks --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]