Hello I try to switch to commons-logging using Turbine2.2/Torque3.0/commons-logging-1.0.2/Tomcat4.01(Tomcat 4.1) /JDK1.4.2 as a preparation before going to Turbine 2.3. Directly going to T2.3 needs to much changes ...
Setting the path to the log4j.properties file in the turbineResources.properties does not work. The initialization of the logging system starts before turbine gets any chance to initialize the logging system properly. The only way I found was to add log4j.properties to /WEB-INF/classes (and adding that path to the classpath when running from eclipse). But that does only work if Tomcat doesn�t find any SESSION.ser files in its working directory. If it finds one, it tries to initialize the logging system before the classpath of turbine is added. So I have now to delete all SESSION.ser files before I can start Tomcat. :-( Has anybody got that configuration running with commons-logging or is the only way to switch to turbine2.3 ? Thanks for any hints Uwe Schmidt [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
