Re: [Webware-devel] Suggestion for Appserver script

2004-02-04 Thread Jason Hildebrand
On Fri, 2004-01-30 at 03:42, Christoph Zwerschke wrote: > When debugging an application, I like to run the Appserver with > unbuffered > Python output (Python option -u). Also, it might make sense to run it > with > Python using optimization (Python option -O). However, you cannot > give these > pa

[Webware-devel] Suggestion for Appserver script

2004-01-31 Thread Christoph Zwerschke
Here is a suggestion for improvement of the Appserver script: When debugging an application, I like to run the Appserver with unbuffered Python output (Python option -u). Also, it might make sense to run it with Python using optimization (Python option -O). However, you cannot give these parameter

[Webware-devel] Suggestion for Appserver script

2004-01-30 Thread Christoph Zwerschke
Here is another suggestion for the Appserver script. It fixes the problem that you cannot start it with startproc, like this startproc -f -u $WEBKIT_USR -g $WEBKIT_GRP \ -l $LOG -p $PID_FILE $WEBKIT_DIR/AppServer since there is no way to tell startproc to change to execute AppServer in the $WEBK