我在我的应用程序中运行 Gemfire HTTP 会话管理模型作为 WebSphere 上的 P2P。我可以在 WAS 上看到会话日志。但是,我找不到从我的桌面通过 gfsh 连接它的方法。我正在使用没有定位器的默认设置。我想监控 Gemfire 的状态,怎么做?
Cache_Peer.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE cache PUBLIC
"-//GemStone Systems, Inc.//GemFire Declarative Caching 6.5//EN"
"http://www.gemstone.com/dtd/cache6_6.dtd">
<cache>
<!-- This is the definition of the default session region -->
<region name="gemfire_modules_sessions">
<region-attributes scope="distributed-ack" enable-gateway="false" data-policy="replicate" statistics-enabled="false">
</region-attributes>
</region>
</cache>