ejabberd - Comments for "Running ejabberd 1.1.2 as a windows service" https://www.ejabberd.im/node/1164 en Works ok with standard installer https://www.ejabberd.im/node/1164#comment-3348 <p>You are right! My mistake, sorry. I should have just started the service created by the installer.<br /> It works both for ejabberd 1.1.2 and ejabberd 1.1.3 (tested on Windows XP Home/Pro).</p> Wed, 14 Mar 2007 06:42:06 +0000 Endif comment 3348 at https://www.ejabberd.im Hello, Did you use the https://www.ejabberd.im/node/1164#comment-3335 <p>Hello,</p> <p>Did you use the Windows binary installer ?<br /> Normally, the service should be created automatically by the installer.</p> <p>--<br /> Mickaël Rémond<br /> <noindex><a href="http://www.process-one.net/" rel="nofollow" >Process-one</a></noindex></p> Tue, 13 Mar 2007 10:07:13 +0000 mremond comment 3335 at https://www.ejabberd.im Running but not functional? https://www.ejabberd.im/node/1164#comment-3332 <p>I've used this hint to make ejabberd service running, thanks! Still, I cannot connect to ejabberd (port 5222 is dead). Is there anything else that has to be done besides starting up the service?</p> <p>PS: If I stop the service and run ejabberd standalone, it works ok.</p> Tue, 13 Mar 2007 08:48:52 +0000 Endif comment 3332 at https://www.ejabberd.im Solved https://www.ejabberd.im/node/1164#comment-2502 <p>I've missed ' chars on strings, so working version is:</p> <p>erlsrv add ejabberd -env ERL_MAX_PORT=32000 -env EJABBERD_MSGS_PATH="../lib/ejabberd-1.1.2/priv/msgs/" -env EJABBERD_CONFIG_PATH="../conf/ejabberd.cfg" -env EJABBERD_SO_PATH="../lib/ejabberd-1.1.2/priv/lib/windows/" -env EJABBERD_LOG_PATH="../logs/ejabberd.log" -w "E:\Program Files\ejabberd-1.1.2\bin" -sname ejabberd@localhost -args "-kernel inetrc '\"../conf/inetrc.win\"' -mnesia dir '\"../database/ejabberd\"' -sasl sasl_error_logger {file,'\"../logs/sasl.log\"'} -setcookie ejabberd -s ejabberd"</p> <p>erlsrv has very usefull -debugtype parameter which helped me.</p> Mon, 06 Nov 2006 11:03:39 +0000 Peterzt comment 2502 at https://www.ejabberd.im