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

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:

Re: Fw: JAVAHOME

2006-05-03 Thread Jacob Fenwick
It should point to the location of your JDK. Examples: Windows: set JAVA_HOME=C:\sun-jdk-1.5.0.06 Linux: export JAVA_HOME=/opt/sun-jdk-1.5.0.06 Gustav Wiberg wrote: Hi there! Se down below. I get that fault when I try to run an ischolar application. It seems to be the JAVAHOME-variable