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

Apache Tomcat  5.5 . 23

Useful references: 

Release notes, with important information about known issues 版本
Changelog 
Status 

NOTE: The tar files 
in   this  distribution use GNU tar extensions, and must be untarred with a GNU compatible version of tar. The version of tar on Solaris and Mac OS X will not work with these files.

Tomcat 
5.5  requires JRE  5.0  by  default   / TOMCAT5.5以上的版本 必须要JRE5. 0 . Read the RELEASE - NOTES and the RUNNING.txt file  in  the distribution  for  more details. 

Packaging Details (or 
" What Should I Download? "

apache
- tomcat - [version].zip or .tar.gz:  base  distro, all non - embedded users download  this
apache
- tomcat - [version].exe: Windows installer with  base  distro contents  +  Windows installation. 
apache
- tomcat - [version] - admin.zip or .tar.gz: the Tomcat Administration webapp only. 
apache
- tomcat - [version] - compat.zip or .tar.gz: required  in  addition to the  base  distro  for   using  tomcat with a Java  1.4  environment.  // 让TOMCAT 支持 JAVA1.4环境
apache - tomcat - [version] - deployer.zip or .tar.gz: the standalone Tomcat Web Application Deployer. 
apache
- tomcat - [version] - embed.zip or .tar.gz:  for   using  Tomcat only  as  an embedded servlet container. 

Thank you 
for   using  Tomcat !

The Apache Tomcat Project 
http:
// tomcat.apache.org/ 

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