查看tomcat是否启动
ps -ef | grep tomcat 或者 ps -ef | grep java
启动tomcat(在tomcat/bin目录下)
./startup.sh
关闭tomcat
1.强制关闭进程 【kill -9 pid号码(可由ps -ef | grep tomcat查出)】
2. 【./shutdown.sh】
查看tomcat是否启动
ps -ef | grep tomcat 或者 ps -ef | grep java
启动tomcat(在tomcat/bin目录下)
./startup.sh
关闭tomcat
1.强制关闭进程 【kill -9 pid号码(可由ps -ef | grep tomcat查出)】
2. 【./shutdown.sh】
内容版权声明:除非注明,否则皆为本站原创文章。