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
Update: Now you can go to the MySQL official webs...
Table of contents Preface Solution Tool Introduct...
<br />Recently, UCDChina wrote a series of a...
The page length in the project is about 2000px or...
This article uses examples to illustrate the usag...
As shown in the figure: Check port usage: sudo ne...
<Head>……</head> indicates the file he...
Some MySQL tables may contain duplicate records. ...
Table of contents Preface Local storage usage sce...
1. Indexing principle Indexes are used to quickly...
This article shares the MySQL installation and co...
Preface This article mainly introduces the releva...
Table of contents 1. Install Docker 2. Install Gi...
Table of contents 1. Get the value of browser coo...
Preface The role of process management: Determine...