The way to run a process in the background even after the login process is
terminated is very simple just
start orion in this way 'nohup java -jar orion.jar&' This should work.
Marcus
Johan Fredriksson wrote:
> inline
> ----- Original Message -----
> From: "Joerg Weishaupt" <[EMAIL PROTECTED]>
> To: "Orion-Interest" <[EMAIL PROTECTED]>
> Sent: Monday, June 11, 2001 10:54 AM
> Subject: Orion on Solaris 8
>
> > Hi,
> >
> > I'm having two problems with Orion (1.4.5) on Solaris 8 with JDK 1.3.1
> >
> > a) I'm unable to set the process into the background. As soon as I log
> > off from the SSH session the Orion process gets killed.
> > Startup is done by calling:
> > nohup java -server -jar -Xconcurrentio -Xms128m -Xmx384m orion.jar -out
> > $ORION_SERVER/log/server-out.log -err $ORION_SERVER/log/server-err.log
> &
> >
>
> Check orionsupport.com, or use bash.
>
> > b) All German specific vocales (Umlaute) are shown as a ? only.
> >
>
> The shell you are running orion under has to have german language enabled.
>
> If you can type a "double s" at the prompt, then it should be set up
> correctly.
>
> > Maybe someone has some ideas ?
> >
> > TIA
> > Joerg Weishaupt
> >
> >
>
> Johan