Dear Puneet,
Here are the steps to upgrade from Tomcatxx to Tomcat yy:
The below steps are for upgrading default 5.5.20 tomcat to a higher
incremental release of tomcat.
This method is not intended in an upgrade from default 5.5.20 to a major
release version such as tomcat 6 or 7.
- Stop the Tomcat
- Run the script ./tomcatshutdown.sh in bobje directory.
- Rename bobje/Tomcat to tomcat_bak.Command: mv bobje/Tomcat
tomcat_bak - Download tomcat 5.5.xx core tgz file from Apache website to bobje/tomcat and
extract using the command: tar -xvf tgz filename - Create new folder apache-tomcat-5.5.xx.Command:mkdir apache-tomcat-5.5.xx
- Rename folder apache-tomcat-5.5.xx to Tomcat55 using the move command
- Go to the deployment directory which is one level above bobje.
- Run the script ./wdeploy.sh tomcat55 deployall
- Message:"Build Successful"
- Run the script ./tomcatstartup.sh to start the Tomcat.
https://support.wdf.sap.corp/sap/support/notes/1635287
Best regards,
Saloua