Hi Chris,

I have done all those configuration in my server.xml and it given below,

Do you have any idea about highlighted message showing up given in previous
post while trying to install tomcat-native-1.1.14.  

 <Connector 
                port="80" 
                connectionTimeout="20000" 
                redirectPort="443" 
                enableLookups="false" 
                acceptCount="100"
                bufferSize="8192" 
                maxThreads="750"  
                noCompressionUserAgents="gozilla, traviata"
                compression="force"
                useSendfile="false"
                compressableMimeType="text/html,
                text/xml,
                text/css,
                text/plain,
                text/javascript,
                application/javascript,
                application/x-javascript" />
                
    <Connector port="443" maxHttpHeaderSize="8192"
                        maxThreads="150"
                        enableLookups="false" disableUploadTimeout="true"
                        acceptCount="100" scheme="https" secure="true"
                        SSLEnabled="true" 
                        
SSLCertificateFile="${catalina.base}/conf/ssl/server.crt"
                        
SSLCertificateKeyFile="${catalina.base}/conf/ssl/server.key" />


Christopher Schultz-2 wrote:
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Vijay,
> 
> On 6/22/2009 3:14 PM, Jay M wrote:
>> I am trying to compile the tomcat-native-1.1.14 from Ubuntu, am getting
>> the
>> message
> 
> Any reason to use tomcat-native-1.1.14 instead of tomcat-native-1.1.16?
> 
>> When starting the Server i am getting the Log INFO that failed to start
>> SSLEngine.
>> 
>> Message shown below.
>> 
>> Jun 22, 2009 6:00:57 PM org.apache.catalina.core.AprLifecycleListener
>> init
>> INFO: Loaded APR based Apache Tomcat Native library 1.1.14.
>> Jun 22, 2009 6:00:57 PM org.apache.catalina.core.AprLifecycleListener
>> init
>> INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters
>> [false], random [true].
>> Jun 22, 2009 6:00:57 PM org.apache.catalina.core.AprLifecycleListener
>> lifecycleEvent
>> INFO: Failed to initialize the SSLEngine.
> 
> Perhaps you have not set up your keystore, etc. correctly.
> 
> You need a <Connector> like this:
> 
> <Connector
>            port="8443" minSpareThreads="5" maxSpareThreads="75"
>            enableLookups="true" disableUploadTimeout="true"
>            acceptCount="100"  maxThreads="200"
>            scheme="https" secure="true" SSLEnabled="true"
>            SSLCertificateFile="/usr/local/ssl/server.crt"
>            SSLCertificateKeyFile="/usr/local/ssl/server.pem"
>            clientAuth="false" sslProtocol="TLS"/>
> 
> See http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html for more info.
> 
> Please post your configuration if the above info doesn't help.
> 
> - -chris
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
> 
> iEYEARECAAYFAko/39IACgkQ9CaO5/Lv0PBErQCeMzyqRHm+oERUjieJnxYcHROh
> e6MAnAuanbrv4jJeANxcevFrU/e+1G+g
> =DVO+
> -----END PGP SIGNATURE-----
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/problem-with-tomcat-native-1.1.10-and-tomcat-6.0.14-tp15048117p24158614.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to