|
I have a context with Cocoon setup as a sibling of a couple
of regular servlets. These servlets used to have their own log4j configuration
file before the Cocoon stuff was added, but now the log4j configuration file pointed to in the
web.xml is the one which was built for the Cocoon stuff. Now I don’t get any log output from the regular
servlets. For the Cocoon stuff, it works well. The only special thing about the old conf file was that it
had a com.foo logger. I added a logger with that name to the new conf file. Also, the old conf file was in properties form, the new one
is in XML. Any ideas? Thanks |
