
|
If you were logged in you would be able to see more operations.
|
|
|
|
log4j.properties is specified instead of log4j.xml in clusterExample_*.bat, but /examples/ folder contains log4.xml
|
|
Description
|
log4j.properties is specified instead of log4j.xml in clusterExample_*.bat, but /examples/ folder contains log4.xml |
Show » |
|
ClusterTest.java:
// Configure Log4J
// org.apache.log4j.PropertyConfigurator.configure(System.getProperty("log4jConfigFile",
// "log4j.properties"));
May be add log4.xml right to the classpath in clusterExample_*.bat:
@SET QRTZ_CP=%QRTZ%\lib\commons-collections.jar;%QRTZ%\lib\commons-logging.jar;%QRTZ%\lib\commons-dbcp-1.1.jar;%QRTZ%\lib\commons-pool-1.1.jar;%QRTZ%\lib\log4j.jar;%QRTZ%\lib\jdbc2_0-stdext.jar;%QRTZ%\lib\quartz.jar;%QRTZ%\lib\examples.jar;%QRTZ%\examples\log4j.xml;
?