You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Anil Shinde <An...@xoriant.com> on 2002/10/01 18:31:19 UTC

mod_jk and SSL communication between Apache to Tomcat ....

Hello,

I have recently setup Tomcat 4.1.12 (for JDK 1.4) on solaris 8. I have
apache 2.0.42 which is build with openSSL and mod_jk compiled statically
into the binary. My standalone apache with SSL works great. I configured
Apache to talk to Tomcat with mod_jk lately, realised that Apache is able to
talk to Tomcat using mod_jk perfectly without any issues when I run Apache
on Port 80.

When I run Apache on SSL (443 port), I am not able to communicate to Tomcat
over SSL using mod_jk.
I dont want to use Tomcat's SSL Http connector.

I went thru the mod_jk documentation to figure out, what needs to be done,
but did not find any useful information.

Can someone please point me to right documentation or an advice.

Thanks !

-Anil

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: mod_jk and SSL communication between Apache to Tomcat ....

Posted by Matthew Hannigan <ml...@zip.com.au>.
On Tue, Oct 01, 2002 at 12:46:43PM -0500, Milt Epstein wrote:
> 
> It's probably a matter of putting the right jk directives in the right
> place in your apache httpd.conf file.  Maybe now you have them in the
> section that applies to the root server, and not to the SSL virtual
> host; you may have to repeat them there.

FWIW, with TC 4.0.4 and Apache 1.3.26, just having
the Jk* directives in the global bit in the httpd.conf
works for the SSL virtual host as well.


Matt

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: mod_jk and SSL communication between Apache to Tomcat ....

Posted by Milt Epstein <me...@uiuc.edu>.
On Tue, 1 Oct 2002, Anil Shinde wrote:

> Hello,
>
> I have recently setup Tomcat 4.1.12 (for JDK 1.4) on solaris 8. I
> have apache 2.0.42 which is build with openSSL and mod_jk compiled
> statically into the binary. My standalone apache with SSL works
> great. I configured Apache to talk to Tomcat with mod_jk lately,
> realised that Apache is able to talk to Tomcat using mod_jk
> perfectly without any issues when I run Apache on Port 80.
>
> When I run Apache on SSL (443 port), I am not able to communicate to
> Tomcat over SSL using mod_jk.  I dont want to use Tomcat's SSL Http
> connector.
>
> I went thru the mod_jk documentation to figure out, what needs to be
> done, but did not find any useful information.
>
> Can someone please point me to right documentation or an advice.

It's probably a matter of putting the right jk directives in the right
place in your apache httpd.conf file.  Maybe now you have them in the
section that applies to the root server, and not to the SSL virtual
host; you may have to repeat them there.

Milt Epstein
Research Programmer
Integration and Software Engineering (ISE)
Campus Information Technologies and Educational Services (CITES)
University of Illinois at Urbana-Champaign (UIUC)
mepstein@uiuc.edu


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>