linux 安装tomcat 图文详解全过程
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
第一步:
下载apache-tomcat-9.0.62.tar.gz 官网地址Apache Tomcat® - Welcome!
将下载的文件上传至服务器,我的目录是
/usr/local/tomcat
第二步:
解压tomcat : tar -xzvf apache-tomcat-9.0.62.tar.gz
修改解压后的文件名:mv apache-tomcat-9.0.62 tomcat9
第三步 :
端口配置
目录下cd /usr/local/tomcat/tomcat9/conf
server.xml文件中经常使用的端口
关闭端口:
<Server port="8005" shutdown="SHUTDOWN">
应用访问端口:
<Connector executor="tomcatThreadPool"
port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
第四步:
启动tomcat,进入bin目录下cd /usr/local/tomcat/tomcat9/bin
启动 sh startup.sh
停止 sh shutdown.sh
第五步访问验证
使用http://ip:端口 访问
完成!!!
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)