up vote 0 down vote favorite
share [g+] share [fb]

I am completely new to CentOS and want to install Tomcat6 however I cannot find it via yum. Am I missing a repo?

link|improve this question

80% accept rate
feedback

2 Answers

up vote 1 down vote accepted

There are no tomcat6 packages available for CentOS 5 in the standard repositories. CentOS still uses tomcat5. You might find packages out on the internet somewhere.

link|improve this answer
tomcat 6 is considered the "unstable" branch,CentOS won't include it unless in the development repos,i guess – Mahmoud Hossam Feb 22 '10 at 14:05
feedback

Tomcat is just a bunch of jar files & shell scripts for the most part, download the tar or zip file to any directory and unpack and use. You dont need to build/install anything.

link|improve this answer
O.K. Just wanted to make sure there was no other option I overlooked. I prefer repositories and security-updates over DIY-installations. – er4z0r Feb 22 '10 at 16:29
yes, the nice thing about tomcat though is its not really an install, just an unpack, no make or build or copy to anywhere needed. – Joelio Feb 23 '10 at 2:04
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.