[erlang-questions] OTP application as service

Robert Raschke rtrlists@REDACTED
Tue Jul 21 18:24:04 CEST 2009


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