Hi

Am Montag, 14. Juli 2003 18:14 schrieb Thorsten Kampe:
> Hi,
>
> I want to start Zope on my one computer via xinetd. This is obviously
> not as trivial as [1] as the startup scripts /etc/init.d/zope-2_6_1
> and /etc/conf.d/zope-2_6_1 are rather long and complicated.
>
> Does anyone know how to achieve this?
>
> Thorsten
>
> [1] service zope
> {
> type        = UNLISTED
> port        = 8080
> socket_type = stream
> protocol    = tcp
> wait        = no
> user        = zope
> server      = python z2.py

Where shoud python search? Try to use the full path to $ZOPE_HOME

> server_args = <whatever>
> disable     = no
> }
>
>
> --
> [EMAIL PROTECTED] mailing list


/CrPy


--
[EMAIL PROTECTED] mailing list

Reply via email to