Created
December 4, 2012 19:34
-
-
Save werkshy/4207817 to your computer and use it in GitHub Desktop.
Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tomcat6 Config: | |
<Manager className="de.javakaffee.web.msm.MemcachedBackupSessionManager" | |
memcachedNodes="n1:qa-1:11211,n2:qa-2:11211" | |
sticky="false" | |
lockingMode="auto" | |
backupThreadCount="4" | |
requestUriIgnorePattern="(/ctp/rest/rtcoa/?$|/EDX/rest/dashboard/.*/bus$|/EDX/ping.json|/EDX/rest/diagnostics/ip|/EDX/rest/messaging/active/.*\.json)" | |
operationTimeout="400" | |
transcoderFactoryClass="de.javakaffee.web.msm.JavaSerializationTranscoderFactory" | |
memcachedProtocol="binary" | |
/> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment