如何在linux部署dubbo-admin管理端

如何在linux部署dubbo-admin管理端,第1张

这个比较简单,编译打包成功后,将dubbo-admin/target/dubbo-admin-2.8.xxx.war 复制到jetty、tomcat下的webapps就算完成部署了(当然,也可以部署到其它姿凯唤兼容的servlet容器,比如jboss、weblogic)

然后浏览:http://localhost:8080/dubbo-admin/ 会提示登陆用户名、密码,迹凯这是在配置文件里写死的,配置文件的路径为:

dubbo-admin/src/main/webapp/WEB-INF/dubbo.propertiesdubbo.registry.address=zookeeper://127.0.0.1:2181?backup=127.0.0.1:2182,127.0.0.1:2183

dubbo.admin.root.password=root

dubbo.admin.guest.password=guest

即用户名、密码均为root,登录孙培成功后,刷新下页面,如果提示404之类的,退回到http://localhost:8080/浏览(这个跟部署的contextPath有关,如果contextPath设置为/dubbo-admin,刷新下就可以了,如果contextPath设置成/,则登录后要退回/浏览)

配置文件zoo.cfg改成如下:

[html] view plain copy

# The number of milliseconds of each tick

tickTime=2000

# The number of ticks that the initial

# synchronization phase can take

initLimit=10

# The number of ticks that can pass between

# sending a request and getting an acknowledgement

syncLimit=5

# the directory where the snapshot is stored.

# do not use /tmp for storage, /tmp here is just

# example sakes.

dataDir=D:\\zookeeper-3.4.5\\data

dataLogDir=D:\\zookeeper-3.4.5\\log

# the port at which the clients will connect

clientPort=2181

然后就可以启动了。

DUBBO的管理平台DUBBO-ADMIN的部署

dubbo-admin.war可在网上百度去下载,但是我下载了好几李陵颤个war包,发布上去服务启动都报错,这个时候大概是我们系统的JDK和编译

dubbo-admin.war的JDK版本不同导哪败致的了。所以我之后直接下载了dubbo-master的源代码,然后自己编译了一个war包,这样就不会存

在汪灶启动报错的问题了。


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/12307396.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-24
下一篇 2023-05-24

发表评论

登录后才能评论

评论列表(0条)

保存