由于近段时间在看dubbo,网上找到的这个war包发布到tomcat报错,故从git(https://github.com/apache/incubator-dubbo-ops)上重新下载编译了版本

How to use it

You can get a release of dubbo monitor in two steps:

  • Step 1:
git clone https://github.com/apache/incubator-dubbo-ops
  • Step 2:
cd incubator-dubbo-ops && mvn package

Then you will find:

  • dubbo-admin-2.0.0.war in incubator-dubbo-ops\dubbo-admin\target directory.You can deploy it into your application server.
  • dubbo-monitor-simple-2.0.0-assembly.tar.gz in incubator-dubbo-ops\dubbo-monitor-simple\target directory. Unzip it you will find the shell scripts for starting or stopping monitor.
  • dubbo-registry-simple-2.0.0-assembly.tar.gz in incubator-dubbo-ops\dubbo-registry-simple\target directory. Unzip it you will find the shell scripts for starting or stopping registry.

相关文章:

  • 2021-04-21
  • 2022-12-23
  • 2021-05-23
  • 2021-04-26
  • 2021-06-23
  • 2021-07-20
  • 2022-01-11
  • 2022-12-23
猜你喜欢
  • 2021-04-01
  • 2021-03-31
  • 2021-10-15
  • 2021-10-01
相关资源
相似解决方案