In my output I have JUL logging messages from Jersey like this 03.12.2010 14:14:55 com.sun.jersey.api.core.PackagesResourceConfig init
We have started using a third party platform (GigaSpaces) that helps us with distributed computing. One of the major problems we are trying to solve now is how to manage our log files in this distribu
After stopping my web app, a significant amount of PermGen is not being released. The culprit seems to be the WebappClassLoader (in Tomcat, but it happens in Jetty too), which is kept in memory by ref
My app uses many libraries and I\'m using java.util.logging for logging. I\'d like to be able to set different logging levels for each library by doing开发者_StackOverflow社区 something like:
i use ubuntu 9.04 for testing platform. I have created a webapp that log a hardcoded string whenever someone visit index.jsp. I have enable SECURITY_MANAGER in /etc/init.d/tomcat6. And I have grant pe
I don´t like the output of the com.sun.enterprise.server.logging.UniformLogFormatter which might be uniform but not very helpful. So in a first step I just replaced it with t开发者_Go百科he java.util
I am placing a logging.properties in the WEB-INF/classes dir of tomcat I would like to log to two different files. For example: org.pkg1 goes to one file and org.pkg2 goes to a separate file.
In 3rd party jar logger exist this code. \'Logger.getLogger(\"net.java.ao\").log(Level.INFO, sql.toString());开发者_开发问答\'
I am a bit lost with java Logger private static Logger logger = Logger.getLogger("order.web.OrderManager");
I\'m using Tomcat 6, and this is my logging.properties: handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler