Howdy, >there is mention of configuring logging.properties in JRE 1.4.x's lib >directory. Which would be for java.util.logging, not commons-logging. >So configuring commons-logging is the preferred way? > >Where would I place the commons-logging config file? In /common/classes
Yes, commons-logging is the preferred way. You would place the commons-logging configuration in the same repository as commons-logging-api.jar or commons-logging.jar. (In the /classes, not /lib, part of the repository). So if you have commons-logging.jar in common/lib, you would place the configuration file on common/classes. Placing it in the same repository is not strictly required, but is probably the least confusing of the alternative approaches. Yoav Shapira This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
