Hi Guys, I am setting up a Virtual Host in Tomcat, I've added the following entry in my server.xml file. <Host name="q5aims.net" debug="0" appBase="webapps" unpackWARs="true"> <Alias>www.q5aims.net</Alias> <Logger className="org.apache.catalina.logger.FileLogger" directory="logs" prefix="virtual_log1." suffix=".log" timestamp="true"/> <Context path="/q5aims_net" docBase="q5aims_net" debug="0" reloadable="true"/> </Host>
However, when I test the link, it says the page cannot be found. In the directory "q5aims_net" I have one doc, "index.html" Any ideas why this isn't working? Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]