diff options
-rw-r--r-- | cs/demo/IceGrid/simple/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cs/demo/IceGrid/simple/README b/cs/demo/IceGrid/simple/README index 5c4d756a0b7..55a1fc90e70 100644 --- a/cs/demo/IceGrid/simple/README +++ b/cs/demo/IceGrid/simple/README @@ -11,10 +11,10 @@ Note for Mono: if you want to run with Mono under Windows, edit application.xml and change the server element to read: - <server id="SimpleServer" exe="mono.bat" activation="on-demand"> + <server id="SimpleServer" exe="mono" activation="on-demand"> <option>./server.exe</option> - Note that the server executable is "mono.bat", and that the actual + Note that the server executable is "mono", and that the actual server executable is passed as an argument to the Mono interepreter. |