I sent
out the note below and unfortunately received no reply. Is anyone running
Apache+Tomcat+mod_ssl with the port 80 server having a different document root
than the port 443 server? And with Tomcat sharing the same document root
with Apache? If so, would you kindly share your httpd.conf and server.xml
file with me? I am having no luck getting this to run.
Thanks.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 19, 2001 4:13 PM
To: [EMAIL PROTECTED]
Subject: Trouble configuring Tomcat/Apache for SSLI'm using the OpenSA Apache on Windows NT (because I can't get the version of Apache+mod_ssl that I built to work.) I have the following entries in httpd.conf:DocumentRoot "C:/Apache/htdocs/pub"<VirtualHost _default_:443># General setup for the virtual host
DocumentRoot "C:/Apache/htdocs/secure"
ServerName eurovan
ServerAdmin [EMAIL PROTECTED]
ErrorLog logs/ssl/error.log
TransferLog logs/ssl/access.logI put a dummy index.html into both of the above directories, and I can see the right ones on the corresponding port, so it looks like Apache is working properly. How, I also put a dummy jsp in both of the above directories, and the one in the pub directory shows up for http. However, for https, I'm not getting the one in secure, but instead I'm seeing the one in pub again. Here is my entry in server.xml:<Context path=""
docBase="c:/Apache/htdocs/pub"
crossContext="false"
debug="0"
reloadable="true" >
</Context>
<Host name="_default_:443" >
<Context path=""
docBase="c:/apache/htdocs/secure" />
What am I doing wrong?Guy Rouillier571-226-1229Domino Networks2950 Gallows RoadFalls Church, VA 22042
