you can see your services on web provided by rpc redis,zookeeper,etcd or even a simple node provider
####providid service host list
##How to config and start?
webui.json
[
{
"namespace": "default",
"protocol": "redis",
"etcdUrl": null,
"redisHost": "192.168.139.129",
"redisPort": 7770,
"sentinelMaster": null,
"sentinels": null,
"providerHost": null,
"providerPort": 0,
"zkConnectionString": null
}
]
namespace:for different cluster
protocol:redis,etcd,zookeeper,simple,for cluster message notify and store
etcdUrl:when protocol is etcd use
redisHost:when protocol is redis use and use a single redis node
redisPort:when protocol is redis use and use a single redis node
sentinelMaster:when protocol is redis use and use redis sentinel for fail over
sentinels:when protocol is redis use and use redis sentinel for fail over
providerHost:when protocol is simple single node provider use
providerPort:when protocol is simple single node provider use
zkConnectionString:when protocol is zookeeper use
###How to start service execute : maven clean install war:inplace -Dmaven.test.skip then config tomcat to webapp,start tomcat