Orion init.d script (was Re: Orion on Red Hat 6.2)

2001-04-20 Thread Sergi Baila
I've modified the one in www.orionsupport.com. Try it. You need to modify the first vars to match your system. Here it goes. #!/bin/sh # # Init script for Orion Server # # chkconfig: 345 87 13 # description: Servidor de aplicaciones J2EE # # Source function library. . /etc/rc.d/init.d/functions

Re: Orion on Red Hat 6.2

2001-04-19 Thread Peter Peltonen
We are running Orion on RH 6.2, too. Here's a simple script we use to start/stop it: --snip-- #!/bin/sh # # Startup script for the Orion server # #chkconfig: 2345 9 91 #description: starts/stops orion app server # # See how we were called. case "$1" in start) echo -n "Starting Orion:

Re: Orion on Red Hat 6.2

2001-04-19 Thread Petrica GHIURCA
Hello Did you add orion as a service? try chkconfig --add and chkconfig --level Thanks, Petrica GHIURCA - Original Message - From: "Thomas Pridham" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Thursday, April 19, 2001 5:59 PM Sub

Orion on Red Hat 6.2

2001-04-19 Thread Thomas Pridham
I have installed Orion on RH Linux 6.2 and it runs correctly if I start it from the command line. I have tried to use the startup script from OrionSupport to have Orion start on a reboot. The script will not execute (I placed it in /etc/rc.d/init.d). I have changed the script parameters, checke