Re: Where to put JAAS classfiles (loginmodules) when using it from a web app

2002-02-13 Thread Ismael Blesa Part
It seems that the message has been lost. Resending it, sorry if you recevive it twice Putting the jaas.jar and login_modules.jar on the orion/lib folder does solve the problem. JAAS in its actual version 1.0, next version is included on j2se1.4, has many problems with the load of login_modules.

Re: Where to put JAAS classfiles (loginmodules) when using it from a web app

2002-02-12 Thread Linus Larsen
According to the atlassian owerview over orion classloaders, it should be possible to use the Class-Path: attribute in your manifest file of your .jar file, orion should load those classes. I´ve tried but never got it to work, it seems orion ignoring the Class-Path: attribute (this works on

Re: Where to put JAAS classfiles (loginmodules) when using it from a web app

2002-02-11 Thread Scott Farquhar
Can I suggest the classloader documentation on the knowledge base: http://kb.atlassian.com/content/atlassian/howto/classloaders.jsp Here is a search that would have found the doc: http://kb.atlassian.com/search.jsp?query=jre/lib/ext Cheers, Scott Scott Farquhar :: [EMAIL PROTECTED]

Where to put JAAS classfiles (loginmodules) when using it from a web app

2002-01-25 Thread Ismael Blesa Part
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