Re: stop james

2005-11-09 Thread Roberto Bottoni - AfterBit
I've tried this, but james keep running.. (send and receive emails) Why? Roberto. - Original Message - From: "Stefano Bagnara" <[EMAIL PROTECTED]> To: "'James Users List'" Sent: Tuesday, November 08, 2005 3:24 PM Subject: Re: stop james > > I would like to start/stop james with a star

Re: stop james

2005-11-09 Thread Stefano Bagnara
> > > 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" sho

Michael Dreeling/ServiceCentre/Ireland/SunLife is out of the office.

2005-11-09 Thread michael . dreeling
I will be out of the office starting 09/11/2005 and will not return until 28/11/2005. I will respond to your message when I return. --- This e-mail message (including attachments, if any) is intended for the use of the indi

Re: stop james

2005-11-09 Thread Roberto Bottoni - AfterBit
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 "Startin

Re: stop james

2005-11-09 Thread Stefano Bagnara
> I found no phoenix.pid,.. only a phoenix.console file in > /temp folder I start James with this script: > [...] Please read carefully my previous mails: you are using a different script from the one I just told you ;-) Just use phoenix.sh for starting e stopping and not your own script or the r

Re: stop james

2005-11-09 Thread Ben Lindahl
What if James is running on Windows, and so you can't do sh? On 11/9/05, Stefano Bagnara <[EMAIL PROTECTED]> wrote: > > > I found no phoenix.pid,.. only a phoenix.console file in > > /temp folder I start James with this script: > > [...] > > Please read carefully my previous mails: you are using a

Re: stop james

2005-11-09 Thread Stefano Bagnara
> From: Ben Lindahl > [..] > What if James is running on Windows, and so you can't do sh? Run wrapper.exe and read the help. Stefano - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: mailet

2005-11-09 Thread Bernd Fondermann
let me try to help you by asking some questions to make sure I understand your problems correctly. I am using james 2.2.0. and my mailet is a seesion bean client which i am trying to deploy in jboss.My code looks something like is it that you embedded James into JBoss? or are they both st

Re:mailet

2005-11-09 Thread Sundeep Gelli
hi, In my application both james and jboss are two stand-alone servers and jst trying to relay the e-mail to jboss through james. My problem is i am adding some more recipients in the incoming mail in my mailet programme(which is a session bean client) and trying to deploy my bean in t

Re:mailet

2005-11-09 Thread Sundeep Gelli
sorry i forgot to attach the code