Thanks for the previous reply, but I checked the server.xml and made sure that my 
application has a logger element identified as:

        <Context path="/myapp" docBase="myapp"
                debug="5" reloadable="true" crossContext="true">
        <Logger className="org.apache.catalina.logger.FileLogger"
                prefix="labtower_myapp_log." suffix=".txt"
                timestamp="true"/>
         ...
       </Context>

and I can see all deferent logging messages such as the outcome from Log4j Logger, 
System.out.println(..) , exceptions printStackTrace(), etc.
EXCEPT the ServletContext.log(..) messages...
they are not in the catalina.out either!!!

it is not like the end of the world, but.... (you know the developer brain, it is 
stubborn)
Thanks again.

Reply via email to