[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Real Server startup ??



> 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