Hi, I'm using tomcat 3.2.1 with apache running in Window NT. I have configured to use mod_jk as the connector and ajp13. It works fine. I use Apache with SSL. Right now, if I use different common name for ssl server, it works fine. For example, I would use http://host1.myserver.com <http://host1.myserver.com> and https://host2.myserver.com <https://host2.myserver.com> . I created virtual host with SSL in apache and specify the following in server.xml: <Host name="host2.myserver.com"> <Context path="" docBase="d:/webapps/rootexample/secure_html"/> </Host> However, I want to use the same common name for both port 80 and 443. And I would like to have two separate directories storing http files (in public_html directory) and https files (secure_html). It does not work. It keeps looking the document root directory. Can anyone help me? Plus, where can I get server.dtd file? Thanks, Connie --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
