Files that configure the initial settings for some computer programs.

learn more… | top users | synonyms

0
votes
1answer
65 views

configuring database config for live site in codeigniter keep getting 500 internal server error

Im pretty done new to actually setting up sites as a live version, I've only done websites using local host. Im using codeigniter for this one, and i've traced my problem to the model where it loads ...
0
votes
2answers
81 views

Array like data structure in bash (config file)?

I've written a bash script, which process multiple files. I now want to add support for a config file. This is my wanted data structure: Array ( [0] => Array ( [name] => datset1 ...
0
votes
2answers
17 views

Default location for configuration files - MacOS?

In a cross-platform application, I am working with a configuration file that allows the user to override various defaults if he wishes to. The problem I have is... where to place / look for this ...
0
votes
1answer
101 views

Bukkit Configuration File Creation Error

I'm kind of new to programming bukkit plugins so please go easy on my if the answer if obvious :). I am trying to create a second configuration file to store locations and other data, but when I run ...
1
vote
3answers
44 views

Can I update non-xml config files using msbuild?

I have a config file which has an old stylee format (no xml) dbpath=C:\Program Files\Mongodb\Data\Db journal=true smallfiles=true Depending on the system I am releaseing too I want to update and ...
3
votes
3answers
46 views

Java package import depending on config

I'm having a Java web application designed as a three-tier architecture. Currently I have two different database layers. All of my Data Acces Layer code is in concentrated in a package. The desired ...
2
votes
2answers
436 views

Spring loading PropertySourcesPlaceholderConfigurer from JBoss context

I have a spring 3.1 application loading settings using PropertySourcesPlaceholderConfigurer and I want to manage test and production environments simply loading settings from server context overriding ...
1
vote
1answer
79 views

Writing declarative configuration checks in Python?

We have a collection of hand-rolled Python scripts that validate various things in our production environment/configuration. Many of these are simple XML checks (i.e. validate that the value of this ...
0
votes
2answers
35 views

Object type for an configuration object in java

I want to know how to make one object which contains all configuration settings the user filled into a configuration file. The configuration file is the only argument given to the program. I want to ...
7
votes
3answers
226 views

How to use a custom WCF proxy in a Powershell script with a config file?

I have a hand-written WCF proxy in it's own assembly, it's very simple: public class MyServiceClient : ClientBase<IMyService>, IMyService { public MyServiceClient() { } public ...
0
votes
1answer
36 views

lxc-0.8.0 installation issue on rhel5 that configure script report “Please install the libcap development files”

I want to install lxc-0.8.0 on rhel5. When I excute configure script, it reports error as below. [root@221 lxc-0.8.0]# ./configure --disable-armor ... checking for sys/capability.h... no configure: ...
1
vote
1answer
165 views

Use ConfigurationManager with custom path to config file

I see many solutions to reading in values from an external configuration file in a C# console application, but I can't find a solution for my particular circumstances: Due to reasons of deployment ...
0
votes
2answers
152 views

Map a url to a subdomain (NGINX)

I know this question has been asked before on SO but I'm having trouble replicating it on my server. What I'm trying to do is when the user goes to medicine.example.com, the subdomain should be ...
0
votes
0answers
40 views

Prevent IntelliJ IDEA from flagging bean reference as an error

Environment: IntelliJ IDEA 11, Tomcat 7, Spring MVC 3.1. I have several XML files that hold my Spring MVC configuration: spring-servlet.xml holds the main configuration, including all of the bean ...
0
votes
2answers
64 views

Pyramid: sending miscellaneous config to the application factory

I have setup the Pyramid configuration file like this: [app:main] ... [server:main] ... [memcache] # memcache config [zeromq] # zeromq xonfig Now inside my app_factory, I want to get all the ...
0
votes
2answers
116 views

Read one parameter from config file where there are more parameters, with boost program_options

I have a cfg file as the following: parameter1="hello" parameter2=22 parameter3=12 Using boost_program to read all the parameters works fine with this code: po::options_description ...
0
votes
1answer
16 views

What should I do when I add a new config parameter to config file of my package?

I am dealing with making some packages of some projects. Assume I have a config file like that in my project. name=foo mail=foo@foo.com After installation user edits config file with his/her ...
-1
votes
2answers
68 views

way to check original file permissions in linux [closed]

I was wondering if there was a way to check factory original file permissions of important system config files in linux, solaris, and freebsd systems etc. I'm creating a hardening software tool in ...
3
votes
1answer
41 views

Retrieve an ancestor attribute

I am attempting to build an external XML config file for several applications, to house their connection strings. The file looks something like this: <?xml version="1.0" encoding="ISO-8859-1"?> ...
0
votes
0answers
32 views

SaveAs Method for ApplicationSettingsBase

How can I do a SaveAs(string file) or a LoadFrom(string fileName) with ApplicationSettingsBase? Is there a convenient way to do this? Subclass of ApplicationSettings is generated by vs designer. ...
0
votes
1answer
55 views

Parse configuration file values

I have this configuration file following this format: ALPHA=123456789 BETA=12345 GAMMA=123467 and i'd like to get the numeric value only of BETA (so 12345) with a regular expression. I tried ...
0
votes
1answer
58 views

Business logic shared by ASP.NET / WinForms: find the location of the assembly to access relative files to it

I'm in the midst of refactoring some 'inherited' business logic code that for the ASP.NET side needs to be initialized with an absolute path, but on the WinForms / WPF side only with a relative path ...
-1
votes
2answers
54 views

How can I read /etc/config.d/… with python?

I want distros to pick up my python app so they can make a /etc/myapp config file and a /etc/myapp.d/ folder, where users can put their configs over overwrite settings in /etc/myapp. It should ...
0
votes
2answers
111 views

spring where to store xml config files

I'm developing a spring project and I've just encountered serious problems with loading XML config files within junit (but they are accessible from the web controllers) - can't load XML files. I ...
2
votes
1answer
91 views

How do I read conf.py setting in Sphinx extension node?

from docutils.parsers.rst.directives.images import Figure class MyFigure(Figure): def run(self): # here I need to read the 'thumbnails_folder' setting pass def setup(app): ...
2
votes
2answers
138 views

Automatically load a config.php file for all pages before anything else.

Does anyone know how to set up something where a specific file can be loaded automatically for all pages before anything else. So for examples say i have a config.php file and I want this file to be ...
0
votes
0answers
32 views

Which property of the ConfigurationElement class maps to the <element>text between</element>?

Which property of the System.Configuration.ConfigurationElement class will get me the text inside the element tags? <hello> <youAlright comeOnSpitItOut = "I know how to get ...
0
votes
1answer
57 views

how to apply a config file site-wide?

I'm modifying a website and I would like to add a config file for it so that when when moving the website to another server, I only need to change environment parameters like database information only ...
-4
votes
1answer
102 views

How can i add external configuration files to a c++ project? [closed]

I made a R-type like game using C++, coding with Visual Studio on windows, and I wanted to know if it was possible to add external configuration files to my project: in my main.cpp I am using a lot of ...
-1
votes
1answer
41 views

java web app configuration

I have a very basic question about web applications. I decided to ask on forum, because I don't exactly know, what to look for in google, I mean, i don't what key words should I use. I read about ...
0
votes
2answers
61 views

use a parser generator or hand-code when the file to parse is written by a program? [closed]

I'm aware of that this question is very generic and therefore difficult to answer. I need to parse a text file with content similar to a configuration file. It contains descriptions of measureable ...
0
votes
5answers
95 views

best way to create config file

i want to create a config file for my project , in php but i don't know which way is better i have 2 idea, 1-use variable $config['hostname'] = "localhost"; $config['dbuser'] = "dbuser"; ...
1
vote
0answers
101 views

Programmatically securing configuration sections

I've been trying to write a tool to use RsaProtectedConfigurationProvider to secure the connectionStrings settings of my application. While there are many tutorials on managing this using ...
-1
votes
1answer
200 views

Can we host phpBB with GWAN? Has anyone got instructions on how to do that? [closed]

I was thinking to use GWAN web server however the website seems tricky for a novice user :P Please tell me how would i be able to host an instance of phpBB with GWAN if possible :D
2
votes
2answers
64 views

Externalizing DEFAULT configuration properties

A lot of projects are using configuration files and I found a lot of posts how to read this configuration files, how to externalize them, but I couldn't find anything about how to generate a sample ...
4
votes
1answer
216 views

Playframework settings depending on environment

I'm using playframework 2.1-RC2. First of all I've seen all the similar questions, so I followed the common instruction of separating application.conf file per environment. So I have ...
0
votes
1answer
499 views

Hadoop config - hdfs-site.xml : Should I use the same file on namenode and datanode?

On a distributed Hadoop cluster, can I copy the same hdfs-site.xml file to the namenodes and datanodes? Some of the set-up instructions I've seen (i.e. Cloudera) say to have the dfs.data.dir ...
0
votes
0answers
142 views

Loading file on network in c#

The Programm: I have to load an file from the local Network. It´s not an domain computer. The file is on another Computer, where i placed an Network Share. I don´t want to integrate a network drive on ...
0
votes
1answer
42 views

Config file in multi project solution

I have a Solution where one project is the Data layer and the other project is the web front-end, which has the DL project as a reference. DL project have its own app.config file which stores ...
0
votes
0answers
42 views

Deploy configuration file to the iPhone device while installing app

Having configuration files that needs to deploy into device is a common topic. each platform have mechanism to do this. for example in android (i use monodroid) you can use Assets for this purpose. ...
0
votes
4answers
47 views

How can I get my config file from class to class?

Just a quick and simple question. I have a program with several classes that read information off of a .properties file. Is it better practice to pass the file from class to class as an argument in ...
1
vote
2answers
55 views

Reading a txt and making a “list of lists”

I want to make a program that reads a .txt file that looks like this: [LIST 1] var1,var2,var3,var4 var5,var6 [LIST 2] var7,var8,var9 And as the title says, I want to make a ...
0
votes
2answers
54 views

how to implement a paypal config file in codeigniter

i'm trying to separate paypal config info from application/paypal_library file. Basically the config info are API_username, API_pwd, API_signiture etc. The original structure is like this: class ...
0
votes
0answers
154 views

How to make the application read keys from app.config file of class library dynamically

My requirement is as follows. 1)I want to use the application settings to read a location path and use it in my project to read the files in that folder. --- I achieved this by creating a setting ...
0
votes
0answers
49 views

IPython ipy_user_conf.py file is not adding imports or functions to console

There is not much documentation on the web about the ipy_user_conf.py file other than at: (http://ipython.org/ipython-doc/rel-0.10.2/html/config/customization.html#ipythonrc). For some reason my ...
1
vote
1answer
266 views

CI and Deployment with TFS and Powershell

I am working on a CI process with automated deployment. TFS Build is building the solution, and it then uses an InvokeProcess task to kick off a Powershell script. The Powershell script deploys the ...
0
votes
0answers
83 views

Custom config file, Configuration.Save() throwing error

I'm currently developing a WPF application where I use my own config-file with custom config sections. This is my ConfigurationElementCollection-class: public class ...
2
votes
1answer
364 views

Entity Framework CodeFirst Migrations, Running migrations with optional upgrading to newest changes

We are running Entity Framework 5 with Code First and Migrations Enabled. Running with the database initializer: MigrateToLatestVersion We have several customers live that run on the latest stable ...
1
vote
0answers
30 views

Include a separate config file in ~/.subversion/config file

I have a set of custom configs that I have defined in my ~/.subversion/config file. I want to use this across multiple machines, but don't want to share the entire config file. In ~/.bashrc I have ...
0
votes
1answer
120 views

Commons-configuration and DefaultConfigurationBuilder don't reload automatically

I've got a DefaultConfigurationBuilder (from commons-configuration v1.9). This object (named config) is initialized by this very simple file : <?xml version="1.0" encoding="UTF-8" ?> ...

1 2 3 4 5 19