Custom logging system conflict with restoring sessions

2008-01-08 Thread Scott Sauyet
I'm not sure exactly what my question is other than Do you have any suggestions? :-( I'm using a custom extension to log4j's FileAppender. I need to configure this in a class that loads a separate properties file. It took me a while to figure a way to do this so that my configuration

Re: Custom logging system conflict with restoring sessions

2008-01-08 Thread Nick Heudecker
Do you mean if a Wicket component exists in a user's session between app server restarts? On Jan 8, 2008 3:10 PM, Scott Sauyet [EMAIL PROTECTED] wrote: I'm not sure exactly what my question is other than Do you have any suggestions? :-( I'm using a custom extension to log4j's FileAppender.

Re: Custom logging system conflict with restoring sessions

2008-01-08 Thread Scott Sauyet
Exactly. I do want to allow that. And until this issue that was never a problem. I could restart the server and continue where I was in the application. But I think I would sacrifice that if I could for my logging issue. -- Scott Nick Heudecker wrote: Do you mean if a Wicket component