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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, I believe it’s
<LoadOnStartup>true</LoadOnStartup>in Application.xml. You may also want to setMaxAppIdleTimeto something appropriately large for your app, lest FMS unload it shortly after startup if no clients have connected.