linux中如何安装tomcat并启动
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
linux中如何安装tomcat并启动
- 首先我们去tomcat官网下载tomcat
tar.gz
格式的文件 - 然后使用工具放在/usr/src目录下(目录随意)
- 然后使用命令进行解压缩
tar -xvf apache-tomcat-x.x.43.tar.gz
- 这时候已经解压缩成功
- 进入到tomcat的bin目录里面
- 命令行输入
./startup.sh
,然后回车,tomcat即启动 - 不放心的话可以进入到logs目录里查看一下
cd logs/
,然后tail -f catalina.out
查看Tomcat日志 - 或者使用
ps -ef | grep tomcat
ok,应该差不多了
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 年前
更多推荐
已为社区贡献15条内容
所有评论(0)