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

learn more… | top users | synonyms

0
votes
0answers
11 views

How configuration is modeled?

i'm making a class diagram but i'm stuck about a part of my project : To put it in a nutshell: How "configurations" or "parameters" is working in a program ? How is it modeled ? Because parameters ...
0
votes
0answers
12 views

Oracle Connection Manager Configuration [closed]

I've a problem with Oracle Connection Manager and I've read the Oracle topic about it at OCM but it doesn't work well An image Inside Diagram describing the diagram I want to configure The IP for ...
0
votes
0answers
72 views

Configuring Modem and SQL Server 2008 with static IP [closed]

What is done: I've setup a named Instance (DBSERVER) of SQL Server on one of my machines named (SERVER-PC) running windows 7.. This server is connected to a multiport DSL Modem provided by ISP, along ...
2
votes
1answer
30 views

PhP name space on identical configurations

I have an uncommon problem with my development machine. She is the same we use on the production server, but for some reason when i run on my vm somthing like namespace NotWorking; $foo = new ...
1
vote
0answers
12 views

link cppuint library only when doing a “make check”

You can run unit tests in our application by doing a make check. However, the cppuint library is hardcoded into LDFLAGS in Makefile.am. Is there a way of linking in the cppuint library in configure.am ...
0
votes
1answer
53 views

mysql my.cnf config for 6gb ram [closed]

I have dedicated server (Intel Quad Core Xeon E5645 VT, 6 GB RAM). But i have problems with mysql. My site have 40-60k unical users every day. I need to config my.cnf for best performance. My ...
0
votes
1answer
20 views

Log4J2 and ApachePDFBox getting error Message “No appenders”

Im using PdfBox 1.7.0 and Log4j 2.0-beta4. The L4j2 configuration is saved als xml in "resources\Log4j2.xml" (Project in maven) Here is the conf: <?xml version="1.0" encoding="UTF-8"?> ...
0
votes
0answers
43 views

Can't configure postgres on local machine to work with rails application

I have an existing rails application. My database and application seem to work fine on the remote database (I made changes on my local machine but am still connected to the remote database), but I ...
0
votes
0answers
17 views

IIS not picking up the changes in first deployment

I am facing very strange issue. I have googled a lot but nothing is related to my issue. Whenever I deploy new version in IIS it is not picking the latest changes no mater what I do. Recycle the ...
0
votes
3answers
18 views

Eclipse Run History

Does eclipse remember when a program was executed last time? I know there is run configurations, but that doesn't keep track of past executions and their order of execution. When a program is ...
0
votes
0answers
64 views

Embedded database configuration from Maven/Spring context

I want to use the same embedded database from both maven and spring context. Via Maven Liquibase plugin I'm creating db schema and populate it with data. Via Spring I'm going to work with the ...
0
votes
1answer
25 views

How to find out Spring default bean Registrations

We have the following XML elements. <mvc:annotation-driven /> <context:component-scan /> <context:annotation-config/> etc, Is there a way to find out (from eclipse or any ...
0
votes
0answers
25 views

Would this be a good way to work with a configuration file in php? [closed]

I'm working on a small Wordpress Theme Framework to speed up my workflow in the future in which I would like to have a configuration file to handle some basic things like which styles and scripts to ...
0
votes
0answers
35 views

how can one configure MongoDB replication set in PHP through sharding architecture?

I have to develop a php web interface to manage a MongoDB cluster. This cluster is currently composed by 1 mongos, 1 config, 1 RS (Resplication Set with 5 mongod). I want to know if it's possible to ...
0
votes
0answers
73 views

MVC HttpHandler not firing for HTML-URL

I have a MVC4 application starting soon. There is a "catch all"-route: routes.MapRoute( name: "Unkown", url: "{*url}", defaults: new { controller = "CatchAll", action = ...
1
vote
1answer
25 views

Mysql 5.5, how to avoid varchar field truncation error for executing session

Mysql 5.5, how to avoid varchar field truncation error, for executing session. I'm using java hibernate mysql 5.5 I'm looking for something like: set SESSION sqlMode="AUTO_TRUNCATE_FIELDS" ...
0
votes
1answer
80 views

Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/data/mongo]

I'm trying to build a sample Spring+MongoDB skeleton, and I'm getting the below runtime error. SEVERE: Context initialization failed ...
0
votes
1answer
43 views

Gradle / Groovy properties

I would like to control 'global' config in Gradle build scripts using external property files on each build machine (dev, ci, uat,...) and specify the filename with a command line argument. e.g. ...
0
votes
0answers
54 views

Why does my property have a line through it on intellisense? [duplicate]

When i access a property through intellisense, sometimes it has a line through it like so : Why is this happening? is it deprecated?
0
votes
0answers
28 views

Initializing a ConfigurationElementCollection only once

I want to create a custom ConfigurationElementCollection which is initialized with some data from another data source than the config file (e.g. a database). However, whatever I try, it looks as if ...
0
votes
1answer
28 views

how to import spring xml outside of a jar

I have a spring xml importing another spring xml. Now I want to make it more flexible by putting the second xml outside of the jar. I am wondering to do do this?? <import ...
0
votes
1answer
39 views

How do I configure TFS to get latest versions of specified branches on machine startup?

The defined activity for team on every day before start work is fetch latest code from the TFS. However it is manual as of now. We would like make it automate. How can we configure TFS to fetch latest ...
1
vote
1answer
43 views

Custom error page for configuration error in Play framework

When my Play 2.0.4 application is running but my database is down, Play will show visitors a default Configuration error - Cannot connect to database-page. Besides the problem that this prints out ...
0
votes
1answer
66 views

Add maven's output directory to exec:java classpath

I want to add the target/classes directory to maven's exec:java classpath. The compilation and runtime dependencies are handled fine, but the resources copied from src/*/resources are not available ...
0
votes
0answers
30 views

Filtering properties and placeholders in spring

How can I avoid repetition with spring placeholders? Usually I load all the properties and later use them one by one, repeating everything 3 times (properties file, property name from xml, placeholder ...
0
votes
0answers
8 views

What does Seneca:s Z-3AO module save?

Q: What does Z-3AO module save when you set Command register (address 40009) to BAB0 (hex)? Becuase: Changes in these registers: Eprflag, Baudrate Address, OUT2-mV 0, OUT2-mV 10000, Command aux, ...
0
votes
0answers
27 views

Nginx: Bad Interactions between Internal Redirect and a Rewrite

What I want to do is this: Any url with a .html extension should get a client-redirect to its clean form (e.g. example.com/foo.html should rewrite to example.com/foo in the browser). Any url without ...
0
votes
1answer
85 views

Symfony2: There is no extension able to load the configuration for

I am building an extension to load config files from all installed bundles. my Extension looks like this: namespace Acme\MenuBundle\DependencyInjection; // use ... use ...
0
votes
0answers
33 views

propel could not find postgresql driver - wrong pdo version?

I can't get the propel script running on my system. My build.properties looks like this: propel.project = test # The Propel driver to use for generating SQL, etc. propel.database = pgsql # This ...
0
votes
0answers
36 views

.htaccess configuration not working other than on homepage [closed]

Apache configuration not working correctly on different server and throwing 404 error when accessing other pages then home page. Not Found The requested URL /oorja.co.uk/index.php was not found ...
0
votes
0answers
50 views

TFS and Configuration Management

I am working with a system that spans several servers and is very configuration heavy (lots of settings in .Config files for .Net components and lots of .Properties files for Java components) There ...
0
votes
1answer
33 views

applicationSettings in external file

I have been trying to use some code found a bit down on http://msdn.microsoft.com/en-us/library/system.configuration.sectioninformation.configsource%28VS.85%29.aspx to place my application settings in ...
0
votes
2answers
63 views

Configure a java spring project built by maven

I have a Java Spring web project. It is divided into several maven modules and projects. Currently, each artifact has an application-context.xml and a default.properties (so each project is runnable ...
-1
votes
0answers
70 views

i3 window manager - how to use Ubuntu fonts [closed]

I'm just starting to use i3, pretty cool if you ask me. The only thing is, I'd like to use the Ubuntu fonts (and window color scheme btw, but that might be a different question) In the config file, ...
1
vote
2answers
39 views

Custom Neo4j GraphViz Writer

I have an application which produces a GraphViz dot file for a subgraph of my Neo4j database. It works like a charm, but there is somewhat of an issue. Right now, the title of each node is the node ...
1
vote
1answer
134 views

Configure SAP .NET Connector for SNC using config file in C#

We have a number of applications developed in C# that interface with SAP using the SAP .NET Connector 3.0. I'm very familiar with this, and have recently been asked to look at securing this interface ...
-1
votes
0answers
29 views

Physical machine not visible to Vmware virtual machine [closed]

I have a vmare virtual machine with Windows XP SP2 operating system , and a physical machine with Windows 7 SP1, I need my virtual machine to be able to see or be connected with the physical machine, ...
0
votes
3answers
38 views

Confusion and Issue in the Database access in Rails app pushed on heroku

development: adapter: postgresql host: localhost database: myapp pool: 5 timeout: 5000 username: postgres password: postgres port: 5432 test: &test adapter: postgresql host: ...
0
votes
0answers
11 views

How to use this custom add-on Java application(part of a larger toolkit)

I'm working with a large Java app(in Eclipse) , and there's a third-party tool designed for it called ACELandic. So to run the ACElandic code, I have these instructions: The ACELandic ...
-1
votes
0answers
21 views

Redmine - Nqinx configiration [closed]

How do I configure nqinx to work with Redmine? I've tried many configurations and I'm still getting 403 forbidden. I gave all permissions on Redmine files and it still hasn't resolved this problem. ...
0
votes
0answers
12 views

Super IO configuration Map

I am looking for a MAP for Super IO configuration registers, which can explain what configuration contents mean. For example, I know the seventh byte of the configuration specifies the Logical ...
1
vote
2answers
64 views

Where to put Spring context file for a Maven/Java project with no WEB-INF directory?

I want to use spring for a non-web Java project. Where should the context file go? How do I identify their locations to the Spring container? I'm sure there are various choices, but with a web ...
0
votes
2answers
44 views

Symfony2 - secure everything

I write an application in which I need to have everything (except login page) secured and redirect to login. I tried solution from http://symfony.com/doc/master/book/security.html (Avoid Common ...
0
votes
0answers
72 views

How to change Play 2 Framework DB configuration at runtime?

We are using Play 2.1.1 and its built-in JPA integration (JPA.em() etc). How can we dynamically change the db.pass property? Play.application().configuration() seems to be immutable as of Play ...
3
votes
2answers
55 views

Remove VIEW permission automatically from Guest Role when a site-page is added

In Liferay when a page is added to the Site it by default gives VIEW permission to the Guest role. Is there any way (either through configuration or through hook or other) to disable this so that ...
0
votes
1answer
13 views

nameValueCollection inside an element of a configurationElementCollection

How can I use a nameValueCollection inside an element of a configurationElementCollection? Something like this: <connectionsSection> <vendors> <add name="nhonho" ...
0
votes
3answers
100 views

AWS Elastic Beanstalk configuration files

I have an application running on aws elastic beanstalk. The application needs an configuration file, which I putted for testing on the ec2 instance manually. Problem is, that when the autoscaler ...
0
votes
0answers
13 views

Technology/solutions for creating Web interface for configuring Linux emedded system

I'm about to start working on Web interface for configuring embedded system running custom Linux. The device isn't too powerful, so I cannot even think about Java/JavaEE, I need lightweight ...
0
votes
3answers
49 views

How to access configs from autoloaded config files in a layout / view script in Zend Framework 2?

I would like / have to manage some settings in ZF1 style and provide the view with the infomation about the current environment. /config/application.config.php return array( ... ...
0
votes
0answers
22 views

Dynamic paths in stand-alone application

I have a stand-alone java application. The application will be built with maven using different profiles for Linux and Windows installation. I have a properties-file with paths in it. These paths are ...

1 2 3 4 5 130