Re: startup.sh not recognized

2001-12-28 Thread Michael Burke
Thanks for the reply Vercesi, could you explain how to replace the CRLF's with LF? - Original Message - From: Vercesi Paolo [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, December 28, 2001 3:35 AM Subject: R: startup.sh not recognized Hello, I've had the same

Re: startup.sh not recognized

2001-12-28 Thread Alessandro Staltari
Thanks for the reply Vercesi, could you explain how to replace the CRLF's with LF? Brute force solution # ftp yourserver binary put startup.sh ascii get startup.sh startup.sh.nocrlf del startup.sh quit Alessandro Staltari -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional

RE: startup.sh not recognized

2001-12-28 Thread Martin van den Bemt
chmod +x startup.sh to make the file excecutable.. Mvgr, martin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Michael Burke Sent: Friday, December 28, 2001 01:08 To: [EMAIL PROTECTED] Subject: startup.sh not recognized When I try to run startup.sh I

Re: startup.sh not recognized

2001-12-27 Thread Jan Labanowski
Try chmod 755 startup.sh and change the first line to #!/bin/sh if it is not On Thu, 27 Dec 2001, Michael Burke wrote: When I try to run startup.sh I get a no such file or directory message. I've tried to run it as root and user with the same result. I try to start it as