RE: config log4j to print to console from applet and logfile from servlet --- Please HELP!

2002-06-07 Thread Daling Xu
out permission, that is). So, have a config file for your server and a seperate one that gets deployed with your applet (which makes sense anyway, right?) hope that helps (and works) -Original Message- From: Daling Xu [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 2:58 PM To: Log4

config log4j to print to console from applet and logfile from servlet --- Please HELP!

2002-06-06 Thread Daling Xu
Hi, All I posted a message here two days ago, but nobody replied :( Please take a look at this, any help will be warmly appreciated. I am considering using log4j in my project, which is a web-application. I used j2sdk1.4, servlet 2.3 , java plug in 1.4, and log4j 1.2.3. When I use log4j to log

java.security.AccessControlException when use log4j in applet

2002-06-05 Thread Daling Xu
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 both the console or a file in the server side. But