SSL Apache/Tomcat encrypting a subdirectory

2003-09-11 Thread Francisco Vides Fernandez
Kai == Kai Schliemann [EMAIL PROTECTED] writes: I did something similar. I have an Apache serving static content, and Tomcat for Jsp and servlets. Tomcat is hidden behind a firewall, the webapp can only be seen through apache. So, to protect a directory with, you only have to configure a

SSL Apache/Tomcat encrypting a subdirectory

2003-09-10 Thread Kai Schliemann
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

SSL Apache/Tomcat encrypting a subdirectory

2003-09-10 Thread Kai Schliemann
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

Re: SSL Apache/Tomcat encrypting a subdirectory

2003-09-10 Thread Bill Barker
Easiest is probably to use a: security-constraint web-resource-collection web-resource-nameSSL area/web-resource-name url-pattern/online/*/url-pattern /web-resource-collection user-data-constraint transport-guaranteeINTEGRAL/transport-guarantee