Home  >  Article  >  Operation and Maintenance  >  How to start tomcat in linux

How to start tomcat in linux

王林
王林Original
2020-03-12 15:59:007233browse

How to start tomcat in linux

First enter the bin directory of tomcat

cd /home/hstomcat/apache-tomcat-7.0.63/bin

Your own environment may have different installation goals, so you need to control it yourself.

(Recommended tutorial: linux tutorial)

Start tomcat

Use the ls command, you can see the files in the bin directory File

Run the startup command script

sh startup.sh

or

./startup.sh

How to start tomcat in linux

in the bin directory so that tomcat is enabled.

Check whether the tomcat process is started

ps aux | grep tomcat

Recommended related video tutorials: linux video tutorial

The above is the detailed content of How to start tomcat in linux. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn