I have a war file deployed to my tomcat server. Tomcat unpacks the war file and I can access the WEB-INF/lib folder.
There is a newer version of somelib.jar in WEB-INF/lib. I want to upgrade this without recompiling the war file.
Can I change somelib.jar in WEB-INF/lib for a version upgrade without any consequenses? Or does my servlet crahes after restart?