Re: Bug in tomcat scripts?

2008-08-13 Thread Enrique Arizón
- Mensaje original De: Christopher Schultz [EMAIL PROTECTED] Para: Tomcat Users List users@tomcat.apache.org Enviado: martes, 12 de agosto, 2008 19:30:51 Asunto: Re: Bug in tomcat scripts? -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Enrique, Enrique Arizón wrote: | # rm -rf $(cwd

Bug in tomcat scripts?

2008-08-12 Thread Enrique Arizón
I suddenly removed my cwd just prior to start tomcat. Briefly, the script would be similar to: # rm -rf $(cwd)/.. /etc/init.d/tomcat5 restart after which I got lot of errors and tomcat broke (broke == I reinstalled the rpm package to make it work again). The worst thing is that after the

Re: Bug in tomcat scripts?

2008-08-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Enrique, Enrique Arizón wrote: | # rm -rf $(cwd)/.. /etc/init.d/tomcat5 restart Does this seem like a good idea to you? Hmm... I added 'rm -rf' to my script and now I can't find any files!. I can't imagine that this has anything to do with the

Re: Bug in tomcat scripts?

2008-08-12 Thread Tim Funk
The tomcat distribution doesn't contain any code which goes into /etc/init.d The feature as described below needs to be addressed in the distribution. (Or the rpm creator) -Tim Enrique Arizón wrote: I suddenly removed my cwd just prior to start tomcat. Briefly, the script would be similar

Re: [programmazione] Bug in tomcat scripts?

2008-08-12 Thread Luca Cicale
@tomcat.apache.org Subject: [programmazione] Bug in tomcat scripts? I suddenly removed my cwd just prior to start tomcat. Briefly, the script would be similar to: # rm -rf $(cwd)/.. /etc/init.d/tomcat5 restart after which I got lot of errors and tomcat broke (broke == I reinstalled the rpm