tomcat6's home directory

2010-10-05 Thread Juan Carlos Afonso
Hello, My tomcat6 executes as a daemon and I need to know where is its home directory, because tomcat6 user executes a pg_dump command and it needs to find the .pgpass file. Thanks in advance.

Re: tomcat6's home directory

2010-10-05 Thread Konstantin Kolinko
2010/10/5 Juan Carlos Afonso jafo...@grafcan.com: Hello, My tomcat6 executes as a daemon and I need to know where is its home directory, because tomcat6 user executes a pg_dump command and it needs to find the .pgpass file. Thanks in advance. You mean System.getProperty(user.home); ?