Guest User

Untitled

a guest
Jan 20th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. <?xml version='1.0'?>
  2. <coherence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xmlns="http://xmlns.oracle.com/coherence/coherence-operational-config"
  4. xsi:schemaLocation="http://xmlns.oracle.com/coherence/coherence-operational-config coherence-operational-config.xsd">
  5. <cluster-config>
  6. <unicast-listener>
  7. <well-known-addresses>
  8. <socket-address id="1">
  9. <address>10.7.17.31</address>
  10. <port>8088</port>
  11. </socket-address>
  12. <socket-address id="2">
  13. <address>10.7.17.31</address>
  14. <port>9099</port>
  15. </socket-address>
  16. </well-known-addresses>
  17. <address system-property="tangosol.coherence.localhost">localhost</address>
  18. <port system-property="tangosol.coherence.localport">8088</port>
  19. <port-auto-adjust system-property="tangosol.coherence.localport.adjust">true</port-auto-adjust>
  20. </unicast-listener>
  21. </cluster-config>
  22. <license-config>
  23. <edition-name system-property="tangosol.coherence.edition">GE</edition-name>
  24. <license-mode system-property="tangosol.coherence.mode">prod</license-mode>
  25. </license-config>
  26. </coherence>
  27.  
  28. <?xml version='1.0'?>
  29. <coherence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  30. xmlns="http://xmlns.oracle.com/coherence/coherence-operational-config"
  31. xsi:schemaLocation="http://xmlns.oracle.com/coherence/coherence-operational-config coherence-operational-config.xsd">
  32. <cluster-config>
  33. <unicast-listener>
  34. <well-known-addresses>
  35. <socket-address id="1">
  36. <address>10.7.17.31</address>
  37. <port>8088</port>
  38. </socket-address>
  39. <socket-address id="2">
  40. <address>10.7.17.31</address>
  41. <port>9099</port>
  42. </socket-address>
  43. </well-known-addresses>
  44. <address system-property="tangosol.coherence.localhost">localhost</address>
  45. <port system-property="tangosol.coherence.localport">9099</port>
  46. <port-auto-adjust system-property="tangosol.coherence.localport.adjust">true</port-auto-adjust>
  47. </unicast-listener>
  48. </cluster-config>
  49. <license-config>
  50. <edition-name system-property="tangosol.coherence.edition">GE</edition-name>
  51. <license-mode system-property="tangosol.coherence.mode">prod</license-mode>
  52. </license-config>
  53. </coherence>
Add Comment
Please, Sign In to add comment