Re: Using Tomcat over NFS over multiple hosts, want to separate locations of directories

2006-02-09 Thread Mark Demma
have ONE conf/ directory mounted for multiple servers on one NFS mount. Yes, NFS is satan, etc etc... but it's what I've got to work with. Mark Demma Senior UNIX Systems Admin PlanetOut Inc. On 9 Feb 2006, at 21:02, Parsons Technical Services wrote: Just wanted to make sure yo

Re: Using Tomcat over NFS over multiple hosts, want to separate locations of directories

2006-02-09 Thread Mark Demma
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 java version "1.5.0_06" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05) Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing) Mark Demma Senior UNIX Systems Admin PlanetOut Inc. On 9 Feb 2006, at 19:4

Re: Using Tomcat over NFS over multiple hosts, want to separate locations of directories

2006-02-09 Thread Mark Demma
and resources that must be shared across all web applications * webapps - Automatically loaded web applications * work - Temporary working directories for web applications * temp - Directory used by the JVM for temporary files (java.io.tmp So why is it acting as if it can't find any libraries? M

Re: Using Tomcat over NFS over multiple hosts, want to separate locations of directories

2006-02-09 Thread Mark Demma
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanx for the hints... what I still can't figure out is how to put the /conf/ directory in CATALINA_HOME instead of CATALINA_BASE or at least configure where it looks for it... Mark Demma Senior UNIX Systems Admin PlanetOut Inc.

Using Tomcat over NFS over multiple hosts, want to separate locations of directories

2006-02-08 Thread Mark Demma
Hello folksI am currently trying to convert from Resin Pro 3.0.17 to Tomcat 5.5.  We have several Solaris 9 machines and we generally place applications in a NFS mounted "/usr/dist/" directory, which is RO for the web application servers.  I have a local link, /usr/resin -> /usr/dist/pkgs/resinwhic