How to start tomcat in linux

王林
Release: 2020-03-12 15:59:00
Original
7162 people have browsed it

How to start tomcat in linux

First enter the bin directory of tomcat

cd /home/hstomcat/apache-tomcat-7.0.63/bin
Copy after login

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
Copy after login

or

./startup.sh
Copy after login

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
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!