---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- A couple things: Are you sure that your mod_rewrite directives should be inside a <Location> directive? In my setup, I use them as server and virtual host directives, and I'm pretty sure that's where they belong. Your <Location "/usr/local/apache/htdocs"> directive most likely should be a <Directory "/usr/local/apache/htdocs"> directive instead. Where in httpd.conf do you include host.conf? You need to have a NameVirtualHost directive that specifies the IP address on which the virtual hosts listen. Your only such directive is commented out. To get SSL working properly with virtual hosts, you need to have each virtual host listen on its own port (or IP address). You don't seem to have any Listen directives. I don't think you have a JServ problem per se. I think your Apache configuration is the problem. If you send me your files as separate attachments to [EMAIL PROTECTED], I will try to help you get everything working. I have Apache + ApacheJServ + mod_ssl + GNUJSP working very smoothly on multiple virtual hosts, but the configuration needs to be fairly precise. Regards, .... Bob Kimble ([EMAIL PROTECTED]) -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Search Archives: <http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/> Problems?: [EMAIL PROTECTED]