----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Hi,
I just wanted to know that if I invoke a java application from within
the servlet, 
1)Would it start a new JVM or use the current JVM which is used by the
JServ.....?

2)If the java application is invoked from within the servlet,would it
also get destroyed when the servlet gets destroyed...?

I want to launch a java applicaton(which can be said as a deamon
process) from a servlet and should not go down until I want so, even if
the the servlet has been destroyed....

thanks and regards....
-Ishpal.


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to