> From: Josh Gooding [mailto:josh.good...@gmail.com] > Subject: Just a few questions on my Tomcat Configuration > > I have tomcat running on a dedicated Windows server (this > is a web server).
Tomcat version? Always tell us that - we're not mind readers. > My /conf directory is not exactly the same as what it is > calling for (Approach #2). What's different? Again, we can't read your mind. Choice of the two approaches is up to you; some find it easier keeping <Context> elements inside each webapp (in META-INF/context.xml), some prefer to keep them separate from the webapp itself by placing them in conf/Catalina/[host]/[appName].xml. > Bind each virtual host to the corresponding sub-domain (not > a clue on how to do this) Use the sub-domain as the name attribute on the associated <Host>. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org