博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
dubbo-admin打包和zookper安装
阅读量:5741 次
发布时间:2019-06-18

本文共 1401 字,大约阅读时间需要 4 分钟。

1 首选安装Zookper,下载zookeeper-3.5.3-beta版本,在这里我主要演示这个;下载地址:

下面是Zookper的安装目录:

 

 2 进入conf文件夹进行配置,这里主要配置的是zookper工作数据的目录和日志的目录;我的配置如下:

  修改zoo_sample.cfg为zoo.cfg

# The number of milliseconds of each ticktickTime=2000# The number of ticks that the initial # synchronization phase can takeinitLimit=10# The number of ticks that can pass between # sending a request and getting an acknowledgementsyncLimit=5# the directory where the snapshot is stored.# do not use /tmp for storage, /tmp here is just # example sakes.dataDir=D://zookiper/zookeeper/data# the port at which the clients will connectclientPort=2181# the maximum number of client connections.# increase this if you need to handle more clients#maxClientCnxns=60## Be sure to read the maintenance section of the # administrator guide before turning on autopurge.## http://zookeeper.apache.org/doc/current/zookeeperAdmin.html#sc_maintenance## The number of snapshots to retain in dataDir#autopurge.snapRetainCount=3# Purge task interval in hours# Set to "0" to disable auto purge feature#autopurge.purgeInterval=1

再之后启动zkServer.cmd:

类似如上图的界面:证明Zookper连接成功,也可以启动客户端连接下;

3 下载dubbo的源码包,这里可以去Github上下载,下载完成后如下:

4 看到dubbo-admin文件夹:就对这个文件夹进行打包就OK啦;

  运行cmd:输入 mvn package -Dmaven.skip.test=true  命令即可打包;

  之后将打好的包放在tomcat下面的webapp下,启动tomcat之后,访问http://localhost:8096/dubbo-admin-2.5.8/  用户名:root  密码:root

看如下的界面:

 

转载于:https://www.cnblogs.com/gosaint/p/8640783.html

你可能感兴趣的文章
java B2B2C Springcloud电子商城系统-Stream原理
查看>>
阿里云杨敬宇:5G时代,边缘计算将发挥更大价值
查看>>
Java 各种锁的小结
查看>>
自定义Dialog
查看>>
Atom
查看>>
移除HTML5 input在type="number"时的上下小箭头
查看>>
Varnish3.0中文入门教程
查看>>
质量管理体系歌--管理职责
查看>>
pom.xml文件出错
查看>>
我的友情链接
查看>>
How does certificate-based authentication work?
查看>>
删除ubuntu10.04.中的不用内核版本文件 修改 默认启动系统或内核
查看>>
nginx中writev函数的使用
查看>>
ubuntu1404构建pthreads
查看>>
用户和组管理
查看>>
Windows Server 2008 R2使用WDS服务实现批量安装操作系统演示
查看>>
Script错误在3:16:标识符未宣告:'Memo24'
查看>>
实验五:ASP+MSSQL的web搭建
查看>>
centos上中文乱码的解决方法
查看>>
渐进增强和优雅降级之间的有什么不同?
查看>>