I found no phoenix.pid,.. only a phoenix.console file in /temp folder
I start James with this script:

#!/bin/sh
# Startup script for James Mail server
#
# chkconfig: 2345 95 92
# description: Run James Mail server

[ -f /usr/local/james-2.2.0/bin/run.sh ] || exit 0

start() {
    echo -n  "Starting James Mail Server: "
    JAVA_HOME=/usr/local/jdk1.5.0_05;export JAVA_HOME
    PHOENIX_SECURE=false;export PHOENIX_SECURE
    cd /usr/local/james-2.2.0/bin
    nohup /usr/local/james-2.2.0/bin/run.sh &
    RETVAL=$?
    echo
}

......

but.. How can I stop it?
Thanks!

Roberto.


----- Original Message ----- 
From: "Stefano Bagnara" <[EMAIL PROTECTED]>
To: "'James Users List'" <[email protected]>
Sent: Wednesday, November 09, 2005 12:13 PM
Subject: Re: stop james


> > > > I would like to start/stop james with a startup script.
> > > 
> > > In the bin folder you should have a phoenix.sh script.
> > > You can use "bin/phoenix.sh start" and "bin/phoenix.sh stop".
> > 
> > I've tried this, but james keep running.. (send and receive 
> > emails) Why?
> 
> "bin/phoenix.sh stop" should work if james has been started with
> "bin/phoenix.sh start".
> If not you should past more information (both commands output).
> 
> Check also if james create a file phoenix.pid in the temp folder when you
> run the start command and if james deletes it after the stop command.
> 
> 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]

Reply via email to