RE: tomcat6 still deleting XML files from Catalina/localhost when the system is booted

2011-03-28 Thread Robinson, Eric
> So are nfs mounts being used? If so, my guess is that the > mount isn't available when Tomcat starts which triggers the undeploy. > > Mark > Sadly, this turns out not to be the case. We modified the tomcat init script so that it waits for the NFS mount to be available before trying to start t

Re: tomcat6 still deleting XML files from Catalina/localhost when the system is booted [OT]

2011-03-24 Thread André Warnier
Jason Pyeron wrote: -Original Message- From: Jeffrey Janner Sent: Thursday, March 24, 2011 17:56 To: 'Tomcat Users List' Subject: RE: tomcat6 still deleting XML files from Catalina/localhost when the system is booted -Original Message- From: Robi

RE: tomcat6 still deleting XML files from Catalina/localhost when the system is booted [OT]

2011-03-24 Thread Jason Pyeron
> -Original Message- > From: Jeffrey Janner > Sent: Thursday, March 24, 2011 17:56 > To: 'Tomcat Users List' > Subject: RE: tomcat6 still deleting XML files from > Catalina/localhost when the system is booted > > > -Original Message- > &

RE: tomcat6 still deleting XML files from Catalina/localhost when the system is booted

2011-03-24 Thread Jeffrey Janner
> -Original Message- > From: Robinson, Eric [mailto:eric.robin...@psmnv.com] > The idea of having a loop in the script that waits for the directory to > be mounted sounds problematic to me. We have 75 instances of tomcat, so > 75 startup scripts. Even though they all start with S96, I assum

RE: tomcat6 still deleting XML files from Catalina/localhost when the system is booted

2011-03-23 Thread Robinson, Eric
> >> suppose that what you want to mount there, is the exported NFS > >> filesystem "server01:/some/exported/fs". If you place a > small file > >> "not.yet.mounted" inside of the /mnt/nfs01 local > directory, it will > >> be visible, as long as the mount has not yet really happened. > > > >

Re: tomcat6 still deleting XML files from Catalina/localhost when the system is booted

2011-03-23 Thread André Warnier
Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: tomcat6 still deleting XML files from Catalina/localhost when the system is booted Suppose one of your local system's mountpoints is "/mnt/nfs01", and suppose that what you want to moun

RE: tomcat6 still deleting XML files from Catalina/localhost when the system is booted

2011-03-23 Thread Caldarale, Charles R
> From: André Warnier [mailto:a...@ice-sa.com] > Subject: Re: tomcat6 still deleting XML files from Catalina/localhost when > the system is booted > Suppose one of your local system's mountpoints is "/mnt/nfs01", > and suppose that what you want to mount there, is

Re: tomcat6 still deleting XML files from Catalina/localhost when the system is booted

2011-03-23 Thread André Warnier
Robinson, Eric wrote: Eric Robinson #!/bin/bash # # httpdStartup script for the Apache HTTP Server # # chkconfig: - 85 15 # description: Apache is a World Wide Web server. It is used to serve \ # HTML files and CGI. # processname: httpd # config: /etc/httpd/conf/httpd.co

RE: tomcat6 still deleting XML files from Catalina/localhost when the system is booted

2011-03-22 Thread Robinson, Eric
> Eric Robinson > > #!/bin/bash > > # > > # httpdStartup script for the Apache HTTP Server > > # > > # chkconfig: - 85 15 > > # description: Apache is a World Wide Web server. It is > used to serve > > \ > > # HTML files and CGI. > > # processname: httpd > > # config: /etc/h

RE: tomcat6 still deleting XML files from Catalina/localhost when the system is booted

2011-03-22 Thread Robinson, Eric
-- Eric Robinson > #!/bin/bash > # > # httpdStartup script for the Apache HTTP Server > # > # chkconfig: - 85 15 > # description: Apache is a World Wide Web server. It is used > to serve \ > # HTML files and CGI. > # processname: httpd > # config: /etc/httpd/conf/httpd.conf

RE: tomcat6 still deleting XML files from Catalina/localhost when the system is booted

2011-03-22 Thread Jason Pyeron
> -Original Message- > From: Robinson, Eric [mailto:eric.robin...@psmnv.com] > Sent: Tuesday, March 22, 2011 13:30 > To: Tomcat Users List > Subject: RE: tomcat6 still deleting XML files from > Catalina/localhost when the system is booted > > > > -- >

RE: tomcat6 still deleting XML files from Catalina/localhost when the system is booted

2011-03-22 Thread Robinson, Eric
> -- > > On 22/03/2011 17:04, Robinson, Eric wrote: > > >> >debug="1" reloadable="false"> > > > > > > > So are nfs mounts being used? If so, my guess is that the > mount isn't > > available when Tomcat starts which triggers the undeploy. > > > > Mark > > > > That certainly se

RE: tomcat6 still deleting XML files from Catalina/localhost when the system is booted

2011-03-22 Thread Nick Williams
List Subject: RE: tomcat6 still deleting XML files from Catalina/localhost when the system is booted > On 22/03/2011 17:04, Robinson, Eric wrote: > > > debug="1" reloadable="false"> > > > > So are nfs mounts being used? If so, my g

RE: tomcat6 still deleting XML files from Catalina/localhost when the system is booted

2011-03-22 Thread Nick Williams
ow We Can Empower You. View Our Demos. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, March 22, 2011 12:18 PM To: Tomcat Users List Subject: Re: tomcat6 still deleting XML files from Catalina/localhost when the system is booted On 22/03/2011 17:04, Robinson,

RE: tomcat6 still deleting XML files from Catalina/localhost when the system is booted

2011-03-22 Thread Robinson, Eric
> On 22/03/2011 17:04, Robinson, Eric wrote: > > > debug="1" reloadable="false"> > > > > So are nfs mounts being used? If so, my guess is that the > mount isn't available when Tomcat starts which triggers the undeploy. > > Mark > That certainly seems to make sense. Would

Re: tomcat6 still deleting XML files from Catalina/localhost when the system is booted

2011-03-22 Thread Mark Thomas
On 22/03/2011 17:04, Robinson, Eric wrote: > debug="1" reloadable="false"> > So are nfs mounts being used? If so, my guess is that the mount isn't available when Tomcat starts which triggers the undeploy. Mark -

tomcat6 still deleting XML files from Catalina/localhost when the system is booted

2011-03-22 Thread Robinson, Eric
This is really getting frustrating. We have 75 instances on tomcat6 running on the same server. Each instance runs from its own discrete directory, where the tomcat-env.sh script and catalina.properties file set environment vars to point to that unique instance's folders. Every time we reboot the s