On 4/16/07, Bischofs, Ingo <[EMAIL PROTECTED]> wrote:
As i've read, the folder structure of tomcat 6.x has changed slighlty.

I've upgraded from 5.5.12 to 6.0.10, yes the folder structure has
changed and it looks a lot simpler and cleaner - all Tomcat apps
(Manager, Host Manager etc) that I use continue to work as usual.

A few HTML links to documents are broken, but the documents are
actually there and can be easily located under /webapps/docs or even
on Tomcat's site.

Does that have any impact on formerly deployed web-applications
(deployed for 5.5), respectively: is an application deployed for the 5.5
release fully compatible to tomcat 6.x?

Tomcat 6.x implements Servlet 2.5/JSP 2.1 but Tomcat 5.5.x implements
Servlet 2.4/JSP 2.0 spec according to the chart shown here:
http://tomcat.apache.org/whichversion.html

A few things have changed in the Servlet 2.5 spec,

Are are using EL (Expression Language) in your application's JSP
files? Then is your project's web.xml has Servlet 2.4 schema URIs in
the web-app node? If it does, then those URIs need to change to
Servlet 2.5 schema URIs.

Other than that, I think the release notes should cover any additional
changes that were implemented.




Thx, Ingo

-Rashmi

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to