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

learn more… | top users | synonyms

0
votes
0answers
15 views

PyYAML Basic config file writeback

I'm fairly new to Python, and I'm looking to do some basic things with PyYAML. What I want to do is take a YAML file: #Lets test out the logfile config --- filepath: ...
0
votes
0answers
10 views

hibernate3:hbm2ddl requires a hibernate config?

I'm trying to auto export my db schema from my POJO definitions , which are annotated using hibernation annotations. I specified my hibernate properties in my spring.xml, the bean for ...
0
votes
0answers
14 views

What is the appropriate SAPI type to debug PHP web applications when configuring PHP executables in Eclipse/Xdebug?

What is the appropriate SAPI type to debug PHP web applications when configuring PHP executables in Eclipse with PDT and Xdebug? The available options for SAPI type under PHP executables in Eclipse ...
0
votes
1answer
16 views

How we can install Ubercart in Drupal

Ubercart module is the most popular Drupal E-Commerce platform. My question is how we can install and configure Ubercart module in Drupal.
0
votes
0answers
21 views

Set up python with nginx

I'm porting my web application from PHP to Python and I've decided for nginx as webserver. Now I'm trying to configure nginx to run Python (version 3) scripts with no framework. Is it possible to ...
1
vote
1answer
74 views

Comparing Subcut and Scaldi

I am looking at SubCut and Scaldi to use in my projects. The examples provided in their respective Getting Started documents seem very similar. Neither project seems to provide documentation beyond ...
0
votes
1answer
20 views

Java: searching for config files: linux vs windows

For a small utility I'm building, I need to read a config/ini file. This in itself is no problem, but I'm trying to figure out how to properly/best do this on both Linux and Windows. Under Linux the ...
0
votes
1answer
18 views

The order of loading locations in Spring @ContextConfiguration

I'm using the following configuration for my db integration test: @RunWith(SpringJUnit4ClassRunner.class) @ContextConfiguration(locations = { "classpath:spring/spring-master.xml"}) ...
0
votes
0answers
9 views

Can we jump to another location from a location in nginx?

I am trying to achieve something like this: location /location1/{ if ($arg_api_key = a_valid_api_key) { proxy_pass http://localhost:8080; } # else jump to location2 } location ...
0
votes
1answer
19 views

PHP function giving error about open_basedir restriction in effect

I installed ushahidi 2.7 on my www.000webhost.com free server, however after logging in I got this error from one of the ushuhidi files: I tracked down the ushahidi code, and found that this was ...
0
votes
0answers
14 views

Gtk#: is ConfigurationManager thread-safe?

I have to get some application's config from configuration file by one thread and to set by other thread (I'll get new config from network). I think, I can use ConfigurationManager by two threads at ...
0
votes
1answer
26 views

Tmux: How to configure tmux to display the current working directory of a pane on the status bar?

I am new to tmux and I am trying to edit my tmux.conf file to have the left side of the status bar reflect: [SessionName] [CurrentPane] [CurrentWorkingDirectory] I am able to display the SessionName ...
2
votes
1answer
29 views

Returning values from InputFormat via the Hadoop Configuration object

Consider a running Hadoop job, in which a custom InputFormat needs to communicate ("return", similarly to a callback) a few simple values to the driver class (i.e., to the class that has launched the ...
0
votes
0answers
11 views

i got error after transition my joomla site to websitepanel

after transition my site to another host,in all page i see this error " JLIB_CACHE_ERROR_CACHE_STORAGE_LOAD JLIB_CACHE_ERROR_CACHE_STORAGE_LOAD Unable to load Cache Storage: file Unable to load ...
0
votes
0answers
16 views

Verifying solution config and target platform settings from within a test project

I have a unit test project in a solution and want to add a [IsSolutionConfiguredForProduction] check that will test to see whether each project in the solution matches the following criteria: ...
0
votes
2answers
29 views

what is the default package name for struts in struts.xml

I created a new class called RegesterAction but I didn't keep this class in any package. How can I configure this class in the struts.xml? Below is the struts.xml file but I'm unable to understand ...
0
votes
1answer
244 views

Android Studio doesn't work on Windows 8 [closed]

I've setup Android Studio in Windows 7 and it's work fine for me. But same installation i try with Windows 8 then it's seem to not working. Anybody configure Android Studio in Windows 8? Any ...
0
votes
1answer
30 views

In Mercurial on Windows how do I set (any) editor correctly? (Can't commit)

I have TortoiseHg installed on Windows XP. Although I can use most hg commands normally from the command line, I cannot use hg commit (without the -m option) because it fails to launch my editor. ...
0
votes
2answers
15 views

Configuration Promotion Between Environments

What is a good way to coordinate configuration changes through environments? In an effort to decouple our code from the environment we've moved all environmental config to external files. So maybe ...
2
votes
1answer
25 views

Variables viewer on Eclipse debugging evaluates Python property automatically

When I new some instance, its __ init __ will do, e.g. self._regex = value self._regex_dict = {} In the Eclipse/PyDev debugger's variables view,self._regex_dict is not equal to empty but has one ...
0
votes
1answer
14 views

Jenkins/Sonar - new error after server restart

Quick question about sonar/jenkins integration. First, a little background - we're working on implementing the build pipeline plugin, and last night we had an issue where one of our pipeline jobs ...
0
votes
1answer
11 views

How do i clear testing entries in all forms in openerp 7 before final deployment?

After setting up the openerp system, How do i clear testing entries in all forms in openerp 7 before final deployment? Or Is there a seperate testing methodology to test openerp 7. Thanks a lot
0
votes
0answers
14 views

(play 1.2.5-java) Hibernate Envers ValidityAuditStrategy configuration seems ignored

I'm currently working on an application using Play Framework 1.2.5 and Hibernate-envers 3.6.10-Final. This application is suffering from very low performances due to the Default Audit Stretagy used ...
1
vote
1answer
31 views

My first maven example fails (using m2eclipse) : 'mainClass' missing

I am trying to get work this Maven by Example, using Eclipse + m2Eclipse plugin. However, I got this error [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:java ...
0
votes
1answer
14 views

web.config to override settings.settings values of another project

I have a web service application written in C# by a fellow developer. It consists of several projects, one of which is responsible to communicate with the DB thus contain a Settings.Settings with the ...
0
votes
0answers
6 views

About doctrine configuration on sevent - wamp

Hopefully I come knocking on the right door, because I started in PHP (came from C #) and I'm a bit lost in my contacts worldwide Php. I installed via dial (dial install) as indicated on the website ...
0
votes
0answers
14 views

Can't create own cube on Saiku

I would like to create cube with connection to MS SQL Server 2012. I downloaded Saiku with Foodmart DB which runs successfully. Currently, I have edited schema file to be my own data. Also, I changed ...
0
votes
2answers
49 views

C# settings GUI

I wrote my first C# program a while ago. It got somewhat big. My .settings file has over 20 different parameters - booleans, sizes, strings, ints. I'd like to provide users with a GUI to change them ...
0
votes
1answer
16 views

HIbernate configuration file shows a warning “No route to host :connect”

Hi sir i'm new to hibernate... My hibernate configuration file is as shown below <?xml version='1.0' encoding='utf-8'?> <session-factory> <property ...
0
votes
1answer
25 views

For Node.JS, where are the core modules in Win?

From the official api site it says that core modules are installed at the /lib folder of the root folder of NodeJS, but when I was trying to search for it I didn't see the /lib folder. Any idea? ...
-1
votes
1answer
17 views

Configuring Mercury to send PHP files from a HTML form [closed]

I am creating a form using html, and i'm attempting to submit the form to my email using a PHP file. I have xampp and Mercury, but am unsure as to how to configure Mercury to allow for the PHP file to ...
1
vote
2answers
54 views

Best practices when running Node.js with port 80 (Ubuntu / Linode)

I am setting up my first Node.js server on a cloud Linux node and I am fairly new to the details of Linux admin. (BTW I am not trying to use Apache at the same time.) Everything is installed ...
0
votes
2answers
40 views

Spring 3 Dependency Injection and interfaces

here is some code from a post here that would explain my question: Interface: package org.better.place public interface SuperDuperInterface{ public void saveWorld(); } Implementation: ...
0
votes
0answers
5 views

PayPal certificates - winhttpcertcfg

I use a Windows Forms application and the PayPal SOAP API. I recently migrated to a new computer. I used the Windows Certificate configuration tool (winhttpcertcfg.exe) to grant rights to the ...
0
votes
0answers
22 views

the rpc call doesn't workd after adding spring4gwt

To integrate spring in my gwt application i added spring4gwt and i followed the tutorial in SimpleRPCExample. But it doesn't work, however everything in configuration and code seems OK. So this ...
0
votes
0answers
10 views

Tomcat 6 loads wrong OpenSSL-Version

I updated tomcat 6.03.5 to 6.0.37. Afterwards i added the configuration to disable TLS Compression SSLDisableCompression="true" on APR-Connector. I also made a fresh build tomncat-native (1.1.27) But ...
-2
votes
0answers
28 views

MS-visual-sourcesafe configuration [closed]

I am not able to configure VSS I have created asp web project instead or asp website This will effect to visual-sourcesafe configuration. Is it necessary to configure visual-sourcesafe I have ...
0
votes
1answer
72 views

Nginx CodeIgniter not working

I am new to nginx. I am transfering my server from apache to nginx but my many projects on the CodeIgniter core PHP sites working perfectly but the CodeIgniter is not work. My sample url like this: ...
0
votes
3answers
30 views

NGINX Redirect without rewriting the url excluding IP and directory

We've got a page that we put up on our website when we take it down for maintenance or updates. The basic pseudocode logic looks something like this: if IP != 72.56.43.212 and location !~ /down then ...
2
votes
1answer
37 views

OpenSuse 12.3 + Java Dual Display

I have a Java application that displays two JFrames on two separate monitors. On Ubuntu and Windows the application displays just fine. I can configure the JFrames to display on the monitors with the ...
0
votes
0answers
35 views

Multi language Android application

I'm creating a multi language android application and I made folders with different languages and everything works perfect. The only issue that troubles me is when user selects a different language I ...
0
votes
0answers
9 views

Munin auto connect for clients

I'm using Munin on a large number of lab PCs. On the server I have to specify every host I want to generate graphs for in the munin.conf file, which really is hard to maintain for a large number of ...
0
votes
1answer
59 views

G-WAN: is it possible to turn off microcaching?

According to its website G-WAN uses microcaching that lasts 200ms. The only way to prevent microcaching mentioned on the website is to use a changing query parameter. I'd like to use G-WAN. The ...
0
votes
0answers
18 views

Installing Test Agents for Lab Management 2012

I am trying to set up Lab Manager with SCVMM (TFS 2012 - on premise). I have created a new environment with one Windows 7 VM (from a template) on it but I cannot get the "Install Agents" process to ...
0
votes
1answer
27 views

BitNami GitLab Stack 5.1.0-2 rewrites gitlab.yml after reboot

I am trying configure BitNami GitLab Stack 5.1.0-2 with LDAP Then ran into problem Could not authorize you from Ldap because “Server 192.168.133.100 refused connection on port 389”. where ...
0
votes
2answers
24 views

codeigniter correct way to check if libraries/helper/core files is loaded

i'm using codeigniter 2. Appreciate if someone could show the correct way to check if the following files : - library file is loaded? - helper file is loaded? - config file is loaded? - model file ...
0
votes
0answers
14 views

hadoop/name is in an inconsistent state: storage directory does not exist or is not accessible

At first i cannot let jobtrackers and tasktrackers run, then i replaced all ips like 10.112.57.243 with hdmaster in xml files, and changed mapred.job.tracker into hdfs:// one. Later i formated ...
0
votes
0answers
14 views

Triggering unit test on solution build (VS 2010)

I am new to testing so please bear with the obvious unfamiliarity. I have a solution with multiple projects, configurations and app settings. There is already a compiler directive to warn on ...
1
vote
1answer
27 views

symfony2 configure service with data from another service

Is it possible in Symfony2 to configure a service by injecting data from another service? For example, by calling a getter on another service? In my specific case I am creating a (reusable) service ...
0
votes
0answers
33 views

c# unity divide configuration into multiple files

is it possible in unity IoC to divide configuration file into multiple ones? I mean in the basic file I would just somehow include the other configuration files, just to keep code clean a little. Is ...

1 2 3 4 5 130