Perfect...it worked. I am using: James 2.2.0 with Java 1.4.2_04 on Fedodra Core 2
Thanks a lot. Santosh. -----Original Message----- From: Stefano Bagnara [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 23, 2006 4:58 PM To: James Users List Subject: Re: running james as a linux service Santosh wrote: > I was looking for the script by ejbsolutions for running james as a > service. Url in the Wiki <http://wiki.apache.org/james/RunAsService> - > http://www.ejbsolutions.com/products/obox/community/ch20.html seems to > be down. > > If you have it, please send it to me. > > Thanks, > Santosh. # cat /etc/rc.d/init.d/phoenix ---------------------------- #!/bin/sh # Startup script for anacron # # chkconfig: 3 80 20 # description: Run cron jobs that were left out due to downtime # Source function library. . /etc/rc.d/init.d/functions [ -f /usr/local/james-2.3.0a3/bin/phoenix.sh ] || exit 0 /usr/local/james-2.3.0a3/bin/phoenix.sh $1 On redhat/fedora system you can install this using "chkconfig --add phoenix" Stefano --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
