<div>Hi,</div>
<div> </div>
<div>Thanks a lot, for all of your inputs.</div>
<div>I will try based on your suggestions.<br><br> </div>
<div><span class="gmail_quote">On 3/8/07, <b class="gmail_sendername">Anders Ramsell</b> <<a href="mailto:anders@theheartofgold.org">anders@theheartofgold.org</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Surindar Sivanesan wrote:<br>> Hi,<br>> Thanks for your suggestion.<br>> Our server application need some initial settings to be done
<br>> after windows is booted. So, we cannot start erlang node as<br>> service as far as our application is concerned.<br><br>Yes you can. And, as suggested, you really should.<br>Here's one way of doing it that would preserve your requirements
<br>for manual initial settings:<br><br>1. Install a service using erlsrv but don't set it to run any<br>   code at start-up.<br>2. Place a werl short-cut on the desktop with access to a<br>   user_default module with custom initialize and startup
<br>   commands. Internally these commands run code in the service<br>   node using e.g. the rpc module.<br>3. Use the "maintenance shell" whenever you need to start,<br>   configure, etc. your server.<br>4. Close "maintenance shell" when you are done.
<br>5. Server keeps running in it's service.<br><br>With well written and documented user_default commands the person<br>using the "maintenance shell" doesn't even need to know any<br>Erlang.<br><br>We do something similar in our environment but we do start up the
<br>system on boot time.<br><br>/Anders Ramsell<br><br>_______________________________________________<br>erlang-questions mailing list<br><a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br><a href="http://www.erlang.org/mailman/listinfo/erlang-questions">
http://www.erlang.org/mailman/listinfo/erlang-questions</a><br></blockquote></div><br><br clear="all"><br>-- <br>with regards,<br>S.Surindar