IceStorm service & icestormadmin

in Help Center
hi.
i deploy the IceStorm as a service into IcePack,
the endpoints is set to "tcp", so the port can be selected by IcePack, yes, that's what i expected.
and then, i have questions about how to use icestormadmin.
1. how to set the value of this property "IceStorm.TopicManager.Proxy"?
2. does icestormadmin invoke findObjectByType("::IceStorm::TopicManager")?
i deploy the IceStorm as a service into IcePack,
the endpoints is set to "tcp", so the port can be selected by IcePack, yes, that's what i expected.
and then, i have questions about how to use icestormadmin.
1. how to set the value of this property "IceStorm.TopicManager.Proxy"?
2. does icestormadmin invoke findObjectByType("::IceStorm::TopicManager")?
0
Comments
thank you. i have updated my signature, is it enough?
btw, i am using Ice-2.1.2 under linux.
You should set it to an indirect proxy if you have declared the IceStorm adapter in the deployment descriptor. An indirect proxy has the form ID @ ADAPTERID where:
So in short, assuming you didn't specify the id of the topic manager object adapter, this proxy should be "SERVICENAME/TopicManager @ SERVICENAME.SERVERNAME.TopicManager".
No, you need to provide the indirect proxy of the TopicManger object with the property.
If this doesn't work, please provide the deployment descriptors for your IceStorm service as well as the output of the "adapter list" icepackadmin command.
Cheers,
Benoit.
thank you, Benoit.
the "indirect proxy" is a very good idea! so it works now.