Files that configure the initial settings for some computer programs.

learn more… | top users | synonyms

1
vote
3answers
181 views

Automatically read configuration values in Python

I would like to read a configuration file in Python completely into a data structure without explicitly 'getting' each value. The reason for doing so is that I intend to modify these values ...
2
votes
0answers
82 views

Use app.config from fsx file

Is it possible to use an app.config file from a F# script (fsx) file? If so, how? Where do I put the file and what will it be called?
0
votes
1answer
571 views

Howto configure solr with db-data-config.xml to index documents from multiple sources

I'm trying to index multiple databases into one solr index. I've been reading the solr wiki on multiple data sources and trying to fiddle with different kind of settings but I'm not able to get the ...
0
votes
0answers
38 views

Eclipse Workspace Configuration Save Directory

I'm trying to make a shared copy of Eclipse be used by several users but I can't get the Eclipse installation to use separate workspace definitions for different users: Instead this configuration is ...
0
votes
1answer
140 views

Grails switching config properties based on another property loaded from a file

I'm not sure if this is possible or if I'm gonna have to find another way around it but... I have a Grails application that uses Spring-Security-Core as its authentication system. There are a few ...
0
votes
1answer
65 views

Java ee deploy cumstom configuration file

Is it possbile to deploy a custom configuration file to the web application server without adding it manually? I'm using glassfish 3.1.2.2 and as an IDE netbeans 7.2
1
vote
1answer
327 views

Boost property_tree: multiple values per key

Boost property tree seems like an excellent library to use for parsing config files. However, I can't figure out how to handle situations where there are multiple values per key. For example, let's ...
0
votes
1answer
48 views

What is the standard way to install tables, fields, and static data in a new database?

Unfortunately, all of my RDMS experience comes from using my company's proprietary database technology, and I'm struggling to find analogues that transfer my knowledge to PHP/MySQL practices. In my ...
1
vote
1answer
110 views

Method to store a configuration file inside executable in C++

I need to store a configuration file that can be changed once the executable has been compiled inside of an executable using C++. I assume the configuration file would need to be stored as a resource ...
0
votes
1answer
144 views

Smarty assign var to config file vars

My question looks almost the same as this Is it possible to put variables inside config files? I have a config file that controls the language. Also I have a feedback div that is showed for the ...
0
votes
1answer
67 views

Configure script failing

I just installed ubuntu 12.04 in a VMBox and now trying to install "YAP Prolog". Therefore I download the code using "git clone ..." and obtain the code, which i have to configure and build. ...
0
votes
0answers
50 views

Using the config values within the same app.config

Is there any way to use a config value within the same app.config file itself? Something like this: <?xml version="1.0"?> <configuration> <appSettings> <add ...
0
votes
3answers
208 views

Java Deployment, Config File Changes

I have a java project deployed on the server. Now I want to make some changes in "project/WebContent/WEB-INF/configuration.propertys". My question is do I need to make changes in my local machine and ...
0
votes
1answer
33 views

How can I update a .properties file using FinalBuilder?

There is a .properties file containing many name-value pairs, separated by "=". Is there any standard way in FinalBuilder to update the value of some properties?
0
votes
0answers
13 views

Can we maintain centralized configuration files for load balanced apps?

Is it ok to maintain configuration files like spring context and log4j properties in a centralized location for the load balanced apps to access ? is it a good practice ? If so how can that be ...
2
votes
0answers
200 views

Config files transform stopped working after upgrade to .NET Framework 4.5

After upgrading our solution to .NET Framework 4.5 the transformation of our config files stopped working. I also asked a question that might be connected to this but still a separate question, After ...
3
votes
1answer
320 views

msbuild transform one config few times

I have next config in my Web.config file <Target Name="UpdateWebConfigForProjectsBeforeRun"> <ItemGroup> <FilesToTransofm ...
0
votes
2answers
175 views

JavaEE Application Configuration Management in WebSphere (with restrictions)

We have a JavaEE application running on a WebSphere application server (v7). We want to manage application configuration (key/value pairs) outside the EAR. We cannot use following options due to some ...
0
votes
1answer
105 views

application config file clean up

a c# application which I worked on in the past went through a couple of namespace changes and assembly name changes. As a result of this my application's config file that is generated when I build is ...
2
votes
2answers
133 views

Commenting out a property in a Property file

I am using java to manipulate a property file. I have a requirement like I have to comment out a property value before updating and add that property with new value. Like path=c:\ after I update ...
0
votes
1answer
36 views

modifying the values of zend configuration.ini values using php code [closed]

understand that we can write the new values to zend coiguration file using the Zend_Config_Writer, But I wanted to know that is it poosible to modify the existing values present in the configuration ...
1
vote
0answers
82 views

Multiple environment configuration with android xml config on Eclipse

My android application could run on multiple environments - dev/test/live. I have few config values that are different between the environments (and a lot of values that are the same for all of them). ...
0
votes
1answer
91 views

Define multiple var clojure macro

I have a clojure application that need some configuration variable, mainly string but also stuff to evaluate. I could just declare every single variable with something like: (def config-db ...
2
votes
1answer
97 views

using protobuf as a textual configuraton file

I recently encountered a very large mission-critical project where all the configuration files were defined using textual protobuf definitions. The configuration files are meant to be human readable ...
-2
votes
1answer
156 views

How to hide/remove Query String in php using htaccess?

Eg : https://int.theqtl.com/test/t1.php?id=2 change to https://int.theqtl.com/test/t1.php
0
votes
0answers
91 views

Syntax Highlight Sublime 2 IDOL AUTONOMY

I am creating a Syntax file for Autonomy IDOL CFG files for Sublime Text 2 I am following the syntax from here: http://docs.sublimetext.info/en/latest/extensibility/syntaxdefs.html My file is as ...
2
votes
1answer
172 views

Good library for parameter injection/properties management

I have a piece of code that I have been using to manage properties for a while now. My boss didn't like this solution on the ground that property management should be done by well-known libraries, ...
0
votes
0answers
32 views

checking for modifications in configuration file when starting a program

How to check for changes in the configuration file each time when the time software starts? How to check for modifications?
1
vote
0answers
89 views

nginx configuration root

Help me to configure nginx index file option, please. Any requests except the main page i want to redirect to some handler file and the main page request to index.html file. Something like this: ...
0
votes
2answers
76 views

Equivalent of app.config for a dll COM component

In the .Net world, there is a standard place to store configuration values that can be changed based on the environment you are deploying. That is the app.config/web.config. Lately I'm having to ...
1
vote
0answers
188 views

How to deploy MessageBus in Liferay?

Written in Liferay Documentation 6.1 on using Message Bus, Configuration of Message Bus is done using the following files: WEB-INF/src/META-INF/messaging-spring.xml - Specifies your ...
3
votes
1answer
50 views

How to set more than one handler through config file in python?

I know you can set more than one logger handler with different level by calling addHandler in Python. However, I need to set two handlers through a config file, so that by calling ...
0
votes
1answer
988 views

How to read values from multiple Configuration file in c# within a single project?

Here in my project I have two application configuration files called app.config and accessLevel.config. Now using the OpenExeConfiguration I was able to access the app.config.exe file but not the ...
1
vote
2answers
425 views

Spring bean scope Tenant cannot be resolved by Intellij

My Intellij IDE tells me that the scope "tenant" of my Bean Definition cannot be resolved. Although it doesn't stop me from deploying and running my application, it looks kinda messy. Is there a way ...
0
votes
4answers
2k views

Opencart Fatal error: Call to a member function get() on a non-object

Trying to move from local host to new server. Fresh install worked fine, no problems. When I uploaded my files mydomain.com/admin comes up with a white screen and mydomain.com produces this error: ...
0
votes
0answers
56 views

VS 2010 test project configuration from another file

Here's the run down. I have a solution that is a small piece of a much larger system. We share app settings through linked configuration files with a post build event to copy the file to the build ...
2
votes
1answer
169 views

Where the Devil is my Applications .config file?

All, I have a large application. This application uses a .config file to deal with its various settings. This is fine in development, and the .config file is found and working happily in the ...
0
votes
1answer
101 views

Switching between config files in C#

Here I have two config files, I need to switch between these config files in C# Example: app.config address.config I need to change from app.config to address.config in runtime for fetching ...
1
vote
2answers
127 views

My config file for dll or why cannot parse Section..?

I encountered a problem that I have no way to parse a document standard configurations. For example: private string GetConfigKey(string param) { Configuration dllConfig = ...
0
votes
0answers
69 views

Coherence multiple cache configuration deployment descriptors

Is it possible to use multiple cache configuration deployment descriptor configuration files. So what we are trying to achieve. An existing application has a coherence cluster deployed. We want to ...
3
votes
1answer
121 views

What file format is appropriate for logging/configuration files?

I do large simulations on supercomputers. Since these simulations are expensive to run, I need to write the results every now and then to disk. Also, most supercomputers have maximum run-time of 1 or ...
0
votes
1answer
53 views

Machine-specific webapp configuration

I have several webapp projects (Java/Spring/Tomcat). Each project will be deployed on several machines as a .war file. I need to have separate .properties file for each project on each machine. How to ...
0
votes
0answers
87 views

Mod_ruid2 is no more in httpd.include file when plesk last updated

I have Plesk installed on a server and everything was working fine. But since the last update which was done automatically, there were many problems which came up and websites were having permission ...
0
votes
2answers
133 views

require within function not accessible outside function

weird request, I'm using a configuration manager function to require configuration files so that we only load up the required variables rather than the hundreds of ones setup. The problem is, one of ...
0
votes
0answers
53 views

is there a “local-file-path aware text editor” exists?

What is local-file-path aware text editor? I say local-file-path aware text editor, i mean a text editor with this feature: it can recognize local file pathes in text file, and can open ...
2
votes
1answer
572 views

sinatra config.yml settings per environment don't work

I tried to set up a config file for my sinatra app, and simple settings work. (the puts in my code prints "Hello!!") But I read this document, which says I can define settings per environment. I tried ...
4
votes
2answers
194 views

Getting values from a config file or environment variable in meteor

This would be very useful for storing API keys or other sensitive information. From what I understand, you can use config files locally but they won't work on meteor.com, but I heard a rumor that ...
0
votes
3answers
344 views

How to use a config file to connect to database set by user

I have a program that will run a query, and return results in report viewer. The issue is we have 10 locations, all with their own local database. What I'd like to do is have each location use the ...
0
votes
1answer
38 views

Catch a ControllerNotFoundException in CastleProject Monorail

I am using a standard Monorail/Windsor/ActiveRecord stack to build a web application. In the web application the controllers are registered (for Windsor) using a xml config file. A ...
1
vote
3answers
1k views

Cannot modify header information error in Wordpress [duplicate]

I am stuck with this error when trying to login to the admin panel. I can't get my head around it. Warning: Cannot modify header information - headers already sent by (output started at ...

1 2 3 4 5 19