We are trying to have our errors (SYSTEM.ERR, SYSTEM.OUT) sent to web-app specific 
logs, instead of catalina.out.
We thought that the following would work, but seqreq_log_XXX only ends up with Java 
errors, everything else goes to catalina.out:
 <!-- Tomcat seqreq Context -->
        <Context path="/seqreq" docBase="seqreq" debug="0"
                 reloadable="true" crossContext="true" swallowOutput="true">
        <Logger className="org.apache.catalina.logger.FileLogger"
                   prefix="seqreq_log." suffix=".txt"
                 timestamp="true" verbosity="4"/>
        <Resources className="org.apache.naming.resources.FileDirContext"
                allowLinking="true"/>
        </Context>
Is there something else we need to modify?

Thanks,

Sarah




---------------------------------
With Yahoo! Mail you can get a bigger mailbox -- choose a size that fits your needs

Reply via email to