Related questions
Log4j vs Logback: concurrent writing to same log?
I have several web applications running on the same tomcat.
I have two questions:
1- By searching, I understood that when multiple applications are present, logging into the same file might make some problems. Is that the case for multiple …
Exception Handling in a Java Web Application
I am developing a medium size Java Web Application with Struts as MVC framework and simple JDBC at Data Access Layer. I have been searching for exception handling best practices in such an application. I have found several articles, some …
Good examples using java.util.logging
I want to use logs in my program. I heard about java.util.logging, but I don't know how to begin.
Are there any examples of what can I do with logging? How would I use logging in my own …