I dont know of a way off hand to make it possible.
I think there is some semi reliable ways to make the app stay active and not close, but I cant think of anything to have it start automatically without building a flash client or something with maybe the admin API.
You can always put a custom Application.xml file in the application directory with the loadOnStartup to true... this will start the _defInst_ of the application.. maybe that would be good enough?
Comments
I dont know of a way off hand to make it possible.
I think there is some semi reliable ways to make the app stay active and not close, but I cant think of anything to have it start automatically without building a flash client or something with maybe the admin API.
You can always put a custom Application.xml file in the application directory with the loadOnStartup to true... this will start the _defInst_ of the application.. maybe that would be good enough?
<LoadOnStartup>true</LoadOnStartup>