• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JAAS LoginModule Registration under WebSphere

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How to deploy JAAS login module under websphere. I am getting following exception�
javax.security.auth.login.LoginException: unable to find LoginModule class <Login Module Name> when loading the LoginContext.login() API is called
 
Ranch Hand
Posts: 1209
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Bhanu Prasad Madana:
How to deploy JAAS login module under websphere. I am getting following exception�
javax.security.auth.login.LoginException: unable to find LoginModule class <Login Module Name> when loading the LoginContext.login() API is called



Is been a couple of year since I used jaas. But from what i remeber, there s'd be an entry in your<JAVA_HOME> jre/lib/security/java.security file that needs to point to the file that actually specifies the login module.
hth
reply
    Bookmark Topic Watch Topic
  • New Topic