Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Skills of installing tomcat dubbo-admin instance in docker

2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

1. Download tomcat image

Docker pull tomcat:8.5.29

2. Verify the image

Docker images

3. Install tomcat

The default tomcat port is 8080 http port mapped out, and the corresponding files are mounted to the host.

Docker run-- name dubbo-admin-p 18080 root/dubbo-admin/tomcat-users.xml:/usr/local/tomcat/conf/tomcat-users.xml 8080-v / root/dubbo-admin/tomcat-users.xml:/usr/local/tomcat/conf/tomcat-users.xml-v / root/dubbo-admin/log:/usr/local/tomcat/logs tomcat:8.5.29

4. Verify tomcat

Access: http://ip: external interface 18080

Http://192.168.5.180:18080

These are all the relevant knowledge points of this introduction. Thank you for your study and support.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report