Hello all
I have some problem with log4j.
I have web-application which worked in glassfish 2.1 and use log4j for logging.
I'm wrote own log4j appender for sending logs to jms queue (activemq).
for configuration log4j i use ServletContextListener.
This working fine, But when I redeploy web-applications I see follows errors, and problem is solved only when I restart the application server.
Listener:
Appender code:
log4j.properties:
what could be the problem? any idea?
Thanks advance.