When I have Apache configured to use virtual hosts, and one virtual host uses an app called 'pub' and the other virtual host uses an app called 'ssd', how do I configure catalina to run them both? In the server.xml file, can I just use to Engine sections in Service, with each Engine pointing to a different defaultHost and appBase, or do I need to define two separate Services using different port numbers? I couldn't really get either to work for me. Thanks, David
