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 8830981
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T08:12:44+00:00 2026-06-14T08:12:44+00:00

In ASP.NET I have .config XML files which configure my applications. It is nice

  • 0

In ASP.NET I have .config XML files which configure my applications. It is nice to be able to log on to the server and simply edit the XML when a configuration needs to change. The application self-detects this and restarts automatically.

How can I get the same convenience with Spring MVC?

(Currently I export my MVC applications to .war files which are deployed in Tomcat Web Application Manager. If I need to change settings in for instance root-context.xml I need to export, undeploy and deploy the application again. A tedious and risky operation.)

  • 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-06-14T08:12:45+00:00Added an answer on June 14, 2026 at 8:12 am

    you could store the spring-configuration outside of your war (f.e. in the conf folder of your tomcat).

    following snippet from web.xml tells spring where to find the configuration file:

    <context-param>
        <param-name>contextConfigLocation</param-name>
        <param-value>file:/foo/bar/root-context.xml</param-value>
    </context-param>
    

    or you could move things, which you need to change often from your root-context.xml to a properties-file and place it then outside the war.

    define a properties-placeholder in your spring-configuration to access the properties-file:

    <context:property-placeholder location="file:/foo/bar/root-context.properties />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an ASP.NET project which has already some custom fields in it's web.config
I have a custom configuration file in my asp.net website, named urls.config , which
I've got an ASP.Net app in which my AppSettings node from the Web.Config xml
Weired problem! ASP.NET Session expires instantly. In my web.config I have this session settings:
I have an ASP.Net web site (ASPX and ASMX pages) with a single web.config
I have configured my Web.Config file as follow in a ASP.NET MVC 2 project:
I have an C# asp.net app using the default Sql MembershipProvider. My web.config has
I have an ASP.NET application with a <codeSubDirectories> section in web.config. My main project
I have a website that uses basic ASP.Net forms authentication. In the web.config file
I use ASP.NET and have a label control on my page, which I fill

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.