diff options
author | Bernard Normier <bernard@zeroc.com> | 2006-12-18 19:31:28 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2006-12-18 19:31:28 +0000 |
commit | aedd8466aedc76ee0af8bc730feb973ee6f44c6a (patch) | |
tree | 85911efa70a0dce16947abfc470e6379a0e8c6d3 /java/src/IceGridGUI/Application/PlainServer.java | |
parent | Fixed Windows compile error (diff) | |
download | ice-aedd8466aedc76ee0af8bc730feb973ee6f44c6a.tar.bz2 ice-aedd8466aedc76ee0af8bc730feb973ee6f44c6a.tar.xz ice-aedd8466aedc76ee0af8bc730feb973ee6f44c6a.zip |
Added support for user-defined log files
Diffstat (limited to 'java/src/IceGridGUI/Application/PlainServer.java')
-rwxr-xr-x | java/src/IceGridGUI/Application/PlainServer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/IceGridGUI/Application/PlainServer.java b/java/src/IceGridGUI/Application/PlainServer.java index fd854398a79..e5a24e52092 100755 --- a/java/src/IceGridGUI/Application/PlainServer.java +++ b/java/src/IceGridGUI/Application/PlainServer.java @@ -90,7 +90,7 @@ class PlainServer extends Communicator implements Server java.util.LinkedList properties = new java.util.LinkedList(); properties.add(new PropertyDescriptor("IceBox.InstanceName", "${server}")); properties.add(new PropertyDescriptor("Ice.OA.IceBox.ServiceManager.Endpoints", "tcp -h 127.0.0.1")); - properties.add(new PropertyDescriptor("Ice.OA.IceBox.RegisterProcess", "1")); + properties.add(new PropertyDescriptor("Ice.OA.IceBox.ServiceManager.RegisterProcess", "1")); return new IceBoxDescriptor( new java.util.LinkedList(), |