Hello I've just switched from TC4 to 5.0.18. I'm still in the process of picking up all the features.
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/deployer-howto.html#Cont ext descriptors explains the new context descriptors. I still don't quite get it. It says "...which would normally be found in the main server configuration file...". Well, does this mean I can (have to?) remove all my context descriptions from server.xml and place them into individual files? Or do I need both? Or?? What really concerns me: Each of my contexts has a FileLogger and a AccessLogValve defined. Hoever, at startup only the valve log is created. With TC4 each context's FileLogger log was created and contained entries saying that the context had successfully been loaded etc. Why is the log not created anymore? Also, one app uses the standard Java logging framework. All the log entries end up in catalina.out instead of the app's own context log. How to resolve this? Regards, Marcel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
