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
Preface I recently learned Linux, and then change...
<br />I just saw the newly revamped ChinaUI....
Table of contents introduce Link start Continue t...
Ubuntu install jdk: [link] Install Eclipse on Ubu...
Recently, I need to stress test the server again....
Table of contents Step 1: Update Packages on Cent...
reduce method is an array iteration method. Unlik...
need: Use docker to start nginx + tomcat dual pro...
This article shares the specific code for JavaScr...
The "nofollow" tag was proposed by Goog...
1. Concept They are all attributes of Element, in...
Method 1: float:right In addition, floating will ...
The figure below shows the browser viewing rate i...
After going through a lot of hardships, I searched...
Table of contents 1. DOM & BOM related 1. Che...