1. Download the tomcat image docker pull tomcat:8.5.29 2. Verify the image docker images 3. Install tomcat The default tomcat port is mapped to the http port 8080, and the corresponding files are mounted to the host machine. docker run --name dubbo-admin -p 18080: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 Visit: http://ip:external interface 18080 http://192.168.5.180:18080 The above are all the relevant knowledge points introduced this time. Thank you for your learning and support for 123WORDPRESS.COM. You may also be interested in:
|
<<: How to use DQL commands to query data in MySQL
>>: jQuery implements the function of disabling the control button of sending verification code
Scenario Suppose there are 10 requests, but the m...
Adding the rel="nofollow" attribute to ...
1. Add a comment block at the beginning of the sty...
Why is NULL so often used? (1) Java's null Nu...
Change personal account password If ordinary user...
When the same function and HTML code are used mul...
Today, let’s get straight to the point and talk a...
Dig Introduction: Dig is a tool that queries DNS ...
1. Command Introduction The seq (Sequence) comman...
Project scenario: When running the Vue project, t...
Table of contents 1. Table self-sorting 2. Paging...
1. Background The following two problems are enco...
Overview This article begins to introduce content...
DOCTYPE Doctype is used to tell the browser which...
Table of contents 1. Three modes of binlog 1.Stat...