On Tuesday 21 January 2003 18:34, you wrote:
> To start Webware in console mode, one just executes ~/AppServer
>
> But how should it be started to as a daemon, unattached to a console, and
> sending output to a log file? I just tried ~/AppServer &> logfile, but
> Webware doesn't like this and just exits silently, halfway through loading
> the contexts.
>
> ...Edmund.

Maybe this helps. The following "AppServer" script is started by the Webware 
init script in /etc/init.d:
--------------------------------------------------
#!/bin/sh

/path/to/python Launch.py ThreadedAppServer $* >> /path/to/logfile 2>&1 &
echo $! > /path/to/PIDfile
--------------------------------------------------
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Scholarships for Techies!
> Can't afford IT training? All 2003 ictp students receive scholarships.
> Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
> www.ictp.com/training/sourceforge.asp
> _______________________________________________
> Webware-discuss mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/webware-discuss


-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to