> If so, that seems to explain how to make different zones exist on different > machines (I think) Wow, that is not what it says at all. In fact, it doesn't even give an example of different machines. > I'm hoping to use the same zone name (but as > separate zones) for two domains on the same machine. Here is what you want: in your httpd.conf: <VirtualHost www.domain1.com> ApJServMount /servlet /domain1 <VirtualHost> <VirtualHost www.domain2.com> ApJServMount /servlet /domain2 <VirtualHost> in your jserv.properties: zones=domain1,domain2 domain1.properties=/path/to/domain1.properties domain2.properties=/path/to/domain2.properties in your domain1.properties: repositories=/path/to/directory/with/servlets/class/files/domain1 in your domain1.properties: repositories=/path/to/directory/with/servlets/class/files/domain2 Please take the extra time to study that zones document. Things should be quite clear from that document on the general overview of how to do configuration for things. Also, read the Apache documentation. -jon ---------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] READ THE FAQ!!!! <http://java.apache.org/faq/> Archives and Other: <http://java.apache.org/main/mail.html/> Problems?: [EMAIL PROTECTED]