Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

util.logging : need help in changing the system property

617904Jan 31 2008 — edited Feb 7 2008
In some oracle articles of logging i found the following.
" You can override the global values by editing this file, but I don't recommend changing Java's global defaults. It's better to make changes locally by setting the java.util.logging.config.file system property to point at a properties file of your own choosing like this:
java -Djava.util.logging.config.file=mylogging.properties Main

".

Okay i will write my own logger properties file.
then Where can i place my own properties file in the project folder of jDEV10.1.3.3.?
is it under WEB-INF/lib/mylogging.properties?
And what exactly is this system property ?
And how/where to overwrite this?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 6 2008
Added on Jan 31 2008
5 comments
557 views