Did you place JkMount statements inside the ssl virtual host? Remember that JkMount statements are in relation to the virtual host in which they are placed. Any JkMount statements not in a specific host will only apply to the default virtual host. Therefore, the ssl host needs it's own JkMount statements. Otherwise, there isn't anything special you need to do to tomcat.
> -----Original Message----- > From: Andrew Judge [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 02, 2002 9:51 AM > To: Tomcat > Subject: SSL over apache > > > anyone know where a tutorial is on how to get SSL signed > certs to work over > apache and tomcat? I can get tomcat to work with apache > using mod_jk.so and > see the webpage on 8443, but when I go to > https://localhost/examples, it > states that examples can't be found. I assume it has to do > with the SSL > virtual host set at _default_ in httpd.conf. How would I get the SSL > virtual host to work on the tomcat portion? Any help much > appreciated. > > > Best regards, > > Andrew Judge > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
