Try this at the command line:
# nohup startserverscript &
This will redicrect all output to a file called nohup.out in your
startup directory, and it will keep your app from dyinig when you exit
your shell. It also launches the process as a background task.
Do a man on nohup, and it will tell you all you need to know.
I hope this helps.
Jeff L Watson wrote:
>
> Solaris 2.6
> Enterprise Server 3.5.1
> JRun
>
> I start JRun from a shell logged in as root. When I exit the shell, JRun is
> killed.
>
> How do I start a process that will not die when I leave the shell?
>
> The run control files start/stop the process fine when the system is coming up
> or going down. It's when I start/stop JRun manually that I get this problem.
>
> Thanks
>
> Jeff
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
--
Julio C. Monroy
Chief Information Officer
MallPhoria!
1400 Fashion Island Boulevard
Suite 940
San Mateo, California 94404
p: 650-349-0300
f: 650-571-1025
[EMAIL PROTECTED]
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html