I would expect that the following context settings, within server.xml, would
give me log specific (ie; localhost_xyz_log........) entries when servlets
running in that particular context (/xyz) are run, but it doesn't:
<!-- awm Context -->
<Context path="/xyz" docBase="xyz" debug="0" reloadable="true">
<Logger className="org.apache.catalina.logger.FileLogger"
prefix="localhost_xyz_log." suffix=".txt" timestamp="true"/>
</Context>
It seemed to work fine with TC4b1. Any suggestions?
Thank You,
Anthony