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 .
etLoggercommand, such like: > > > > public class InportGalleryContent extends SecureHttpServlet { > > static Logger log =Logger.getLogger(InportGalleryContent.class); > > > > However, when I try to access any of my servlets, the result is a > security > > acce

Re: java.security.AccessControlException

2008-02-19 Thread Martyn Hiemstra
=Logger.getLogger(InportGalleryContent.class); However, when I try to access any of my servlets, the result is a security access error (?), as if I didn't have permissions to write the file: java.security.AccessControlException: access denied (java

java.security.AccessControlException

2008-02-19 Thread yemeth .
result is a security access error (?), as if I didn't have permissions to write the file: java.security.AccessControlException: access denied (java.io.FilePermission /var/log/tomcat5/cosa.log write) java.security.AccessControlCon

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