升级TOMCAT 5.0.12 到TOMCAT 5.5.23 的记录

升级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 的官方安装说明

ApacheTomcat 5.5 . 23

Usefulreferences:

Releasenotes,withimportantinformationaboutknownissues版本
Changelog
Status

NOTE:Thetarfiles
in this distributionuseGNUtarextensions,andmustbeuntarredwithaGNUcompatibleversionoftar.TheversionoftaronSolarisandMacOSXwillnotworkwiththesefiles.

Tomcat
5.5 requiresJRE 5.0 by default / TOMCAT5.5以上的版本必须要JRE5. 0 .ReadtheRELEASE - NOTESandtheRUNNING.txtfile in thedistribution for moredetails.

PackagingDetails(or
" WhatShouldIDownload? " )

apache
- tomcat - [version].zipor.tar.gz: base distro,allnon - embeddedusersdownload this .
apache
- tomcat - [version].exe:Windowsinstallerwith base distrocontents + Windowsinstallation.
apache
- tomcat - [version] - admin.zipor.tar.gz:theTomcatAdministrationwebapponly.
apache
- tomcat - [version] - compat.zipor.tar.gz:required in additiontothe base distro for using tomcatwithaJava 1.4 environment. // 让TOMCAT支持JAVA1.4环境
apache - tomcat - [version] - deployer.zipor.tar.gz:thestandaloneTomcatWebApplicationDeployer.
apache
- tomcat - [version] - embed.zipor.tar.gz: for using Tomcatonly as anembeddedservletcontainer.

Thankyou
for using Tomcat ! .

TheApacheTomcatProject
http:
// tomcat.apache.org/

你可能感兴趣的:(java,apache,tomcat,windows)