The below virtual host was added to the tomcat5.0 and 5.5 server.xml file. There is an index.html page in the directory specified by the appBase. Hitting www.hanaden.com gives a blank page and no entry in any log file. Entries/xml files in the Catalina/www.hanaden.com directory seem to be picked up. Any idea why the root context is always returning a blank page and not even logging the access?

Thanks,

FYI: yes it was run without having the host commented out.

<!--Host name="www.hanaden.com" debug="0" appBase="/opt/webdomains/www.hanaden.com"
unpackWARs="false" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">


<Valve className="org.apache.catalina.valves.AccessLogValve"
directory="logs" prefix="hanaden.com_access_log." suffix=".txt"
pattern="common" resolveHosts="false"/>


<Logger className="org.apache.catalina.logger.FileLogger"
directory="logs" prefix="hanaden.com_log." suffix=".txt"
timestamp="true"/>
</Host-->


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to