On Mon, 19 Mar 2001, [ks_c_5601-1987] ������ wrote:
> OS Digital UNIX V4.0F (alpha)
> Tomcat jakarta-tomcat-3.2.1
> JDK jdk1.2.2
>
> Tomcat can't start by daemon in Digital UNIX V4.0F (alpha)
>
> I started Tomcat using 'startup.sh', and then logout
>
> Login, and then Tomcat be stoped
>
> thank you!! ^^!
Run it in the background by appending an "&" to the command, i.e.:
startup.sh &
People may suggest useing nohup, a la:
nohup startup.sh &
But with many/most shells, running something in the background
automatically nohups it.
Milt Epstein
Research Programmer
Software/Systems Development Group
Computing and Communications Services Office (CCSO)
University of Illinois at Urbana-Champaign (UIUC)
[EMAIL PROTECTED]