• 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:

Unable to get the login.jsp to fire from example of book "Java EE 5 Development with NetBeans 6"

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm going through this book on Safari and trying to get the secured login to work, but having issues. Since the book is a bit out of date with the current version of Netbeans and the Glassfish it is loaded, I think that is what I'm hitting. I've got 6.9 of Netbeans and GlassFish 3.0.1 Anyway, the book was going from Netbeans 6.5 and Glassfish 2.

Does anyone have experience with setting up "Form Based Authentication"? In the book, I'm referring to page 79 and on with the example...

Mods - if this isn't a good spot, please move.

My web.xml



My sun-web.xml



When I navigate to the address they say, it doesn't go to the login.jsp, it just displays the admin.jsp page.

 
Marshal
Posts: 80780
489
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving to our JSP forum.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic