Download Latest Available Version of Tomcat apache-tomcat-9.0.43.tar.gz copy in /sap/upgrades/ extract : tar zxvf apache-tomcat-9.0.43.tar.gz Stop Data Services Take Backup of /usr/sap/IPS folder in /sap/upgrades or only Tomcat folder under /use/sap/IPS/sap_bobj/ go back to /sap/upgrades/ mv apache-tomcat-9.0.43 tomcat cp -rp * /usr/sap/IPS/sap_bobj/tomcat/ Start Data Services
edit MailNotifierApp.props this file under SUM folder /usr/sap/<sid>/SUM/abap/mailNotifier sum.host = servername sum.port = 1128 sum.user = <SID>adm sum.pwd = PASSWORD sum.sid = <SID> sum.type = sumabap sum.ssl = false mail.host = MAIL SERVERNAME mail.port = 25 mail.user = mail.pwd = mail.from = senderid@test.com mail.to = receiver@test.com mail.debug = false save this and exit then run this following command in terminal you have to keep this terminal open to run notification program. java -jar MailNotifierApp.jar properties=MailNotifierApp.props you will get test email after this