Tomcat 7 :: Tomcat-Native

2011-09-29 Thread Lunita
Hi all, I'm trying to set up APR SSL, and at catalina.out is: INFO: An older version 1.1.20 of the APR based Apache Tomcat Native library is installed, while Tomcat recommends a minimum version of 1.1.22 Sep 29, 2011 5:07:40 PM org.apache.catalina.core.AprLifecycleListener init INFO: Loaded APR

Re: Tomcat 7 :: Tomcat-Native

2011-09-29 Thread Lunita
/apr-1.4.2/ path to java.library.path, but not response. Greetings, 2011/9/29 Christopher Schultz ch...@christopherschultz.net -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lunita, On 9/29/2011 11:12 AM, Lunita wrote: I'm trying to set up APR SSL, and at catalina.out is: INFO

Re: SSL on Tomcat5

2011-05-11 Thread Lunita
/xWiki.cer (error:0906D06C:PEM routines:PEM_read_bio:no start line) Does Tomcat support .cer certificates o must be PEM? Strange thing is that the cert. file is .cer, but the error complains about PEM. Thanx in advance. 2011/5/10 Konstantin Kolinko knst.koli...@gmail.com 2011/5/10 Lunita

Re: SSL on Tomcat5

2011-05-11 Thread Lunita
of SSLCertificateFile and in this case both certificate and private key have to be in this file (NOT RECOMMENDED). On 11 May 2011 15:31, Lunita hoshi.uts...@gmail.com wrote: Hi again, I followed many docs, the Tomcat's official web was not clear enough for me. With SSLEngine=on I'm

SSL on Tomcat5

2011-05-10 Thread Lunita
Hi all! I amb trying to configure SSL for Tomcat Manager with APR. I have a weird problem, port 8443 is listening, but no HTTPS over there! 8080 and 8443 ports are open with HTTP I compiled tomcat native with this configure: --prefix=/opt/tomcat/ \ --with-apr=/opt/apr-1.4.2/ \ --with-ssl=/usr \