Sio,

Personally, I don't think running ANY type of company internal web server is
possible without someone handling the network/web administrative functions.
You can have traffic problems, network/hardware problems, etc, some of which
are best solved by just rebooting the server, and then reviewing/checking
the event log/error logs to determine what went wrong.  Bottom line, running
an on-site web server is going to involve an administrator.  The client
doesn't necessarily need someone fulltime, they can hire someone on
contract, part-time college student, etc.   But I would not recommend to a
client that your product could run on their server and NOT need an
administrator within the company to help out when things go wrong.
Especially if you are using JRUN and IIS together as the web server.

If your product is going to be deployed on an external/leased server, which
is administered by a third party under the lease terms/agreement, then that
would be a different story.

Just my 2 cents worth.

Celeste

-----Original Message-----
From: Pantarotto, Sio [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 12, 2001 1:44 PM
To: [EMAIL PROTECTED]
Subject: Re: How to install a service on a NT server?


Actually what I want is:

Not depend on any administrator to do anything (if possible). My company
develops web products and we need to try to do things without envolving
people. Once the product is delivered to a client and installed under JRUN
for example it would be independent to be started without having peoples
hand.

Do you think it's possible????

Sio

-----Original Message-----
From: Tom Duffy [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 12, 2001 11:37 AM
To: [EMAIL PROTECTED]
Subject: Re: How to install a service on a NT server?


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

===========================================================================
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