Hello,
I am creating a new application, and I would like to be able to add logging statements to my code that will run within the Tomcat container. This log, would be just for my web application code. Then I would like to also be able to have a log of this context. In that log I would like to see things like 'webapp restarted', etc. So basically 2 separate log files. I believe one can put a log4j.properties under classes for the application. But how do I get the log for the "context" that it is running in, and just direct the context logging information to that one? Any links, assistance? Thanks,