summaryrefslogtreecommitdiff
path: root/java/src/IceGridGUI/Application/PlainServer.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/IceGridGUI/Application/PlainServer.java')
-rwxr-xr-xjava/src/IceGridGUI/Application/PlainServer.java2
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(),