The Tomcat Servlet engine (http://jakarta.apache.org/tomcat/index.html) is
an open source, Java-based app that has startup scripts and a Java main that
allow it to be run in the background. You might want to take a look at how
Tomcat does it.

-J


> -----Original Message-----
> From: Billy Kantartzis [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, August 27, 2000 11:24 AM
> To: Yasuhiro Kaizu; [EMAIL PROTECTED]
> Subject: Re: How to keep the application running on the server
> 
> 
> every process (programm) you are running on a unix
> machine is a child of a master process in this case
> the telnet shell as soon as you cloce this everything
> initiated by this proces will die and that is what is
> happening. in my opinion you have 2 choices 
> 1. you placeyour programm in the systems sturt up
> scripts so that can start of its own wich is not such
> a good idea if you ask  me 
> or ypu make your application a java deamon thread sso
> that can run as a demon with it's own muster process
> in the bagrround 
> good luck and let me know how it is going 
> --- Yasuhiro Kaizu <[EMAIL PROTECTED]> wrote:
> > Hello
> > 
> > I want to run the Java application on the remote
> > server (Red Hat Linux 6.2)
> > through the telnet.  The application starts without
> > problem, but if I close
> > the telnet window, the application on the server
> > also stops.  This means
> > that I must keep the telnet window open on my client
> > PC all day if I keep
> > the application running on the server!  Does anyone
> > know how to keep the
> > Java application running on the server after closing
> > the telnet window on
> > the client PC?
> > 
> > Yasuhiro Kaizu
> > [EMAIL PROTECTED]
> > 
> > 
> > 
> >
> ----------------------------------------------------------------------
> > To UNSUBSCRIBE, email to
> > [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact
> > [EMAIL PROTECTED]
> > 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Mail - Free email you can access from anywhere!
> http://mail.yahoo.com/
> 
> 
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to