Skip to content

Commit

Permalink
Fix IceGrid swift templates server location
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Jun 18, 2021
1 parent 4a08d70 commit 02ea80f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion swift/IceGrid/simple/application.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<node name="node1">

<server id="SimpleServer" exe="./server" activation="on-demand">
<server id="SimpleServer" exe="./Build/server" activation="on-demand">
<adapter name="Hello" endpoints="tcp -h localhost">
<object identity="hello" type="::Demo::Hello" property="Identity"/>
</adapter>
Expand Down
2 changes: 1 addition & 1 deletion swift/IceGrid/simple/application_with_replication.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<server-template id="SimpleServer">
<parameter name="index"/>
<server id="SimpleServer-${index}" exe="./server" activation="on-demand">
<server id="SimpleServer-${index}" exe="./Build/server" activation="on-demand">
<adapter name="Hello" endpoints="tcp -h localhost" replica-group="ReplicatedHelloAdapter"/>
<property name="Identity" value="hello"/>

Expand Down
2 changes: 1 addition & 1 deletion swift/IceGrid/simple/application_with_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<server-template id="SimpleServer">
<parameter name="index"/>
<server id="SimpleServer-${index}" exe="./server" activation="on-demand">
<server id="SimpleServer-${index}" exe="./Build/server" activation="on-demand">
<adapter name="Hello" endpoints="tcp -h localhost">
<object identity="hello-${index}" type="::Demo::Hello" property="Identity"/>
</adapter>
Expand Down

0 comments on commit 02ea80f

Please # to comment.