Top "Configuration-files" questions

Files that configure the initial settings for some computer programs.

How is User.config created and how it is used

I started reading about config files and I read about user.config. Googled about it, but couldnt find how it …

c# configuration-files application-settings
How to migrate Weblogic's config.xml to multiple machines?

our development team develops a J2EE application that runs on Weblogic 10.3. Each development machine runs its own copy of …

integration weblogic configuration-files weblogic-10.x
Reading Java Properties file without escaping values

My application needs to use a .properties file for configuration. In the properties files, users are allow to specify paths. …

java properties configuration-files
MissingSectionHeaderError: File contains no section headers.(configparser)

I'm using configparser in order to read and modify automatically a file conf named 'streamer.conf'. I'm doing this : import …

python python-2.7 configuration configuration-files configparser
How can I make a .NET class library read its own configuration file?

I have a .NET class library that provides a set of helper functions that are used by several Web Services. …

.net configuration configuration-files class-library
How to syntax check PostgreSQL config files?

I am often editing the pg_hda.conf file and I was just wondering if there is a way to …

postgresql syntax configuration-files
Reading connection string from external config file

I have created a console application and an app.config file and Connections.config file. The app.config file has …

c# connection-string app-config external configuration-files
Default colour set on gnuplot website

Ok, I know this question might sound silly, but I cannot find out why the demo from the gnuplot official …

themes gnuplot configuration-files demo
Spring : Exception starting filter springSecurityFilterChain

I am trying to write an application using Spring 3.1.2-Release. App server is Tomcat 7. When I start the server I …

java spring spring-security configuration-files web.xml
Mercurial: How to ignore changes to a tracked file

I have a file with database settings in my project which I have set to some defaults. The file is …

version-control mercurial configuration-files hgignore