diff --git a/README.Fedora b/README.Fedora index 2344865e3..d63abec06 100644 --- a/README.Fedora +++ b/README.Fedora @@ -71,10 +71,22 @@ This section explains how to upgrade LibrePlan from version a.b.c to version x.y *VERY IMPORTANT*: If there are other versions between a.b.c and x.y.z, we need to execute those scripts in order, so the upgrade is done correctly. -2) Restart Tomcat6 ------------------- +2) Stop Tomcat6 +--------------- -# service tomcat6 restart +# service tomcat6 stop + + +3) Remove current deployed aplication +------------------------------------- + +# rm -rf /var/lib/tomcat6/webapps/libreplan/ + + +4) Start Tomcat6 +---------------- + +# service tomcat6 start LibrePlan should be running at http://localhost:8080/libreplan diff --git a/README.openSUSE b/README.openSUSE index 142a1d6e4..6cf1da88c 100644 --- a/README.openSUSE +++ b/README.openSUSE @@ -77,10 +77,22 @@ This section explains how to upgrade LibrePlan from version a.b.c to version x.y *VERY IMPORTANT*: If there are other versions between a.b.c and x.y.z, we need to execute those scripts in order, so the upgrade is done correctly. -2) Restart Tomcat6 ------------------- +2) Stop Tomcat6 +--------------- -# service tomcat6 restart +# service tomcat6 stop + + +3) Remove current deployed aplication +------------------------------------- + +# rm -rf /usr/share/tomcat6/webapps/ + + +4) Start Tomcat6 +---------------- + +# service tomcat6 start LibrePlan should be running at http://localhost:8080/libreplan