2010/3/10 Christopher Schultz <ch...@christopherschultz.net>:
>
> I don't mean to belabor the point, but upgrading from Tomcat 5.5 to 6.0
> should have been this easy:
>
> 0. Stop Tomcat 5.5
> 1. Install Tomcat 6.0
> 2. Copy yourapp.war from Tomcat 5.5\webapps -> Tomcat 6.0\webapps
> 3. Start Tomcat 6.0
>
> Here are some potential things you'd have to change:
>
> 1. Copy JDBC library from Tomcat 5.5\common\lib into Tomcat 6.0\lib
> 2. <Connector> port numbers in Tomcat 6.0\conf\server.xml
> 3. Cluster configuration in server.xml
> 4. Global environment entries in server.xml
>

A document that might add to the above:
http://tomcat.apache.org/migration.html

5. In Tomcat 5.5 the commons-logging library was bundled with Tomcat
and was visible to all installed applications. In Tomcat 6 you have to
deploy it explicitly, if your application uses it.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to