Tomcat on CentOS 4 and Plesk 8.1
Posted: Fri Feb 09, 2007 9:36 am
Hello,
I want to install tomcat 5.5 on my machine.
But yum install tomcat will not work.
My hosting company ( media temple ) said
I should take a look at ART and install the tomcat RPM.
I tried:
I want to install tomcat 5.5 on my machine.
But yum install tomcat will not work.
My hosting company ( media temple ) said
I should take a look at ART and install the tomcat RPM.
I tried:
Code: Select all
[root@as local]# wget http://3es.atomicrocketturtle.com/installers/atomik.sh
--05:19:29-- http://3es.atomicrocketturtle.com/installers/atomik.sh
=> `atomik.sh'
Resolving 3es.atomicrocketturtle.com... 69.20.54.228
Connecting to 3es.atomicrocketturtle.com|69.20.54.228|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
05:19:29 ERROR 404: Not Found.
[root@as local]# wget http://3es.atomicrocketturtle.com/installers/atomic.sh
--05:19:54-- http://3es.atomicrocketturtle.com/installers/atomic.sh
=> `atomic.sh'
Resolving 3es.atomicrocketturtle.com... 69.20.54.228
Connecting to 3es.atomicrocketturtle.com|69.20.54.228|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2,296 (2.2K) [application/x-sh]
100%[====================================>] 2,296 --.--K/s
05:19:54 (66.35 MB/s) - `atomic.sh' saved [2296/2296]
[root@as local]# sh ./atomic.sh
Downloading atomic-release-1.0-3.rhel4.art.noarch.rpm and installing the ART GPG key: OK
error: Failed dependencies:
yum >= 2.2 is needed by atomic-release-1.0-3.rhel4.art.noarch
The Atomic Rocket Turtle archive has now been installed and configured for your system
The following channels are available:
atomic - [ACTIVATED] - contains the stable tree of ART packages
atomic-testing - [DISABLED] - contains the testing tree of ART package s
atomic-bleeding - [DISABLED] - contains the development tree of ART pac kages
[root@as local]# yum install tomcat
-bash: yum: command not found