Re: Tomcat Native with Apr not initializing on 8443 with SSL

2009-11-27 Thread Mladen Turk
On 11/27/2009 07:37 AM, occup_hazard wrote: Hi all, I am running Ubuntu (Hardy), have tomcat5.5 installed for hardy repo, Apr 1.2.11 ( libapr1-dev), OpenSSL 0.9.8g (libssl-dev), tcnative 1.1.13, jsvc 1.0.2, openjdk-6-jdk and openjdk-6-jre. Now without SSL set ( not listening on 8443) in

Re: Tomcat Native with Apr not initializing on 8443 with SSL

2009-11-27 Thread occup_hazard
Nov 27 02:28:19 emr jsvc.exec[14439]: Nov 27, 2009 2:28:19 AM org.apache.coyote.http11.Http11AprProtocol init INFO: Initializing Coyote HTTP/1.1 on http-8080 Nov 27 03:27:07 emr jsvc.exec[14439]: Nov 27, 2009 3:27:07 AM org.apache.coyote.http11.Http11AprProtocol init INFO: Initializing Coyote

Re: Tomcat Native with Apr not initializing on 8443 with SSL

2009-11-27 Thread occup_hazard
I actually downloaded the apache-tomcat5.5.tar.gz and tried running the startup.sh with the same server.xml copied over to it..I works fine..( with out jsvc ), but i am trying to run it as daemon, so i guess jsvc is the only option.. Further more with jsvc, If i remove the SSLEngine=on form

Re: Tomcat Native with Apr not initializing on 8443 with SSL

2009-11-27 Thread Pid
On 27/11/2009 11:15, occup_hazard wrote: Nov 27 02:28:19 emr jsvc.exec[14439]: Nov 27, 2009 2:28:19 AM org.apache.coyote.http11.Http11AprProtocol init INFO: Initializing Coyote HTTP/1.1 on http-8080 Nov 27 03:27:07 emr jsvc.exec[14439]: Nov 27, 2009 3:27:07 AM

Re: Tomcat Native with Apr not initializing on 8443 with SSL

2009-11-27 Thread Alex Mestiashvili
occup_hazard wrote: Nov 27 02:28:19 emr jsvc.exec[14439]: Nov 27, 2009 2:28:19 AM org.apache.coyote.http11.Http11AprProtocol init INFO: Initializing Coyote HTTP/1.1 on http-8080 Nov 27 03:27:07 emr jsvc.exec[14439]: Nov 27, 2009 3:27:07 AM org.apache.coyote.http11.Http11AprProtocol init INFO:

Tomcat Native with Apr not initializing on 8443 with SSL

2009-11-26 Thread occup_hazard
Hi all, I am running Ubuntu (Hardy), have tomcat5.5 installed for hardy repo, Apr 1.2.11 ( libapr1-dev), OpenSSL 0.9.8g (libssl-dev), tcnative 1.1.13, jsvc 1.0.2, openjdk-6-jdk and openjdk-6-jre. Now without SSL set ( not listening on 8443) in server.xml, the tomcat server starts up fine. With