• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Problem installing Tomcat

D

dkeyes

Guest
Hello All -

I am new to Plesk (really like it) and have been put into a bit of an akward situation with it. I develop in Java and need to deploy via Tomcat on a Plesk-managed Linux environment (Redhat 7.3). My hosting provider isn't very Java-friendly, and does not install the Tomcat components by default. They basically just told me that I'm on my own and gave me root SSH access to the box to get Tomcat up and running.

OK, I researched the Plesk Reloaded 7.5 install guide and followed the instructions for installing the needed RPM's. Most installed fine, but I cannot get one to install (mod_webapp-4.1.29-23psa.rh7.3.i586.rpm). This RPM comes back indicating that it requires Apache. I attempted to install the Apache RPM listed in the documentation (apache-1.3.27-4.i386.rpm) but I get the following errors:

[root@as TC]# rpm -Uvh apache-1.3.27-4.i386.rpm
warning: apache-1.3.27-4.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e
Preparing... ########################################### [100%]
file /etc/httpd/conf/httpd.conf from install of apache-1.3.27-4 conflicts with file from package httpd-2.0.
46-26.ent.1.swsoft
file /etc/httpd/conf/magic from install of apache-1.3.27-4 conflicts with file from package httpd-2.0.46-26
.ent.1.swsoft
file /etc/httpd/modules from install of apache-1.3.27-4 conflicts with file from package httpd-2.0.46-26.en
t.1.swsoft
file /etc/rc.d/init.d/httpd from install of apache-1.3.27-4 conflicts with file from package httpd-2.0.46-2
6.ent.1.swsoft
file /usr/bin/htdigest from install of apache-1.3.27-4 conflicts with file from package httpd-2.0.46-26.ent
.1.swsoft
file /usr/bin/htpasswd from install of apache-1.3.27-4 conflicts with file from package httpd-2.0.46-26.ent
.1.swsoft
file /usr/sbin/apachectl from install of apache-1.3.27-4 conflicts with file from package httpd-2.0.46-26.e
nt.1.swsoft
file /usr/sbin/httpd from install of apache-1.3.27-4 conflicts with file from package httpd-2.0.46-26.ent.1
.swsoft
file /usr/sbin/rotatelogs from install of apache-1.3.27-4 conflicts with file from package httpd-2.0.46-26.
ent.1.swsoft
file /usr/sbin/suexec from install of apache-1.3.27-4 conflicts with file from package httpd-2.0.46-26.ent.
1.swsoft
file /usr/share/man/man1/htdigest.1.gz from install of apache-1.3.27-4 conflicts with file from package htt
pd-2.0.46-26.ent.1.swsoft
file /usr/share/man/man1/htpasswd.1.gz from install of apache-1.3.27-4 conflicts with file from package htt
pd-2.0.46-26.ent.1.swsoft
file /usr/share/man/man8/apachectl.8.gz from install of apache-1.3.27-4 conflicts with file from package ht
tpd-2.0.46-26.ent.1.swsoft
file /usr/share/man/man8/httpd.8.gz from install of apache-1.3.27-4 conflicts with file from package httpd-
2.0.46-26.ent.1.swsoft
file /usr/share/man/man8/rotatelogs.8.gz from install of apache-1.3.27-4 conflicts with file from package h
ttpd-2.0.46-26.ent.1.swsoft
file /usr/share/man/man8/suexec.8.gz from install of apache-1.3.27-4 conflicts with file from package httpd
-2.0.46-26.ent.1.swsoft
file /etc/httpd/conf/access.conf from install of apache-1.3.27-4 conflicts with file from package frontpage
-5.0.2.2634-6as3.swsoft
file /etc/httpd/conf/srm.conf from install of apache-1.3.27-4 conflicts with file from package frontpage-5.

I would greatly appreciate any help you could provide. I've been pounding my head against the wall for most of the day, and am frankly stuck.

Thanks :)
 
Back
Top