I am getting the following message in our logs:
=== SmartClient Init: log4j.isc.config.xml not found in CLASSPATH. Assuming log4j configuration for com.isomorphic is located in some other log4j configuration file.
If I take the sample log4j.isc.config.xml file and place it in my server's classpath then the message goes away and I see the Isomorphic log entries. A problem with this is that our server already uses log4j (& a corresponding log4j.xml config file). When I try just adding a category for com.isomorphic inside my current log4j.xml file I don't get any of the Isomorphic log entries.
Is there a way to get SmartClient to use my current log4j config file so that I don't have to duplicate all of my appenders into a second file?
=== SmartClient Init: log4j.isc.config.xml not found in CLASSPATH. Assuming log4j configuration for com.isomorphic is located in some other log4j configuration file.
If I take the sample log4j.isc.config.xml file and place it in my server's classpath then the message goes away and I see the Isomorphic log entries. A problem with this is that our server already uses log4j (& a corresponding log4j.xml config file). When I try just adding a category for com.isomorphic inside my current log4j.xml file I don't get any of the Isomorphic log entries.
Is there a way to get SmartClient to use my current log4j config file so that I don't have to duplicate all of my appenders into a second file?
Comment