Hello,

we've been using context + logger for redirecting "stdout-logs"
from different servlets to different folders in tomcat 5.0.*:

<Context docBase="axis" path="/axis" reloadable="true" swallowOutput="true">
<Logger className="org.apache.catalina.logger.FileLogger"
directory="logs/axis/" prefix="StdOut_axis_" suffix=".log"
timestamp="true"/>
</Context>

After upgrading to tomcat 6.*, this log redirects does not work anymore.
Has anyone a hint or a link to some information how this could be done in
Tomcat 6?

thanks, stefan


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to