Hi, I have 4 applications deployed on same weblogic server 8.1, the application deployed last is logging correctly i.e from all jave classes in the war file (servletcontextlistener, filters, actions, etc..) other 3 are only logging from ServletContextListener and Filters, until now I thought it was deployment problem of weblogic but seems to be something else and can't figure out what it is !!
I am implementing RepositorySelector through a ServletContextListener. I have posted the code in other post http://www.nabble.com/RepositorySelector-%2B-weblogic-8.1-sp6-tf3872539.html http://www.nabble.com/RepositorySelector-%2B-weblogic-8.1-sp6-tf3872539.html . Weblogic uses Log4j for internal logging too. Questions I have are -- Even though separate application specific log files are created and being updated.. Why is only last deployed application logging correctly? Why are previously deployed applications log show only log statements from ServletContextListener class and Filter Classes? thanks for any help. Sohan -- View this message in context: http://www.nabble.com/Last-deployed-application-Logs-correctly---application-specific-logging-tf3890671.html#a11029225 Sent from the Log4j - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
