Can it run as a daemon?

5 replies [Last post]
neilparks1
User offline. Last seen 30 weeks 1 day ago. Offline
Joined: 2009-05-07

We are looking at Mendelson AS2 as a possible replacement for Cleo Lexicom.

We run Lexicom on a Linux box with no GUI. If we need to start the GUI for configuration purposes we use an X server (Xming) on another computer on our LAN. Otherwise, it runs in the background as a daemon.

Can Mendelson similarly run as a daemon with no GUI?

__________________

"Program in haste; debug at leisure."

heller
heller's picture
User offline. Last seen 11 hours 53 min ago. Offline
Joined: 2006-05-15

neilparks1,

the commercial version contains a server without gui. In the open source version server and client are bundled in one package. A good solution is xvnc in this case.

Regards
Heller

jwolf
User offline. Last seen 18 weeks 6 days ago. Offline
Joined: 2009-03-30

Hi,

we're running Mendelson without GUI using Xvfb on a RedHat-box
using the following commands:

Xvfb :1 &
export DISPLAY=:1
nohup java $ARGS de.mendelson.comm.as2.AS2 >>mendelson.log &

I think Xvfb is part of X11.

Regards,
J. Wolf

crownedgrouse
crownedgrouse's picture
User offline. Last seen 3 weeks 6 days ago. Offline
Joined: 2008-06-19

I posted a complete solution.

Search the post 'Pseudo multi-local mec-As2'

regards

neilparks1
User offline. Last seen 30 weeks 1 day ago. Offline
Joined: 2009-05-07

Thanks to everyone for the helpful responses.

__________________

"Program in haste; debug at leisure."

neilparks1
User offline. Last seen 30 weeks 1 day ago. Offline
Joined: 2009-05-07

jwolf wrote:
Hi,

we're running Mendelson without GUI using Xvfb on a RedHat-box
using the following commands:

Xvfb :1 &
export DISPLAY=:1
nohup java $ARGS de.mendelson.comm.as2.AS2 >>mendelson.log &

I think Xvfb is part of X11.

Regards,
J. Wolf

This is exactly what I needed! Thank you very much.

__________________

"Program in haste; debug at leisure."


© 1999-2010 mendelson-e-commerce GmbH | Twitter | Contact us