Properties
The Properties panel for an IceBox server is identical to the Properties panel for a Plain Server.
When you create a new IceBox server, some properties are created automatically:
• | IceBox.InstanceName=${server} |
• | IceBox.ServiceManager.Endpoints=tcp -h 127.0.0.1 |
• | IceBox.ServiceManager.RegisterProcess=1 |
This creates a direct object adapter (named ServiceManager) that listens only on the loopback interface and registers a Process object with IceGrid for clean shutdown. See Ice::Process in the Ice manual.
The Path to Executable is typically icebox, iceboxd (for a C++ IceBox), java (for a Java IceBox) or iceboxcs (for a .NET IceBox). In Java, the Command Arguments should include the IceBox container class name, IceBox.Server.
Children
An IceBox server can have only one type of children, Service.
Page url: http://www.zeroc.com/doc/Ice-3.2.1/IceGridAdmin/index.html?app_icebox_server.htm