
As we create mail session using JNDI, the common classloader needs to know the javax.mail.jar.
So, we can't let it in the war lib folder.
We must put it in the Tomcat lib folder ($CATALINA_HOME/lib/).

