Top "Configuration" questions

Configuration is the process of specifying the settings used for a system or application

How to set the java.library.path from Eclipse

How can I set the java.library.path for a whole Eclipse Project? I'm using a Java library that relies …

java eclipse configuration buildpath
Turning off auto indent when pasting text into vim

I am making the effort to learn Vim. When I paste code into my document from the clipboard, I get …

vim configuration editor indentation auto-indent
How to read AppSettings values from a .json file in ASP.NET Core

I have set up my AppSettings data in file appsettings/Config .json like this: { "AppSettings": { "token": "1234" } } I have searched online …

c# asp.net-core .net-core configuration app-config
Getting Spring Application Context

Is there a way to statically/globally request a copy of the ApplicationContext in a Spring application? Assuming the main …

java spring configuration
OpenSSL and error in reading openssl.conf file

I am running windows xp 32bit I just downloaded Openssl from the following URL and installed it. http://www.slproweb.…

windows configuration openssl environment-variables
Difference between <context:annotation-config> and <context:component-scan>

I'm learning Spring 3 and I don't seem to grasp the functionality behind <context:annotation-config> and <context:component-scan&…

java spring configuration annotations spring-3
How to fix: Handler "PageHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list

I am configuring an MVC 3 project to work on a local install of IIS and came across the following 500 error: …

asp.net-mvc iis-7 configuration asp.net-4.0
Environment variable to control java.io.tmpdir?

I've used the TMP environment variable to control things like where gcc writes it's temporary files, but I can't seem …

java configuration environment-variables temp
What's the best practice using a settings file in Python?

I have a command line script that I run with a lot of arguments. I have now come to a …

python parsing configuration yaml settings
Getting value from appsettings.json in .net core

Not sure what am I missing here but I am not able to get the values from my appsettings.json …

c# asp.net-core configuration asp.net-core-mvc appsettings