I just configured a JAASRealm and a login module for it that authenticates
users. I've gotten that to work just fine. But in the process I discovered
something very strange. My loging module relies on mail.jar, the JavaMail
API. I put my login module and its dependency jars into the common/lib
Hello,
I have a really bizarre problem -- I have a JAAS login module
configured via a JAASRealm in the server.xml file, and this login
module relies on mail.jar (JavaMail API). I have placed the mail.jar
and required activation.jar, and my login module jar in the common/
lib directory. In