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
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
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