Hi,
I have a problem in making the JrunAdminServer and JrunDefaultServer as system services.
I want these two servers to be started whenever I switch on the system. I went to control panel, services
and changed the property of these two as automatic. They are starting when I restart the machine. But if I
logoff and login again, then they won't start..In other words, services are getting started when restarted but
not when logoff and login. Windows NT4.0 is the Operating system and the Application Server is JRun..
Looking forward for solutions..Please help...
Thanks and Regards,
HemantRaj Batakurki
-
How to run Jrun App Server as a service??? (1 messages)
- Posted by: HemantRaj Batakurki
- Posted on: September 10 2001 09:40 EDT
Threaded Messages (1)
- How to run Jrun App Server as a service??? by Jason McKerr on September 10 2001 12:02 EDT
-
How to run Jrun App Server as a service???[ Go to top ]
- Posted by: Jason McKerr
- Posted on: September 10 2001 12:02 EDT
- in response to HemantRaj Batakurki
I'm gonna bet that you are not using the latest version
of JRE/JDK or have note set the proper flags. This sounds like a java problem, not a JRun problem. Versions prior to the latest 1.3.1 version would shut down the JRE when logging off. If you are using the latest version then you need to use the -Xrs flag to ensure that the the JRE does not stop when you log out. This only happens on Windows.
The -Xrs flag is only on jre1.3.1.
-Newt