I have two applications under tomcat/webapps folder.
tomcat/webapps/App1
tomcat/webapps/App2
Both applications share the same libraries. Which are stored for example in tomcat/webapps/App1/WEB-INF/lib.
Are both libraries loaded twice in memory?
Should I put these shared libraries in tomcat/server/lib?