Hello, I'm using Java with IceE,Glacier and IceStorm(a lot of things) and I´m trying to create an adapter with the following command:
Ice.ObjectAdapter adapter =communicator.createObjectAdapter("Monitor.Subscri ber");
and in a file called config I have this:
Monitor.Subscriber.Router=DemoGlacier2/router:tcp -p 10000 -h 138.4.9.76
#
# This property is used to configure the endpoints of the monitor
# subscriber adapter.
#
Monitor.Subscriber.Endpoints=tcp
I think that the programa doest't undestand it because he doesn't know where is config file. In which place and what command I have to use to indicate that properties are in a file called config?
Thanks

Reply With Quote