Re: java.security.AccessControlException when use log4j in applet

2006-04-24 Thread James Stauffer
You could use a socket appender to send the logs to the server. On 4/22/06, Swati Das <[EMAIL PROTECTED]> wrote: > Daling Xu sonexent.com> writes: > > > > > Hi, All > > > > I am considering using log4j in my project, which is a web-application. I > > used > > j2sdk1.4, servlet 2.3 and java plug i

Re: java.security.AccessControlException when use log4j in applet

2006-04-22 Thread Swati Das
Daling Xu sonexent.com> writes: > > Hi, All > > I am considering using log4j in my project, which is a web-application. I > used > j2sdk1.4, servlet 2.3 and java plug in 1.4, and log4j 1.2.3. When I use > log4j to log informations in the jsp or servlet, every thing is fine, I can > write to bo