Re: Where does it look for configuration files?

2002-09-03 Thread John C. Turnbull
- Original Message - From: John C. Turnbull [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 03, 2002 5:04 AM Subject: Where does it look for configuration files? When I use DOMConfigurator.configure(filename), what rules does it follow to look for filename?

RE: Where does it look for configuration files?

2002-09-03 Thread Thomas Muller
| Specifically I would like to know where it looks for the file when only a | file name (and not a full path) is specified like john.txt instead of | C:\john.txt. Probably current user directory (see System.getProperty( user.dir ) ). -- Thomas

RE: Where does it look for configuration files?

2002-09-03 Thread Ebersole, Steven
implement the Configurator interface. |-Original Message- |From: John C. Turnbull [mailto:[EMAIL PROTECTED]] |Sent: Tuesday, September 03, 2002 1:45 AM |To: Log4J Users List |Subject: Re: Where does it look for configuration files? | | |- Original Message