On Jul 22, 2008, at 7:16 AM, Ashwill, Steve (Facilities & Services)
wrote:
Hello everyone,
I am trying to build and run a custom login module but I have been
unable to make it run. It compiles just fine using the
jetspeed-api-2.1.3.jar and jetspeed-security-2.1.3.jar as libraries
but
when it runs it tells me that it can't find the
LoginModuleProxyImpl.class which is probably just the first thing it
can't find. I have basically copied the DefaultLoginModule modifying
the callbackhandler in the way it supplies the username, and then I
would like it to do everything else the same way the
DefaultLoginModule
works.
Can anyone point me to some examples showing the placement of the
files
in Jetspeed and examples where this has been done with the Jetspeed
portal or perhaps give me a clue as to how and what and where things
should be located.Thanks in advance for your help.
LoginModuleProxyImpl is in jetspeed-security-2.1.3.jar
Are you running from within a Jetspeed installation under Tomcat, or
some other configuration?
Is your custom login module placed under the jetspeed webapp?
Recommend building your login module as a jar, and dropping it into
the jetspeed WEB-INF/lib directory
Then update your Spring configuration (security-atn.xml) to point to
your login module proxy impl
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]