Hello all.
I currently have two configuration files: one for log4j and one for other properties. The other properties file includes key=value pairs for system information, such as the URL for finding EJBs (PROVIDER_URL = iiop://123.456.78.910:9000). I would like to combine the two files so that my application has all of its properties in one place. I looked at the code for PropertyConfigurator. It appears that the contents of the configuration file are loaded into a Properties object, and that log4j will ignore any properties it doesn't recognize. Is this safe?
Thanks,
Bob
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
