Apache Tomcat 7 on CentOS 7 1804 - 404

Issues related to applications and software problems
Post Reply
JosephAsk
Posts: 1
Joined: 2018/06/06 05:22:08

Apache Tomcat 7 on CentOS 7 1804 - 404

Post by JosephAsk » 2018/06/06 05:28:11

Hello,
I've installed Apache Tomcat 7 on CentOS 7 1804 using

Code: Select all

yum install apache
and created services using systemctl command.
Testing the installation using

Code: Select all

wget http://127.0.0.1:8080
I receive a 404.
No error on Apache Tomcat7 logs.

Could you help me to solve my strange issue ?

Kind regards

JosephAsk

hunter86_bg
Posts: 2019
Joined: 2015/02/17 15:14:33
Location: Bulgaria
Contact:

Re: Apache Tomcat 7 on CentOS 7 1804 - 404

Post by hunter86_bg » 2018/06/07 00:09:27

Installing only apache doesn't install tomcat.

Post Reply