Re: java.security.AccessControlException

2008-02-19 Thread Jerome Curlier
Users List Sent: Tuesday, February 19, 2008 5:07:03 AM Subject: Re: java.security.AccessControlException Hi! no change, even if I chmod 777 such file, change its owner to tomcat5, group to nogroup (like the rest of logs) etc. That is why I am completely puzzled with this problem. thanks! On 19/0

Re: java.security.AccessControlException

2008-02-19 Thread yemeth .
Hi! no change, even if I chmod 777 such file, change its owner to tomcat5, group to nogroup (like the rest of logs) etc. That is why I am completely puzzled with this problem. thanks! On 19/02/2008, Martyn Hiemstra <[EMAIL PROTECTED]> wrote: > > What happens when you exeecute the following comma

Re: java.security.AccessControlException

2008-02-19 Thread Martyn Hiemstra
What happens when you exeecute the following command: touch /var/log/tomcat5/cosa.log Martyn Hi! I'm trying to port a complex website from Tomcat4 to Tomcat5, and log4j is the place where I've found most of the problems. In the specific sub-section from JAVA_HOME/ I have a web.xml file with the

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