Re: [Webware-devel] Improvement of launch scripts

2005-09-14 Thread Seth Remington
On Fri, 2005-09-09 at 12:24 +0200, Christoph Zwerschke wrote: Problem 1: The AppServer and AppServer.bat shell skripts do not work if they are not started from their containing directories. Particularly, I cannot used startproc to start the AppServer script. Suggestion for improvement:

Re: [Webware-devel] Improvement of launch scripts

2005-09-14 Thread Ian Bicking
On the general subject of a launch script, I've attached a Launch.py replacement that I've been using. I'm not using it much anymore, since I'm not using Webware (at least this version of Webware), but it's worked okay in the past (maybe the attempt to kill existing app servers is too

Re: [Webware-devel] Improvement of launch scripts

2005-09-14 Thread Christoph Zwerschke
Ian Bicking wrote: On the general subject of a launch script, I've attached a Launch.py replacement that I've been using. Thanks. I will try to integrate this and the other changes until next week. -- Chris --- SF.Net email is sponsored

Re: [Webware-devel] Improvement of launch scripts

2005-09-10 Thread Jason Hildebrand
Hi Christoph, Both of your suggestions sound good to me. peace, Jason On Fri, 2005-09-09 at 12:24 +0200, Christoph Zwerschke wrote: Problem 1: The AppServer and AppServer.bat shell skripts do not work if they are not started from their containing directories. Particularly, I cannot used

[Webware-devel] Improvement of launch scripts

2005-09-09 Thread Christoph Zwerschke
Problem 1: The AppServer and AppServer.bat shell skripts do not work if they are not started from their containing directories. Particularly, I cannot used startproc to start the AppServer script. Suggestion for improvement: Add this to AppServer: cd $(dirname $0) Add this to AppServer.bat: