Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » "official" way to initialize java.util.logging framework for servers?
"official" way to initialize java.util.logging framework for servers? [message #77323] Sat, 26 February 2005 14:39
Andreas Schildbach is currently offline Andreas SchildbachFriend
Messages: 70
Registered: July 2009
Member
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.
Previous Topic:EJB Tutorial for WTP
Next Topic:Tomcat Setup & Internal Browser
Goto Forum:
  


Current Time: Sat Oct 19 16:19:26 GMT 2024

Powered by FUDForum. Page generated in 0.03827 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top