[erlang-questions] OTP application as service

info info@REDACTED
Tue Jul 21 19:34:14 CEST 2009


You are right. Even RabbitMQ is difficult to understand ...
I didn't see with which parameter we give the path to the application:
erlsrv.exe add <the_service_name> but after ?

On Tue, Jul 21, 2009 at 4:12 PM, info <info@REDACTED> wrote:

Hi all,
I finished the development of my OTP application.
I run it in Eclipse with the command : application:start(my_application).
I would like now to run it as one service of windows: How to do this or reference for learning how to do.
Thank's

John


The Windows erlsrv.exe that comes with your Erlang distro can do this. I have found it to be quite difficult to get all the options right. I learnt a lot from looking at how RabbitMQ does it.

Robby


More information about the erlang-questions mailing list