Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Java API
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
OCP Oracle Certified Professional Java SE 21 Developer Study Guide: Exam 1Z0-830
this week in the
Programmer Certification
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
Liutauras Vilda
Jeanne Boyarsky
paul wheaton
Sheriffs:
Ron McLeod
Devaka Cooray
Henry Wong
Saloon Keepers:
Tim Holloway
Stephan van Hulst
Carey Brown
Tim Moores
Mikalai Zaikin
Bartenders:
Frits Walraven
Forum:
Other JSE/JEE APIs
Problem in JAAS loginmodule
Anurag Malaviya
Greenhorn
Posts: 19
posted 12 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi all
i am trying to a custom Login Module as an standalone app, which i would later use in
tomcat
.
Right now i am getting an error while running which is "javax.security.auth.login.LoginException: unable to instantiate LoginModule".
At first, i thought my config file is not correct. But in that case i would have got an error like " unable to config Login Module ".
Would welcome all kind of suggestions.
thanks
anurag
Rob Spoor
Sheriff
Posts: 22815
132
I like...
posted 12 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Does your login module class have a public constructor that does not take any parameters? Does it perhaps throw an exception from the constructor?
SCJP 1.4 - SCJP 6 - SCWCD 5 - OCEEJBD 6 - OCEJPAD 6
How To Ask Questions
How To Answer Questions
It looks like it's time for me to write you a reality check! Or maybe a tiny ad!
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
New JavaRanch Journal article: Authentication using JAAS
How to use the unauthenticatedIdentity property
JAAS Implementation with JBOSS
Single sign On with JAAS
JAAS LoginModule Registration under WebSphere
More...