When I did this, there were a couple of gotyas ;-). The biggest one was that in Tomcat 3.3, JSP files under the Context-root are given the default package (and so can reference Beans in the default package without an explicit import). This is no longer true in TC 4.1.x. Otherwise, TC 4.1.x fully supports Servlet-2.2 webapps, so until you change your web.xml file to be a Servlet-2.3 app, you should be fine.
"Guillermo de Jes�s HOYOS-RIVERA" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hello: I have an application running on Tomcat 3.3, and I would like to know how difficult can it be to migrate it to Tomcat 4.1. Any idea? Thanks in advance and best regards. ---------- Guillermo de Jes�s HOYOS-RIVERA Doctorant du LAAS-CNRS, groupe OLC 7, Avenue Colonel Roche, bureau A43 31077, Toulouse, FRANCE Tel. (+33|0) 5 61 33 62 63 Fax. (+33|0) 5 61 33 64 11 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
