• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Does the page "Complete configuration of JAAS on JBOSS and STRUTS" by Harsh work ?

 
Ranch Hand
Posts: 190
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is there anybody who has successfully use the codes and instructions in the webpage Complete configuration of JAAS on JBOSS and STRUTS by Harsh ?

I've not been successful in implementing a form-based authentication as described in the page. After analyzing in detail, I find its login.jsp page questionable. First, it doesn't have j_security_check as its action name. Second, its action is "logon.do", which should launch the page itself as indicated in web.xml (refer to tag <form-login-page/> .

Therefore, I'd appreciate it if whoever has tried using information before could tell me whether the info actually works. Appreciate it too if anybody could tell me what one should do to make it work.

Thanks!
 
Ranch Hand
Posts: 148
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
*push

can somebody help? i have the same problem...
 
reply
    Bookmark Topic Watch Topic
  • New Topic