Hi all,
I'm using log4j at Tomcat with servlets since 1 year and everything seems to run well.
Actually I have 4 WebApps deployed.
When I deploy the 5th WebApp, one of the other already open FileAppenders will get closed and the logging of this "old" WebApp runs into an "log4j:ERROR Attempted to append to closed appender named [emLogistics]." error.
This is a nice game - I deploy another new WebApp and then any other "old" WebApp FileAppender will automatically get closed...
It seems that max. 4 FileAppenders will stay open simultanously - is there any setting to do at log4j to increase the number of simult. open FileAppenders?
Kind regards
Uwe
I'm using log4j at Tomcat with servlets since 1 year and everything seems to run well.
Actually I have 4 WebApps deployed.
When I deploy the 5th WebApp, one of the other already open FileAppenders will get closed and the logging of this "old" WebApp runs into an "log4j:ERROR Attempted to append to closed appender named [emLogistics]." error.
This is a nice game - I deploy another new WebApp and then any other "old" WebApp FileAppender will automatically get closed...
It seems that max. 4 FileAppenders will stay open simultanously - is there any setting to do at log4j to increase the number of simult. open FileAppenders?
Kind regards
Uwe