How to get directly the server-properties (those you can define in your application.xml for instance) of a registered server in IceGrid without contacting the server itself?
I've got an server-template in my application.xml which is used to create server-instances at runtime with activation set to "on-demand". Some servers shut down if there is no current work to do.
My problem is that another process needs some properties of all servers of a given type and I dont want to start all "sleeping" servers to get their properties. I've seen that the IceGridGui is able to list all properties even of server which are shut down.
I have not found any hint in the documentation but I guess that my needed information is lying in the ServerInfos oder ServerDescriptor (IceGridGUI is showing the properties in the server-view) which I can get from IceGrid::Admin but both seem not to contain my needed piece of information.

Reply With Quote