Is it possible at flash media server, to start an application automatically when the server starts?

Or a way to check if it running, and if it's not, make it start automatically.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Yes, I believe it's <LoadOnStartup>true</LoadOnStartup> in Application.xml. You may also want to set MaxAppIdleTime to something appropriately large for your app, lest FMS unload it shortly after startup if no clients have connected.

link|improve this answer
Thank you, it worked but I don't know how to define an instance of the application so it restarts with definst instance. Any way to change it? – JohnDel Jun 27 '10 at 12:44
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.