How to check is ejabberd 1.0 is properly running on linux system ?

Probably i have some problems with installation on my linux system.
I found 2 installation guide:
http://www.process-one.net/en/projects/ejabberd/docs/guide_en.html

and

http://www.ejabberd.im/tuto-install-ejabberd

which guide is best ? I try this guides and nothing happened ...

How does good working ejabberd look in "ps -aux" process list ?
How to see which ports are binded by ejabberd ?
Is web server embedded in ejabberd or i must use apache to web admin interface?

Please help (Linux Fedora Core 3 2.6.14.1, otp_src_R10B-9, ejabberd 1.0 )

Re: How to check is ejabberd 1.0 is properly running on linux sy

I_one wrote:

which guide is best ? I try this guides and nothing happened ...

They are very similar.

Look for ejabberd log files (ejabberd.log and/or sasl.log).

I_one wrote:

How does good working ejabberd look in "ps -aux" process list ?

$ ps -all -A | grep beam
0 S  1000  3118  3106  0  76   0 - 11650 -      pts/2    00:00:00 beam
I_one wrote:

How to see which ports are binded by ejabberd ?

Look at ejabberd.cfg, section 'listen'.

I_one wrote:

Is web server embedded in ejabberd or i must use apache to web admin interface?

It's embedded.

Syndicate content