I have a working Turbine application that I moved to another Tomcat environment (Tomcat 4.1.18). Everything seems to work normally except that almost all the logging output goes to Tomcat's stdout stream and ends up in catalina.out
scheduler.log and torque.log are created, but don't contain any output. The only 3 lines logged in turbine.log are those generated from the org.apache.stratum.component.ComponentLoader class. (See below)
2004-09-10 20:05:22,629 [main] INFO org.apache.stratum.component.ComponentLoader - loading component: name=torque class=org.apache.torque.Torque config=/var/tomcat4/webapps/LiveRegister/WEB-INF/conf/Torque.properties
2004-09-10 20:05:22,631 [main] DEBUG org.apache.stratum.component.ComponentLoader - attempting to load 'org.apache.torque.Torque' with the config file '/var/tomcat4/webapps/LiveRegister/WEB-INF/conf/Torque.properties'.
2004-09-10 20:05:22,900 [main] DEBUG org.apache.stratum.component.ComponentLoader - good news! org.apache.torque.Torque successfully configured and initialized
The log output of velocity seems to be working fine. (goes to velocity.log in the application's logs folder)
Also the output in catalina.out doesn't correspond to the pattern specified either. The lines look like :
[INFO] BaseServiceBroker - -Finish Initializing service (early): PullService
[INFO] BaseServiceBroker - -Start Initializing service (early): VelocityService
[INFO] BaseServiceBroker - -Finish Initializing service (early): VelocityService
[INFO] BaseServiceBroker - -Finished initializing all services!
( whereas the same lines when the application runs under the original TDK-2.3_01 tomcat container shows up as : )
2004-09-10 18:34:29,639 [main] INFO org.apache.turbine.services.BaseServiceBroker - Finish Initializing service (early): PullService
2004-09-10 18:34:29,642 [main] INFO org.apache.turbine.services.BaseServiceBroker - Start Initializing service (early): VelocityService
2004-09-10 18:34:29,643 [main] INFO org.apache.turbine.services.BaseServiceBroker - Finish Initializing service (early): VelocityService
2004-09-10 18:34:29,643 [main] INFO org.apache.turbine.services.BaseServiceBroker - Finished initializing all services!
Any clue as to what could be going on here ?
BK
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
