Hi @Chinnu ,
I responded to you on your Stack Overflow post. Posting my response on here for visibility:
"The CATALINA_HOME directory isn’t on the /home drive, so if you put them there the .jar’s wouldn’t be shared across your instances. you can upload the .jar’s to /home/tomcat/lib, which is mentioned in this doc. /home/tomcat/lib is added to Tomcat’s class loader, so the .jar will be added just like when you put it under CATALINA_HOME/lib."
Hope that helps.
Thanks,
Grace