diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-01-25 09:14:55 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-01-25 09:14:55 +0000 |
commit | a25ddcd09e8ec49c791acb8577732b18211035ba (patch) | |
tree | 52db1c5a6ca2a192c7d83259fefba538145b6d4a | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=792 (diff) | |
download | ice-a25ddcd09e8ec49c791acb8577732b18211035ba.tar.bz2 ice-a25ddcd09e8ec49c791acb8577732b18211035ba.tar.xz ice-a25ddcd09e8ec49c791acb8577732b18211035ba.zip |
Fix
-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. |