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

2006-02-09 Thread Caldarale, Charles R
> From: Mark Demma [mailto:[EMAIL PROTECTED] > Subject: Re: Using Tomcat over NFS over multiple hosts, want > to separate locations of directories > > I can't for the life of me find anywhere that you can tell tomcat > that it should look for it's whole [EMAIL PR

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

2006-02-09 Thread Mark Demma
<[EMAIL PROTECTED]> To: "Tomcat Users List" Cc: "Parsons Technical Services" <[EMAIL PROTECTED]> Sent: Thursday, February 09, 2006 11:02 PM Subject: Re: Using Tomcat over NFS over multiple hosts, want to separate locations of directories -BEGIN PGP SIGN

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

2006-02-09 Thread Parsons Technical Services
"Mark Demma" <[EMAIL PROTECTED]> To: "Tomcat Users List" Cc: "Parsons Technical Services" <[EMAIL PROTECTED]> Sent: Thursday, February 09, 2006 11:02 PM Subject: Re: Using Tomcat over NFS over multiple hosts, want to separate locations of directories

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

2006-02-09 Thread Caldarale, Charles R
> From: Mark Demma [mailto:[EMAIL PROTECTED] > Subject: Re: Using Tomcat over NFS over multiple hosts, want > to separate locations of directories > > the problem is that anything I put into webapps barfs with the > following, looking like it can't find any of it'

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

2006-02-09 Thread Mark Demma
9, Parsons Technical Services wrote: What version of java are you running? - Original Message - From: "Mark Demma" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, February 09, 2006 10:38 PM Subject: Re: Using Tomcat over NFS over multiple ho

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

2006-02-09 Thread Parsons Technical Services
What version of java are you running? - Original Message - From: "Mark Demma" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, February 09, 2006 10:38 PM Subject: Re: Using Tomcat over NFS over multiple hosts, want to separate locations of dire

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 Well, I got tomcat running via NFS with these variables starting up: (where /usr/dist/pkgs/... is a NFS mounted RO directory) JAVA_HOME=/usr/dist/pkgs/java CATALINA_BASE=/usr/local/tomcat CATALINA_HOME=/usr/dist/pkgs/tomcat LOG_HOME=/usr/local/log

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. On 9 Feb

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

2006-02-09 Thread abdurrahman sahin
you may try to manually run tomcat via a script, that may help you to assign tomcat variables seperately i run tomcat via a script (guistart.sh) containing that CATALINA_HOME=$ARGELA_RUN_HOME/SANE_GUI_WEB/tomcat export CATALINA_HOME cd $CATALINA_HOME/bin java -Dcatalina.base=$CATALINA_HOME -Dcatal

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

2006-02-08 Thread Caldarale, Charles R
> From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] > Sent: 2006 February 08, Wednesday 23:06 > To: Tomcat Users List > Subject: RE: Using Tomcat over NFS over multiple hosts, want > to separate locations of directories > > You should probably take a long look at: >

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

2006-02-08 Thread Caldarale, Charles R
> From: Mark Demma [mailto:[EMAIL PROTECTED] > Subject: Using Tomcat over NFS over multiple hosts, want to > separate locations of directories > > the two main problems I run into is the inability to separate > the web app deploy path, i.e. where it LOOKS for the warfiles > and the expand path,