Roger Roger wrote: > 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.
Yep. > 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. Don't comment the Listener! It doesn't turn on APR but simply logs useful information about whether or not APR is used. Look into the log files to see whether or not Tomcat has found tcnative-1.dll which is needed to use APR functionality. If you're indeed using APR and did a "default installation" as you say above, you'll propably find tcnative-1.dll in Tomcat's bin/ directory. If this is the case, move the DLL out of the way to make Tomcat use the pure Java implementation of the HTTP(S) Connectors. 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]