Skip to content

Instantly share code, notes, and snippets.

@slaskawi
Created May 11, 2016 08:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slaskawi/c85105df571eeb56b12752d7f5777ce9 to your computer and use it in GitHub Desktop.
Save slaskawi/c85105df571eeb56b12752d7f5777ce9 to your computer and use it in GitHub Desktop.
<subsystem xmlns="urn:infinispan:server:core:8.3" default-cache-container="local">
<cache-container name="cc1" default-cache="default" statistics="true">
...
</cache-container>
<cache-container name="cc2" default-cache="default" statistics="true">
...
</cache-container>
</subsystem>
<subsystem xmlns="urn:infinispan:server:endpoint:8.0">
<hotrod-connector socket-binding="hotrod" cache-container="local">
<topology-state-transfer lazy-retrieval="false" lock-timeout="1000" replication-timeout="5000"/>
<authentication security-realm="other">
<sasl server-context-name="host" server-name="localhost" mechanisms="GSSAPI DIGEST-MD5 PLAIN" qop="auth" strength="high medium low">
...
</authentication>
</hotrod-connector>
<memcached-connector socket-binding="memcached" cache-container="local"/>
<rest-connector socket-binding="rest" cache-container="local" security-domain="other" auth-method="BASIC"/>
</subsystem>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment