Re: Apache 2.x/Tomcat 4.1.x/jk2 & SSL

2004-09-22 Thread Steve Forsyth
are you using virtual hosts? one single host under localhost? On Wed, 22 Sep 2004, Steve Forsyth wrote: > Date: Wed, 22 Sep 2004 15:25:26 -0700 > From: Steve Forsyth <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subje

Re: Apache 2.x/Tomcat 4.1.x/jk2 & SSL

2004-09-22 Thread Cary Conover
Steve, If you could send me your tomcat config files and httpd.conf file I could take a look to see what might be a miss. Cary Steve Forsyth <[EMAIL PROTECTED]> wrote: Hi all, I have had everything working between Apache/Tomcat/jk2 for quite a while. Well, now we need to add SSL support. So

Re: Apache 2.x/Tomcat 4.1.x/jk2 & SSL

2004-09-22 Thread Alex
rs List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Apache 2.x/Tomcat 4.1.x/jk2 & SSL > > Hi all, > > I have had everything working between Apache/Tomcat/jk2 for quite a > while. Well, now we need to add SSL support. So, I setup Apache for > SSL support and i

Apache 2.x/Tomcat 4.1.x/jk2 & SSL

2004-09-22 Thread Steve Forsyth
Hi all, I have had everything working between Apache/Tomcat/jk2 for quite a while. Well, now we need to add SSL support. So, I setup Apache for SSL support and it's working. BUT... it seems that I'm missing something in the connector telling Apache that ssl as well as ssl requests should be sen

Apache 2 + Tomcat 4.1 + JK2 & SSL !

2003-07-16 Thread Ruchi Dayal
Hello: I am trying to configure the following: 1) Apache 2.x as the HTTP server. 2) Tomcat 4.1.x as the Servlet/JSP container. 3) JK/JK2 to make Apache and Tomcat talk to each other. 4) Apache should be able to serve secured pages via SSL. Obviously, without luck so far! Any pointers would be h

RE: Apache, JK2, SSL and "channel.jni:jni": Wrong request scheme

2002-12-04 Thread Fenlason, Josh
]] Sent: Wednesday, December 04, 2002 10:52 AM To: Tomcat Users List Subject: Apache, JK2, SSL and "channel.jni:jni": Wrong request scheme Hello, I use Apache 2.0, Tomcat 4.1.12 with JK2 connector configured on "channel.jni:jni" mode. Regardless of which scheme used in web-b

Apache, JK2, SSL and "channel.jni:jni": Wrong request scheme

2002-12-04 Thread Slava Kudinov
Hello, I use Apache 2.0, Tomcat 4.1.12 with JK2 connector configured on "channel.jni:jni" mode. Regardless of which scheme used in web-browser http or https, request.getScheme() always returns "http". Of course, I can perform secure context check based on request.getServerPort() but this solution

jk2 + SSL

2002-11-25 Thread Alex Fritze
Hi, I'm running Apache 1.3 with mod_ssl/Tomcat 4.1/JK2 and I'd like to get SSL access to some of my webapps. This is my workers2.properties: - [shm] file=/usr/local/httpd/logs/shm.file size=1048576 [channel.socket:localhost:8009] port=8009 host=127.0.0.1 [aj