When you say 'start' the application, do want to preload some servlets?  If
so, there is that ability in Jrun.  Pretty simple - you can do it through
the JRun Management Console (JMC).


At 11:25 AM 07/12/2001 -0700, Pantarotto, Sio wrote:
>I have a web application that runs under JRUN ( and yes it does have a lot
>to do with JSPs) and I also would like to learn how to install this
>application as a NT service, and once the server is started, and NT identify
>that JRun (as a service) ios running then it would start the application.
>
>Anybody has any clue on how to do that????
>
>Thanks
>
>Siomara
>
>-----Original Message-----
>From: Jann VanOver [mailto:[EMAIL PROTECTED]]
>Sent: Monday, July 09, 2001 1:03 PM
>To: [EMAIL PROTECTED]
>Subject: Re: How to install a service on a NT server?
>
>
>What does this have to do with JSP?
>
>-----Original Message-----
>From: Tom Yang [mailto:[EMAIL PROTECTED]]
>Sent: Monday, July 09, 2001 10:24 AM
>To: [EMAIL PROTECTED]
>Subject: How to install a service on a NT server?
>
>
>Hi all:
>   I have a Java application named MyApplication. I need to run it on a NT
>server. I can type the command:
>
>java MyApplication
>
>But I want to install it as a service so that the application will be
>started automatically each time the machine is booted up and the application
>can survive logging off. Putting that short-cut of the command in the
>StartUp menu is not what I want because the application window still shows
>up in the task bar and will be killed if the current user logs off.
>Installing it as a service will meet all my requirements. But I don't know
>how to do that. Can anybody please help? I've tried the following methods
>but didn't succeed:
>
>1) I found a utility called SRVANY.EXE which, according to the instruction,
>will launch the application as a service. But after I have copied the
>SRVANY.EXE to my NT box, I can't run it because I got an "Internal error"
>message when I run it.
>
>2) I used the INSTSRV utility to install a command file (a batch file
>containing the command "java MyApplication") to start my java application.
>It seems the batch file can't be used. I probably should have used a .exe
>file. But I don't have a utility to convert my batch file to an .exe file. I
>found one utility named batch2exe, but that only converts the batch file to
>a .com file and that .com file doesn't work on the NT (it only works on
>Window 98). Besides, I don't even know whether the .exe file will solve the
>problem.
>
>I've asked several people around but to my disappointment, there's no such
>expertise here. I've run out of resource. I know this question may be off
>the topic to this news group, but I really don't know where else to seek for
>help. Hopefully, someone who has the expertise can drop me a line and help
>me. Thank you all very much in advance!
>
>Tom
>
>
>
>_________________________________________________________________________
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
>For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
>DIGEST".
>Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
>For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
>DIGEST".
>Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
>For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
>Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to