实训DAY01

一、复习linux配置命令

ls -l:列出当前目录下的文件和目录的详细信息。

touch filename:创建一个空文件,如果文件已存在则更新其访问和修改时间。

vim filename:使用Vim文本编辑器打开或创建文件。

rm filename:删除文件。使用rm -r删除目录及其内容。

mv source_file destination_directory:将文件移动到指定目录。

cp source_file destination_directory:将文件复制到指定目录。使用cp -r复制目录及其内容。

mkdir directory_name:创建一个新目录。

chown user:group filename:更改文件的所有者和组。

chmod u=rwx,g=rx,o=r filename:使用符号模式更改文件权限。

chmod 755 filename:使用八进制模式更改文件权限。

二、安装Tomcat

1.wget        下载

2.解压         tar -zxvf 文件名

3.把解压之后的目录移动到/usr/local/目录中

mv 原来的目录 新的目录

4.查看目录下的conf目录中的文件,重点找到server.xml(配置端口,部署项),web.xmlMIME文件类型

[root@localhost apache-tomcat-10.1.25]# cd conf
[root@localhost conf]# ls -l

5.server.xml对应nginx的 nginx.conf

webapp/==nginx/html/,webapps(静态资源,.isp,.war)

6.如果项目不方便移动到webapps目录下,就需要在配置文件中指定路径server.xml

7.tomcat要运行需要java的环境,配置环境

yum -y install java-1.8.0-openjdk.x86 64

1.下载Tomcat9

[root@0001 opt]#wget https://archive.apache.org/dist/tomact/tomact-8/v9.0.90/bin/apache-tomcat-9.0.90

2.解压

[root@0001 opt]# tar -zxvf apache-tomcat-9.0.90.tar.gz

3.配置环境变量

[root@0001 opt]# vim /etc/profile

export CATALINA_HOME=/opt/aoache-tomcat-9.0.90

4.生效命令

[root@0001 opt]# source /etc/profile

5.启动

[root@0001 apache-tomcat-9.0.90]# cd /opt/apache-tomcat-9.0.90/bin/
[root@0001 bin]# ./startup.sh
Using CATALINA_BASE:   /opt/apache-tomcat-9.0.90
Using CATALINA_HOME:   /opt/apache-tomcat-9.0.90
Using CATALINA_TMPDIR: /opt/apache-tomcat-9.0.90/temp
Using JRE_HOME:        /usr
Using CLASSPATH:       /opt/apache-tomcat-9.0.90/bin/bootstrap.jar:/opt/apache-tomcat-9.0.90/bin/tomcat-juli.jar
Using CATALINA_OPTS:   
Tomcat started.

6.关闭防火墙

[root@0001 bin]# systemctl stop firewalld

7.启动tomcat后,在浏览器输入自己的IP地址:8080

如果出现tomact的主页,则表示安装成功

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值