> From: Glen Mazza [mailto:gmazza@apache.org]
> Subject: Webapps that run on 5.0.28 but not 5.5.x?
>
> Question: How common is it for a webapp to be able to run on Tomcat
> 5.0.28 but *not* 5.5.20?
The probability of it not running is near zero, with two caveats:
1) If the webapp utilizes internal Tomcat/Catalina classes, these may
have changed. Highly unlikely in anything other than
manager/admin/monitoring applications.
2) Resource configuration has changed between 5.0 and 5.5, so
container-specific files like context.xml and server.xml need some
translation between levels. The web.xml of the app should not need any
updates.
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|