Hi!
 
What's wrong with the following configuration tag in Server.xml
 
******************************************
<Host name="test02.vsetech.ru" debug="1" appBase="/var/webmet/test02"
            unpackWARs="false" autoDeploy="false">
 
        <!-- Logger shared by all Contexts related to this virtual host. -->
        <Logger className="org.apache.catalina.logger.FileLogger"
                directory="logs" prefix="test02.vsetech.ru_" suffix=".log"
                timestamp="true"/>
        <Context path="" docBase="" debug="0" reloadable="true"
crossContext="true">
        </Context>
 
      </Host>
******************************************
 
I have no test02* logs in /var/log/tomcat5 directory, only catalina* and
localhost* logs. Why?
 
Thanks.

Reply via email to