JoshuaJeong / nhin-d

Automatically exported from code.google.com/p/nhin-d
0 stars 0 forks source link

How to start James 3? #201

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I want to use James 3 on my Direct RI instance so that I can have IMAP and so 
that I can use a web based client such as Squirrel mail.

This command for starting James on 2.3.2

    sudo -E sh bin/run.sh > james.log 2>&1 &

Does not work on James 3.  I can start it with:

   cd bin
   sudo ./run.sh

...but when I try to direct the output to a log file, the server dies.  so for 
right now I'm stuck using screen.

Does anyone know how to do this the right way to do this?

Alan Viars

Original issue reported on code.google.com by Alan.C.V...@gmail.com on 5 Feb 2013 at 3:43

GoogleCodeExporter commented 8 years ago
I'm making updates for RI 2.1.  The "correct" way is to run the "james" script. 
 The 2.0.1 release has some classpath configuration issues that are causing it 
to fail, but I'm working on fixes now.  If you look at bug "200?", there are 
updates that I am applying.

I'll mention again that James 3 is still experimental, but we're working 
towards more stability.

Original comment by gm2...@cerner.com on 5 Feb 2013 at 4:58

GoogleCodeExporter commented 8 years ago
Thanks Greg!  Understand it beta....just wondering.  Screen works fine for now.

Alan

Original comment by Alan.C.V...@gmail.com on 5 Feb 2013 at 8:41

GoogleCodeExporter commented 8 years ago
Closing

Original comment by gm2...@cerner.com on 10 May 2013 at 11:47