History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QUARTZ-245
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Assignee: James House
Reporter: Den Orlov
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Quartz Scheduler

log4j.properties is specified instead of log4j.xml in clusterExample_*.bat

Created: 07/Sep/05 05:48 AM   Updated: 24/Dec/07 01:29 AM
Component/s: Example Programs
Affects Version/s: 1.4.5
Fix Version/s: 1.5


 Description  « Hide
log4j.properties is specified instead of log4j.xml in clusterExample_*.bat, but /examples/ folder contains log4.xml

 All   Comments   Change History      Sort Order:
Den Orlov - [07/Sep/05 06:06 AM ]
A! Seems that log4jConfigFile param don't work now.

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;

?

James House - [17/Sep/05 02:41 PM ]

The new examples and related scripts already takes care of this issue...