2014-06-23 18:27 GMT+04:00 Christopher Schultz <ch...@christopherschultz.net>:
>>
>> Thanks for the hint. Should have thought of it before asking the
>> list! Updating takes some time, I will provide feedback when all is
>> done.
>
> $ tar xzf /path/to/tomcat-...tar.gz
> $ $CATALINA_HOME/bin/catalina.sh stop
> $ export CATALINA_BASE=/path/to/new-tomcat

1) The above export command should be CATALINA_HOME, not CATALINA_BASE.
2) rm -rf $CATALINA_BASE/work/*

> $ $CATALINA_HOME/bin/catalina.sh start
>
> It shouldn't take very long.
>

The official documentation is here:
http://tomcat.apache.org/migration.html

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