我正在尝试将旧应用程序移植到新服务器,需要在 CentOS 6.4 上安装 Tomcat5。这显然不是一项简单的任务。
当我尝试时:
yum install tomcat5 tomcat5-admin-webapps tomcat5-webapps
我收到
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.easynews.com
* extras: centos.mirror.freedomvoice.com
* updates: yum.phx.singlehop.com
Setting up Install Process
No package tomcat5 available.
No package tomcat5-admin-webapps available.
No package tomcat5-webapps available.
Error: Nothing to do
我如何安装并运行旧版本的 Tomcat?
答案1
Tomcat 5 在 CentOS repo 中不可用,您需要手动安装它。
1. Download the version from the below link
http://archive.apache.org/dist/tomcat/tomcat-5/
2. Extract the downloaded file.
3. Change the permission for the conf folder.
4. start the tomcat from startup.sh file inside the bin directory.
确保您的服务器上安装了 JAVA。
答案2
CentOS 6 附带 Tomcat 6,而不是 Tomcat 5。您可以运行适用于 Tomcat 5 的 CentOS 5,也可以从档案在 CentOS 6 下运行。不过,你可能会遇到其他错误。YMMV