private.rc
changeset 199 2f1fb3201393
parent 198 7bbdd3d72cea
child 204 69f81ca32823
--- a/private.rc	Mon Jan 27 19:29:59 1997 +0100
+++ b/private.rc	Fri Jan 31 11:34:50 1997 +0100
@@ -147,9 +147,14 @@
 "/
 thisIsMySystem ifTrue:[
     'private.rc [info]: starting RDoItServer ...' infoPrintCR.
-    RDoItServer autoload.
-    RDoItServer start.
-    RDoItServer allowHost:'localhost'.
+    Autoload autoloadFailedSignal handle:[:ex |
+	'private.rc [warning]: cannot load RDoItServer' errorPrintCR
+   	ex return
+    ] do:[
+        RDoItServer autoload.
+        RDoItServer start.
+        RDoItServer allowHost:'localhost'.
+    ]
 ].
 
 "/ claus: