Page 3 of 3 FirstFirst 123
Results 21 to 22 of 22

Thread: Spring Security ACL tutorial

  1. #21
    Join Date
    Jun 2006
    Posts
    25

    Default

    I've made some progress. First, for anyone else who might be confused by some of the same things I was, such as there not being any index.task and no resolution in the XML files. The resolution is done using annotations in WelcomeController.java.

    I also managed to get to http://localhost:8080/SpringStarter/app/index.task which gives this page:

    [header]
    [navigation]
    [menu]
    Clerk home
    Customer home
    Public page
    Register customer
    Populate database

    Home page
    [this is a footer]

    Now the link for Populate database is
    http://localhost:8080/app/public/populate.task
    but it should be
    http://localhost:8080/SpringStarter/.../populate.task.

    Similarly the link to Public page is
    http://localhost:8080/app/public/welcome.task
    but should be
    http://localhost:8080/SpringStarter/...c/welcome.task


    Those 2 links actually work, once you add SpringStarter to the URL. I'd expect the pattern to follow for the other links, but if I try a (corrected) Clerk link:
    http://localhost:8080/SpringStarter/...k/welcome.task
    instead of what ever that page is, I get the same error I get from the login screen:
    HTTP Status 404 - /SpringStarter/login.jsp

    Can anyone tell me how to correct the app so that all of the links work?
    Last edited by bdrhoa; Apr 23rd, 2009 at 03:09 AM.

  2. #22

    Default please help

    Hello everyone. I'm new at this Spring Security and am trying to run the example of denksoft SpringStarter but i don`t know how. Let's see if someone can tell me what to do. Not how to deploy ... I am use Tomcat but it don`t run. Thank you.
    Last edited by basurator2001; Aug 21st, 2009 at 04:41 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •