Re: Problem with HA-JDBC and Tomat-6

2010-08-31 Thread Torsten Werner
Hi Tony, Am 31.08.2010 15:27, schrieb tony mancill: > On 08/31/2010 06:08 AM, Torsten Werner wrote: >> that is wrong. The $HOME of the tomcat6 user should be owned by >> tomcat6:tomcat6 instead of root:root. > > I'm not sure sure making /usr/share/tomcat6 writable by the tomcat6 user > will solve

Re: Problem with HA-JDBC and Tomat-6

2010-08-31 Thread tony mancill
On 08/31/2010 06:08 AM, Torsten Werner wrote: > Hi David, > > Am 31.08.2010 11:55, schrieb David Goodenough: >> But with the Debian Tomcat6, user.home points at /usr/share/tomcat6 >> which is not writable by the tomcat6 user. > > that is wrong. The $HOME of the tomcat6 user should be owned by > t

Re: Problem with HA-JDBC and Tomat-6

2010-08-31 Thread Torsten Werner
Hi David, Am 31.08.2010 11:55, schrieb David Goodenough: > But with the Debian Tomcat6, user.home points at /usr/share/tomcat6 > which is not writable by the tomcat6 user. that is wrong. The $HOME of the tomcat6 user should be owned by tomcat6:tomcat6 instead of root:root. > What is the correct

Problem with HA-JDBC and Tomat-6

2010-08-31 Thread David Goodenough
I have an application running under Tomcat-6 (on a sid system with Sun Java-6) which uses the java.util.prefs.FileSystemPreferences class. This class assumes it can write to user.home, and in particular that it can create a directory called .java and create a file .userPrefs inside it. But with