Hey everyone, Being a new sys-admin (moved up from help-desk...), I've been given the task to set up a Java dev server for our development department.
To begin, I've: Compiled Mod_SSL Compiled Apache 1.3.27 Installed JRE 1.3.1_05 Installed Tomcat 4.0.6 Now... my question comes as to virtual hosts mainly. Reading documentation on Tomcat 3.3 (I couldn't find much in lines of Tomcat 4) it defines virtual hosts in Apache as: # First Virtual Host. # <VirtualHost 10.0.0.1:80> DocumentRoot /web/host1 ServerName host1.apache.org JkMount /*.jsp ajp13 JkMount /servlet/* ajp13 </VirtualHost> <VirtualHost 10.0.0.2:80> DocumentRoot /web/host2 ServerName host2.apache.org JkMount /*.jsp ajp13 JkMount /servlet/* ajp13 </VirtualHost> I'm clear as to how to set up Apache, but not clear as to how to set up Tomcat's server.xml file to read those directories as separate sites. Also, I'm not clear what files need to be put where to get JSP's to work (having attempted to move the examples into a virtual host's examples directory). Any help on this would be a huge help. Curt LeCaptain -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
