Results 1 to 2 of 2

Thread: Newbie servlet mapping question.

  1. #1
    Join Date
    May 2005
    Posts
    8

    Default Newbie servlet mapping question.

    I am developing a Spring powered web application with an administration module. I want the administration pages to be in a sub-directory called admin and would like them to be managed by a seperate controller to that of the main web application. Is this possible in Spring and if so what is the best way?

  2. #2
    Join Date
    Sep 2004
    Location
    Leuven, Belgium
    Posts
    1,853

    Default

    That's possible. One way of doing it would be to have a seperate DispatcherServlet for the admin module, with it's own ViewResolver to pickup the pages in the subdirectory.

    Erwin

Similar Threads

  1. Replies: 11
    Last Post: Jul 23rd, 2007, 02:09 AM
  2. Replies: 4
    Last Post: Oct 5th, 2005, 11:04 AM
  3. newbie question - Servlets and singleton beans
    By lnader in forum Architecture
    Replies: 2
    Last Post: Aug 22nd, 2005, 03:52 PM
  4. Newbie servlet mapping question.
    By mandyfester in forum Web
    Replies: 1
    Last Post: May 7th, 2005, 08:25 AM
  5. Replies: 13
    Last Post: Dec 7th, 2004, 10:00 AM

Posting Permissions

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