启动 fms 并自动加载应用程序
在Flash媒体服务器上,是否可以在服务器启动时自动启动应用程序?
或者检查它是否正在运行,如果没有运行,则使其自动启动。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,我相信它是 Application.xml 中的
true
。您可能还需要将 MaxAppIdleTime 设置为适合您的应用程序的大小,以免 FMS 在启动后不久在没有客户端连接的情况下卸载它。Yes, I believe it's
<LoadOnStartup>true</LoadOnStartup>
in Application.xml. You may also want to setMaxAppIdleTime
to something appropriately large for your app, lest FMS unload it shortly after startup if no clients have connected.