Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1106083
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T01:44:11+00:00 2026-05-17T01:44:11+00:00

In Spring web mvc 1) If we define DispatcherServlet as below <servlet> <servlet-name>appServlet</servlet-name> <servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>

  • 0

In Spring web mvc

1) If we define DispatcherServlet as below

<servlet>
    <servlet-name>appServlet</servlet-name>
    <servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>
</servlet>

it looks for file named appServlet-servlet.xml under WEB-INF folder as mentioned in the spring reference.

My question is can we change this file name and location it looks for? (I think using context or init parameters we can do this,can any body tell me what exactly it should be?)

2) In every spring web mvc web.xml,we will have the below line:

    <listener>
    <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>

Here, My question is what context files it looks for? (is is this context loader listener which looks for dispatcherservlet-servlet.xml?)

3) Difference between dispatcherservlet-servlet.xml and applicationcontext.xml? (I saw some examples..where people are importing applicationcontext.xml into dispatcherservlet-servlet.xml?)

4) Please tell me how many contexts we can have for spring web and are there any naming conventions for this(like dispatcher servlet)?/

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T01:44:11+00:00Added an answer on May 17, 2026 at 1:44 am
    1. “The namespace can also be set explicitly via the namespace servlet init-param.” You can set whatever path you want there, relative to the context root

    2. No, the ContextLoaderListener looks for applicationContext.xml (or for the file specified by the context-param contextConfigLocation. Again the path is relative to the context-root. I usually place mine in /WEB-INF/classes/applicationContext.xml, and set this as a value of the context-param).

    3. The dispatcherServlet-servlet.xml is a child context to the one defined by applicationContext.xml. The child context can access beans from the parent context, but the opposite is not true. So imagine you have a “web” context, with all controllers and web-related stuff, and a “main” context with everything else

    4. It is advisable to have as few contexts as possible (for the sake of simplicity). But you can define multiple dispatcher servlets, and hence have multiple “child” contexts.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I notice that there is getWebApplicationContext in org.springframework.web.servlet.mvc.AbstractController . This means that spring programmers
all, I am writing a demo application to learn usage of the org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping class.
I have two class definitions in my Spring MVC web application named Class and
I just started with Spring Web MVC. I'm trying to avoid file extenstions in
I am using spring web mvc for my app's UI part.. By using following
I have a Spring Web MVC application that I'd like to serve a large,
I've got a Spring Web MVC application (and also a BlazeDS application, though not
I'm building a Spring MVC web application with Tiles/JSP as the view technology. Previously
I have a spring web app that uses Hibernate and Velocity. It's an MVC
I use Spring MVC (via Spring Roo) to build a small web application for

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.