Tomcat 5.5.12 common/lib jars and classpath

2005-10-20 Thread Brad O'Hearne
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

common/lib jars and classpath

2005-10-20 Thread Brad O'Hearne
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