Hi Yoav, I need to use the Engine element to host multiple separate domains. I have read the documentation, but my configuration doesn't work properly. Can you share a production Tomcat 4 server.xml file so that I can learn from it?
Thanks, Dave -----Original Message----- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Monday, November 08, 2004 5:25 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: Tomcat server.xml configuration Hi, >How is server.xml configured on a virtual private server (VPS) web host. > >Where should appBase point for the virtual hosts? That depends on what exactly you mean. There are a couple of ways to go about this. One is what you posted: an Engine element in server.xml with numerous Hosts. For this case each appBase should be the directory where the user for the host is putting their webapps. Another way is to use the user webapp feature, which lets you do things like http://a.b.com/~user1 and http://a.b.com/~user2 served out of user1 and user2's public_html directories respectively. There are other configuration options as well: see the Host config reference section titled User Web Applications at http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/host.html. For this case, the appBase doesn't matter much: leave it as Tomcat's default most likely. Yoav This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
