Hi,
I am using JAAS authentication from a web application, the problem is
that the login modules that I use, and all the classes that the
LoginModule uses are not loaded from the WEB-INF/classes or WEB_INF/lib
folder. I have to put them on the jdk/jre/lib/ext. The problem is that
the classes I put there collide with other applications that use the
same installed JDK and also with some other webapplications that run on
the same application server.
I have developed it using jdk1.3.1 and JAAS 1.0.
Is there a way to put specify where login module classes should be
loaded that does not interfere with other applications (that is, I do
not want to put any class on the jdk/ jre/lib/ext folder).
Cheers




Reply via email to