linux实战教学,Linux教学总结

首页 > 教育培训 > 作者:YD1662023-10-24 18:29:55

配置代码

代码目录/app/nginx/html/下面 默认显示index.html内容

代码目录/app/nginx/html/下面 默认显示index.html内容

linux实战教学,Linux教学总结(5)

配置小鸟飞飞代码

#1. 解压 unzip bird.zip #2. 移动 \mv bird/* /app/nginx/html/ #3. 检查 ll /app/nginx/html/ 总用量 144 -rw-r--r-- 1 root root 15329 8月 2 2014 2000.png -rw-r--r-- 1 root root 51562 8月 2 2014 21.js -rw-r--r-- 1 root root 497 7月 29 12:10 50x.html -rw-r--r-- 1 root root 254 8月 2 2014 icon.png drwxr-xr-x 2 root root 102 8月 8 2014 img -rw-r--r-- 1 root root 3049 8月 2 2014 index.html -rw-r--r-- 1 root root 63008 8月 2 2014 sound1.mp3

检查最终结果

linux实战教学,Linux教学总结(6)

二进制方式安装tomcat

部署tomcat

安装jdk

yum install -y java #openjdk

下载

wget -P /server/tools/ https://dlcdn.apache.org/tomcat/tomcat9/v9.0.65/bin/apache-tomcat-9.0.65.tar.gz https://mirrors.aliyun.com/apache/ 下载地址: https://mirrors.aliyun.com/apache/tomcat/tomcat9/v9.0.65/bin/?spm=a2c6h.25603864.0.0.1bca5120a32WtZ wget -P /server/tools/ https://mirrors.aliyun.com/apache/tomcat/tomcat9/v9.0.65/bin/apache-tomcat-9.0.65.tar.gz

解压

tar xf apache-tomcat-9.0.65.tar.gz -C /app/

软连接

ln -s /app/apache-tomcat-9.0.65/ /app/tomcat

启动与访问

启动

/app/tomcat/bin/startup.sh /app/tomcat/bin/shutdown.sh

检查端口与进程

ps -ef |grep java ss -lntup |grep java

linux实战教学,Linux教学总结(7)

浏览器访问: http://10.0.0.200:8080

linux实战教学,Linux教学总结(8)

上一页1234下一页

栏目热文

文档排行

本站推荐

Copyright © 2018 - 2021 www.yd166.com., All Rights Reserved.