On Thu, 22 Jan 2004 18:04:29 -0800, Jos Laake <[log in to unmask]> wrote:

>I've been thinking about doing this for our server.  Is this
>really as simple as adding 'RUNMODE=STANDALONE' to 'go.user'?

If you are using go.user it suggests you are running under some form of unix.
In that case string variabled must be enclosed in "double quote" marks thus:

RUNMODE="STANDALONE"
export RUNMODE

For more information, consult the Site Manager Manual, Appendix C.