Files that configure the initial settings for some computer programs.
1
vote
3answers
192 views
Reading and writing to a custom config in c#
Is there a lib in c# that will allow you to read and write to a config or some kind of profile?
I am not talking about the app.config but more like a custom.config similar to the ol .ini file where ...
0
votes
1answer
59 views
JNDI Resource not available when using different ROOT Application in Tomcat 7
I finally made work my App on tomcat, the problem was:
Frist problem with JNDI JDBC resource
Now I have another problem:
I've changed default ROOT Application in Tomcat:
...
0
votes
1answer
70 views
Intelligent Diff in php
I'm programming intelligent diff in php. Which will be used for comparing two files whose content are configuration of router in two time period. As an output I need make colored highlighting of ...
1
vote
1answer
187 views
Use PayPal .NET SDK without ConfigurationManager and Web.config
We are integrating PayPal with our web app, hosted in Azure. Following best practice recommendations, we have been putting config values in the CSCFG file rather than web.config or app.config, but it ...
0
votes
1answer
56 views
Single configuration file for multiples applications
I have multiple console applications each one has an app.config file, this way is a little impractical because if I need to change the email server configuration I have to make the change in all the ...
1
vote
1answer
97 views
.net and .config files
I have the following stored in a stores.config file inside my asp.net website's root folder.
<configuration>
<appSettings>
<add key="ClientId" value="127605460617602"/>
...
0
votes
0answers
20 views
How to load environment-specific config into a WSGI based webapp?
I have a zope app (Grok-based actually) that has a zope.conf file which is used by some zope apps for paths etc on startup. I have similar info I need to pass (basically a bunch of strings) into my ...
1
vote
1answer
17 views
What is the method or class or whatever that show me the configurations files of JRuby?
I'm new to JRuby, I installed it on windows 8, and I'm following it's wiki. When the wiki said to change a configuration option, it dose not say exactally where I can find the file where the option ...
1
vote
2answers
2k views
Dynamically loading properties file using Spring
I have written a PropertyUtils class (from internet), which will load the Properties
<bean id="propertiesUtil" class="com.myApp.PropertiesUtil" >
<property name="locations">
...
1
vote
3answers
493 views
ResourceBundle - Cannot work out how a properties file is read when it does not exist in the filesystem
I have an EJB 2.1 application that refers to a properties file to read a value from. The filename of the properties file is defined as
private static final String CONFIG_DIRECTORY = "config.";
...
1
vote
1answer
91 views
Dynamically get all .SVC file names using C#
i am working on WCF with C#, got requirement to configure all WCF services list in configuration file. Instead of adding manually want it dynamically while loading project. Can you please help me in ...
-2
votes
1answer
105 views
create common config file for multiple projects tutorial [closed]
I want to know -in details- how to create single config file for all my projects (winapp) in a single solution. I need to create a config file which I can bind connection strings within, to any ...
2
votes
1answer
187 views
How to provide config file for Ruby command line utility written in Ruby?
I have a command line utility written in Ruby using GLI framework. I would like to have configuration for my command line utility in my home directory, using Ruby itself as DSL to handle it (similar ...
0
votes
1answer
74 views
convert XML to equivalent groovy config
I have some test config in an XML doc like this:
<WapRules>
<WapRule>
<RuleTypeId>1</RuleTypeId>
<IsExact>false</IsExact>
...
1
vote
2answers
172 views
How do I check that RVM + Bundler are working correctly (and that I can avoid “bundle exec”)? I'm slightly confused over wording in the docs
I'm following this Rails tutorial section and this RVM doc page . My installation is all brand new (RVM 1.17.3), so, if I understand the tutorial and the RVM docs correctly:
RVM and Bundler should ...
0
votes
2answers
345 views
Log4j is not printing debug logs on console
This is my log4j.xml
<!-- ============================== -->
<!-- Append messages to the console -->
<!-- ============================== -->
<!-- DAILY ROLLING -->
...
0
votes
1answer
131 views
Can I submit an oozie job with multiple configuration files?
From the Oozie CLI I want to do something like this:
oozie job -oozie http://host:port/oozie -config jobConfig.properties, baseConfig.properties -submit
I have a lot of different jobs I'm running ...
0
votes
2answers
144 views
How to load an external property file in Hadoop
I have a hadoop job which includes some spring beans. Also, in the spring context file, there is a PropertyPlaceholderConfigurer named app.properties.
This app.properties is within the jar file, the ...
0
votes
0answers
13 views
Is there a way to mark my custom section in config as “may be optionally present” [duplicate]
Possible Duplicate:
Unable to create a custom section for web.config
I made a custom config section and I want it to be optionally present. Is that the default or if you define your custom ...
0
votes
2answers
99 views
Unable to create a custom section for web.config
I created a custom section in the web.config file but it isn't able to load my custom type that is going to manage the section.
Here are the definitions:
<configSections>
<section
...
0
votes
2answers
394 views
config.groovy meare with .property file in grails
In my config.groovy i have set ..
emailTo="admin@xzyz.com"
emailForm="notification@oabc.com"
but i want some flexibility in this. Can I change this while my project is running form property file ? ...
1
vote
2answers
89 views
Instantiate a System.Type from a type definition string
In the web.config file, we see a lot of strings following this pattern:
type="System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup,
System.Web.WebPages.Razor, Version=2.0.0.0, ...
0
votes
0answers
69 views
Designing configuration storage/retrieval system [duplicate]
Possible Duplicate:
Choosing right storage for configuration
We've applications and services which use a lot of configuration most of which is currently hard-coded in the java code and ...
0
votes
0answers
37 views
How to get syntax highlighting for .cfg files in Aptana 3?
Now it doesn't highlights the buildout.cfg file that is commonly used when writing python apps.
0
votes
1answer
54 views
Creating ConfigurationManager with existing file on x86 platform while running NUnit project
Hi I am having a problem with NUnit and ConfigurationManager
I have several unti tests to test manipulation of a configuration file. in most of my tests I create a file and delete it at the end of ...
0
votes
1answer
34 views
Configuration files management
I have a bunch of configuration files used by gradle.
conf1 conf2 conf3 conf4 etc.
Sometimes I need to change some setting in every file or in several files.
Is there any tool(for Linux) that helps ...
0
votes
2answers
108 views
How to parse this special config file in python?
I have some config files and the data format can't be changed.
One of them looks like this:
root {
configuration {
field_a: "aaaa"
field_b: "bbbb"
}
child {
configuration {
...
1
vote
1answer
64 views
Use multiple config files for HornetQ server
I'm using hornetq(2.2.14) standalone server(s). I should define about 1000 (jms)queues and so many diverts and core bridges between them!
Can i define (jms)queues in separate files (multiple ...
0
votes
0answers
19 views
Java stock Default config file [duplicate]
Possible Duplicate:
How do I access a config file inside the jar?
First of all I give you a sample of my code, then I ask what I intend to do :
public static void resetGlobalConfigFile() ...
0
votes
1answer
144 views
Impersonate settings in config for multiple databases
I have a console application which connects to two different SQL databases. I'm using the "impersonate" tag within the config file to force the application to login as "APP_USER". The APP_USER account ...
0
votes
0answers
73 views
Is there a way to load nested properties from a property file in java?
The scenario what I am looking for is like.
//contents of props file
prop1
[prop1.1=val1
prop1.2=val2]
prop2
[ prop2.1
[prop2.1.1=val3
prop2.1.2=val4
]
prop2.2=val5
]
...
0
votes
0answers
88 views
.NET custom config file encryption permission issue
I am trying to encrypt a custom config file in my .net mvc web application. Let's call the config file myConfig.config. I cannot use aspnet_regiis because it is not web.config and I do not want to use ...
1
vote
0answers
82 views
How Enterprise Library loads hierarchy of external configuration files
Please, can someone clarify to me a loading process? Say, you have app.config file for your UI executable. You add Enterprise Library config sources in that file. Each config source refers to another ...
0
votes
1answer
50 views
Config file location on Windows / Create directory in %APPDATA%
I'm writing an application with a config file used with ConfigParser module.
This config file is actually stored in %APPDATA%/PressLogReader/PressLogReader.conf.
But the problem is that the ...
2
votes
1answer
158 views
System.NullReferenceException at Process.start
I have an application that uses Process.Start to execute an exe. It works fine for all the .exe that I have tested except when the .exe has a configuration file where it gets a connectionstring, when ...
1
vote
1answer
127 views
ClickOnce Deployment with local user file
I'd like to deploy a ClickOnce application, but would like to have a configurable user file to store settings and preferences that does not get overwritten everytime I publish a new version. Is there ...
0
votes
1answer
125 views
Spring.NET using multiple PropertyPlaceholderConfigurers isn't working
I'm trying to use two property placeholder configurers, with one of them for retrieving the values base64 decoded. The problem I am having is that only one of them is loading properties into the ...
0
votes
2answers
307 views
Append or modify keys in conf files using sed/bash one-liner
I often have to modify files such as sysctl.conf, and I'm familiar with using sed to replace existing values.
Is there a way to append the new key/value pair to the file if sed wasn't able to replace ...
2
votes
1answer
631 views
use play framework 2.0 with oracle 10g
I try to connect a play framework sample to an oracle 10g db so I use these string connexion :
jpa.dialect=org.hibernate.dialect.Oracle10gDialect
db.url=jdbc:oracle:thin:@10.0.2.1521:1521:play
...
0
votes
0answers
103 views
Can't read a config section from configuration file
I am reading a config file to get the value of the baseAddress that is located as below:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>...
<system.serviceModel>
...
0
votes
0answers
102 views
Attributes in custom configuration element collection
I have custom configuration section and configuration element collection inside it in my Windows Forms application:
Imports System.Configuration
Namespace Configuration
Friend Class ...
2
votes
2answers
135 views
Python configuration library
I am looking for a python configuration library that merge multiple text configuration files into single object just like json.
has anybody know a good one?
0
votes
0answers
97 views
ASP.NET Url rewrite maps
I'm trying to get my head around url rewriting in ASP.NET. I have two rewritemaps.config files (rewritemaps1.config and rewritemaps2.config) I had to split these up in two since the config file size ...
2
votes
2answers
84 views
Count the no of keys in appconfig in a class file
I need to know how to count the no of keys in app settings and manipulate through them in class file...
For example I'll have my app config as follows
<?xml version="1.0"?>
...
2
votes
1answer
67 views
Custom config section with two differentt child collections
I'm having trouble finding/figuring out how to map the following custom config section:
<section>
<collection1>
<subitem1 ... />
<subitem1 ... />
...
0
votes
1answer
51 views
Configuring a GUI-based program
I have a program with a pretty complex number-crunching logic and quite a few configuration parameters. The program is (almost) non-interactive and is configured via command-line arguments and ...
1
vote
1answer
251 views
Programatically check if there is a configuration profile installed or not on an iPhone
I need to develop an application that programatically checks if there is a configuration profile (called "X", for example) installed on the phone or not.
I tried the solution already on this link ...
0
votes
1answer
337 views
Writable .config file for all users in application directory?
I need to have a common application settings file and i need it to be editable by the application at runtime.
I don't want to use the build in settings operation by putting "User" in settings scope ...
0
votes
0answers
62 views
Writing common code for settings.settings
I have the need to save user options&settings for several applications. I understand that the best way to save user settings is to use "Settings" in the form of Settings.Default["SomeProperty"] = ...
1
vote
3answers
180 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 ...

