[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Real Server startup ??
- Subject: Re: [cobalt-users] Real Server startup ??
- From: "Brian Curtis" <webmaster@xxxxxxxxxxx>
- Date: Thu Mar 30 04:35:41 2000
- Organization: Pomfret Computer Technologies
> Mark Spieth wrote:
>
> > mine runs from /etc/rc.d/rc.local
> >
> > /realserver/Bin/rmserver /realserver/rmserver.cfg &
>
> Thanks; I'll do it that way, with minor changes, since my copy or
> realserver runs at /usr/local/bin/realserver/bin.
You might also want to add somthing like '>
/usr/local/bin/realserver/Logs/rmstartup.log' before the '&' to catch the
startup info in a logfile which you can view to make sure the startup
process was completely successful. Or just redirect it to /dev/null if you
could care less.
Brian