linux install apache, Tomcat

A. Installing Apache

1. Install

yum install httpd

2. Start:

service httpd start

start up

3. Verify:
browser and enter:

192.168.1.125:80

II. Install Tomcat

1. Extract:

tar -zxvf apache-tomcat-8.5.23.tar.gz -C /opt/module/

Decompression

2. Start:

bin/startup.sh

start up

3. Verify:

192.168.1.125:8080

verification

Published 18 original articles · won praise 0 · Views 465

Guess you like

Origin blog.csdn.net/aflyingcat520/article/details/105332316