| 1 | <cluster xmlns="http://caucho.com/ns/resin" |
|---|
| 2 | xmlns:resin="http://caucho.com/ns/resin/core"> |
|---|
| 3 | |
|---|
| 4 | <env-entry> |
|---|
| 5 | <description>MemCahcedClient config for RClient</description> |
|---|
| 6 | <env-entry-name>memCachedClientConfig4RClient</env-entry-name> |
|---|
| 7 | <env-entry-type>java.lang.String</env-entry-type> |
|---|
| 8 | <env-entry-value> |
|---|
| 9 | servers=192.168.238.186:11211,192.168.238.187:11211,192.168.238.186:11212,192.168.238.187:11212,192.168.238.186:11213,192.168.238.187:11213,192.168.238.186:11214,192.168.238.187:11214,192.168.238.186:11215,192.168.238.187:11215,192.168.238.186:11216,192.168.238.187:11216 |
|---|
| 10 | initConn=20 |
|---|
| 11 | minConn=10 |
|---|
| 12 | maxConn=50 |
|---|
| 13 | maintSleep=30 |
|---|
| 14 | nagle=false |
|---|
| 15 | socketTO=3000 |
|---|
| 16 | </env-entry-value> |
|---|
| 17 | </env-entry> |
|---|
| 18 | |
|---|
| 19 | <env-entry> |
|---|
| 20 | <description>Internal inetnums</description> |
|---|
| 21 | <env-entry-name>internalInetnums</env-entry-name> |
|---|
| 22 | <env-entry-type>java.lang.String</env-entry-type> |
|---|
| 23 | <env-entry-value>192.168.236.0/22,192.168.230.0/24</env-entry-value> |
|---|
| 24 | </env-entry> |
|---|
| 25 | |
|---|
| 26 | <resource jndi-name="jca/pc_route" type="cn.pconline.r.route.PcRouteJNDI" > |
|---|
| 27 | <init> |
|---|
| 28 | <routeUri>http://192.168.237.61/route.txt</routeUri> |
|---|
| 29 | <dnsAddr>192.168.238.75</dnsAddr> |
|---|
| 30 | </init> |
|---|
| 31 | </resource> |
|---|
| 32 | |
|---|
| 33 | </cluster> |
|---|