Hello all! I'm trying to setup tomcat logging for the embedded tomcat used by tomcat-maven-plugin, but for some reason I'm unable to get it to work. Currently it is using configuration in <myapp>\target\tomcat. I first tried to modify the JRE logging.properties file with the example provided in tomcat logging page ( http://tomcat.apache.org/tomcat-6.0-doc/logging.html), but that resulted in ClassNotFound errors when looking for catalina.org.apache.juli.FileHandler. I then tried to change catalina.home and catalina.base by changing the plugin declaration in my pom file and point them to a full tomcat installation I have in my computer - which by the way logs fine with the config file provided in the tomcat page - but it didn't work also.
Is it possible to do it? Can someone point out what I might be missing? Regards, Gabriel S. MirĂ³
