|
升级TOMCAT 5.0.12 到TOMCAT 5.5.23
1 卸载原来的版本
2 安装 WINDOWS TOMCAT 安装包
TOMCAT 5.5 以后就要自己安装ADMIN包了
启动
TOMCAT 5.5.23 启动出错了
java.lang.NoSuchMethodException: org.apache.catalina.startup.Catalina.setAwait(boolean)
at java.lang.Class.getMethod(Unknown Source)
at org.apache.catalina.startup.Bootstrap.setAwait(Bootstrap.java:359)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:4
找了好多地方没有 看到这个错误的解决方法
所以我就只好重新安装了
然后 拷贝我原来的程序到WEBAPP目录下面
访问 一切正常
附件: APACHE 的官方安装说明
ApacheTomcat5.5.23
Usefulreferences:
Releasenotes,withimportantinformationaboutknownissues版本
Changelog
Status
NOTE:ThetarfilesinthisdistributionuseGNUtarextensions,andmustbeuntarredwithaGNUcompatibleversionoftar.TheversionoftaronSolarisandMacOSXwillnotworkwiththesefiles.
Tomcat5.5requiresJRE5.0bydefault/TOMCAT5.5以上的版本必须要JRE5.0.ReadtheRELEASE-NOTESandtheRUNNING.txtfileinthedistributionformoredetails.
PackagingDetails(or"WhatShouldIDownload?")
apache-tomcat-[version].zipor.tar.gz:basedistro,allnon-embeddedusersdownloadthis.
apache-tomcat-[version].exe:Windowsinstallerwithbasedistrocontents+Windowsinstallation.
apache-tomcat-[version]-admin.zipor.tar.gz:theTomcatAdministrationwebapponly.
apache-tomcat-[version]-compat.zipor.tar.gz:requiredinadditiontothebasedistroforusingtomcatwithaJava1.4environment.//让TOMCAT支持JAVA1.4环境
apache-tomcat-[version]-deployer.zipor.tar.gz:thestandaloneTomcatWebApplicationDeployer.
apache-tomcat-[version]-embed.zipor.tar.gz:forusingTomcatonlyasanembeddedservletcontainer.
ThankyouforusingTomcat!.
TheApacheTomcatProject
http://tomcat.apache.org/
|
|
|
|
|
|
|