On 28/05/2014 13:06, David kerber wrote: > Right now I'm running TC 7.0.22 on Windows Server 2008 R2, as windows > services. Not using APR. > > To upgrade to the latest version, I should be able to just stop the > services and unzip the latest .zip version on top of the existing Tomcat > installation, right?
Wrong. At least one JAR (ecj*.jar, the Eclipse compiler) has changed names so you'll have multiple versions of that JAR. You'll need to remove the old versions. You are also likely to clobber any customisations you have in server.xml or any of the other files in conf. You can do it this way but you need to be really careful. The migration guide on the web site provides a handy tool to check for changes in the default config files between versions so you can see what changes you need to apply to your customised files (assuming you have made some tweaks). Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org