Re: Tomcat Permissions

2007-01-22 Thread Jacob Fenwick
Sorry about that, it didn't occur to me that this would go under the same thread. I don't know very much about email thread technology. Jacob Mark Thomas wrote: When starting a new thread (ie sending a message to the list about a new topic) please do not reply to an existing message and change

Re: Tomcat Permissions

2007-01-19 Thread Mark Thomas
When starting a new thread (ie sending a message to the list about a new topic) please do not reply to an existing message and change the subject line. To many of the list archiving services and mail clients used by list subscribers this makes your new message appear as part of the old thread. Thi

Tomcat Permissions

2007-01-19 Thread Jacob Fenwick
I'm having trouble creating a file in Java through Tomcat. I'm using Tomcat5.5 on Ubuntu 6.10. I'm trying to create a file from inside a servlet: File auditLogFile = new File(getInitParameter("audit.log")); When I get to this line, this is the error that is thrown: SEVERE: StandardWrap