"official" way to initialize java.util.logging framework for servers? [message #77323] |
Sat, 26 February 2005 09:39 |
Eclipse User |
|
|
|
Hello everyone,
what is the "official" way to initialize the java.util.logging framework
for application/servlet-containers like Tomcat?
In the past, I added
-Djava.util.logging.config.file=%CATALINA_BASE%/conf/logging .properties
to my VM parameters of Catalina (Tomcat) and placed the logging
configuration into conf.
With WTP, the conf directory seems unused because WTP manages its own
configurations. How can I configure logging?
Regards,
Andreas
p.s.: unlike some other developers, I see the logging as an aspect that
should be maintained by the container. I will not include logging
configuration & initialization with my application itself, because then
the deployer has no influence on where to log, what to log, and what
file format to use.
|
|
|
Powered by
FUDForum. Page generated in 0.03047 seconds