You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Kai Schliemann <k....@comundus.com> on 2003/09/10 10:26:13 UTC

SSL Apache/Tomcat encrypting a subdirectory

Hello list,

I have the following problem:

I'm running Apache 1.3.27 on Suse Linux 8.2 (Server 1) and Tomcat 4.1.24 on
Suse Linux 8.2 (Server 2).
I'm using mod_jk as connector for Apache/Tomcat which works fine without
SSL-configuration.

My JAVA-Webapp is running on Tomcat (Server 2).
I can connect to my JAVA-Webapp through the URL http://www.foo.com/.
Now I want a subdirectory (online) of this webapp to run in ssl-mode (e.g.
https://www.foo.com/online/).
I just want the directory "online" (and all of its subdirectories) to be
ssl-encrypted not the complete domain "www.foo.com".

How can I do that?

Thanks in advance.

Kai