Skip to content

Commit

Permalink
Documentation of client WebFilter parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Walters committed May 9, 2012
1 parent 4523916 commit 1f992cb
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@
<literal>hazelcast-wm</literal> <literal>hazelcast-wm</literal>
jars in your jars in your
<literal>WEB-INF/lib</literal> <literal>WEB-INF/lib</literal>
directory. directory. Optionally if you wish to connect to a cluster as a client add
<literal>hazelcast-client</literal>
as well.
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
Expand Down Expand Up @@ -103,23 +105,23 @@
<param-value>true</param-value> <param-value>true</param-value>
</init-param> </init-param>
<!-- <!--
If you are connecting to an existing cluster (Optional - If you want to connect as a Client to an existing cluster)
specify comma separated cluster member addresses here specify comma separated cluster member addresses here
--> -->
<init-param> <init-param>
<param-name>client-addresses</param-name> <param-name>client-addresses</param-name>
<param-value>localhost:5701,192.168.0.1:5701</param-value> <param-value>localhost:5701,192.168.0.1:5701</param-value>
</init-param> </init-param>
<!-- <!--
If you are connecting to an existing cluster (Optional - If you want to connect as a Client to an existing cluster)
specify the group name specify the group name
--> -->
<init-param> <init-param>
<param-name>client-group</param-name> <param-name>client-group</param-name>
<param-value>default</param-value> <param-value>default</param-value>
</init-param> </init-param>
<!-- <!--
If you are connecting to an existing cluster (Optional - If you want to connect as a Client to an existing cluster)
specify the group password specify the group password
--> -->
<init-param> <init-param>
Expand Down

0 comments on commit 1f992cb

Please sign in to comment.