zl程序教程

您现在的位置是:首页 >  其他

当前栏目

Mycat web 基础3

2023-03-31 10:29:37 时间

解压

[root@h102 src]# tar -zxvf Mycat-web-1.0-SNAPSHOT-20160218145029-linux.tar.gz 
mycat-web/mycat-web/
mycat-web/mycat-web/static/
mycat-web/mycat-web/static/highcharts/
mycat-web/mycat-web/static/adminlte/
mycat-web/mycat-web/static/adminlte/dist/
mycat-web/mycat-web/static/adminlte/dist/css/
mycat-web/mycat-web/static/adminlte/dist/css/skins/
mycat-web/mycat-web/static/adminlte/dist/js/
...
...
mycat-web/
mycat-web/readme.txt
mycat-web/start.sh
mycat-web/start.jar
[root@h102 src]# 
[root@h102 src]# ll mycat-web/
total 40
drwxr-xr-x  2 root root  4096 Oct 20 10:44 etc
drwxr-xr-x  3 root root  4096 Oct 20 10:44 lib
drwxr-xr-x 11 root root  4096 Feb 18 14:50 mycat-web
-rwxr-xr-x  1 root root   116 Oct 20 10:44 readme.txt
-rwxr-xr-x  1 root root 17125 Oct 20 10:44 start.jar
-rwxr-xr-x  1 root root   381 Oct 20 10:44 start.sh
[root@h102 src]# 

启动

[root@h102 mycat-web]# ./start.sh 
nohup: ignoring input and appending output to `nohup.out'
...
...
...
----------
[root@h102 etc]# netstat  -ant | grep 8082
tcp        0      0 :::8082                     :::*                        LISTEN      
[root@h102 etc]#