kylin linux tomcat

1. kylin linux 版本:v10 mips64 b04

 

2. 查看rpm包:

# rpm -qa |grep -i tomcat

 

3. 查看安装情况:

# whereis tomcat

 

4. 查看命令提示:

tomcat --help


5.

查看状态:

# systemctl status tomcat

通过 本地浏览器 访问 http:localhost:8080 也可以确认tomcat服务是否开启

 

查看版本:

#  tomcat version

 

启动:

(1)

(2) # systemctl start tomcat

停止:

(1)# tomcat stop

(2)systemctl stop tomcat