When we deploy a war file containing smartclient, we get the following error message:
=== SmartClient Init: log4j.isc.config.xml not found in CLASSPATH. Assuming log4j configuration for com.isomorphic is located in some other log4j configuration file.
I have put the file log4j.isc.config.xml under WEB-INF/classes. Still getting this error message. How to prevent this?
File contents is empty (because we configure logging dynamically elsewhere).
=== SmartClient Init: log4j.isc.config.xml not found in CLASSPATH. Assuming log4j configuration for com.isomorphic is located in some other log4j configuration file.
I have put the file log4j.isc.config.xml under WEB-INF/classes. Still getting this error message. How to prevent this?
File contents is empty (because we configure logging dynamically elsewhere).
Comment