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 "startproc" to start the AppServer script.

> Suggestion for improvement:

> Add this to AppServer:
> cd $(dirname $0)

> Add this to AppServer.bat:
> if exist $~dpn0 cd /d %~dp0

> (I have added the "if" because ~dp0 probably only exists on NT/2K/XP,
> not 95/98/ME.)

> Problem 2:
> The AppServer will not start any more if you move a directory that has
> been created with MakeAppWorkDir. This is due to the fact that the work
> dir is hard-coded in the Launch.py and NTService.py files that are
> created by MakeAppWorkDir.

> Suggestion for improvement:
> Instead of setting appWorkPath = '...' in Launch.py and NTService,
> use something like
> appWorkPath = os.path.dirname(os.path.join(os.getcwd(), sys.argv[0]))
> It is done that way in the version of Launch.py that exists in the
> WebKit directory, but not in the version that is created by MakeAppWorkDir.

> If you think these suggestions make sense, I would like to make the
> appropriate changes in the trunk.


> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO
> September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> _______________________________________________
> Webware-devel mailing list
> Webware-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/webware-devel
--
Jason D. Hildebrand
T: 204 775 1212
E: [EMAIL PROTECTED]



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Webware-devel mailing list
Webware-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to