Configuration is the process of specifying the settings used for a system or application
0
votes
1answer
60 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
19 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
33 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
25 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
16 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
34 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
vote
3answers
30 views
Cannot reference an android library project in Eclipse
I am trying to add a library project as detailed on http://developer.android.com/tools/projects/projects-eclipse.html#ReferencingLibraryProject
Last week I could do it but now all of a sudden I ...
0
votes
2answers
43 views
Local DB for development and SQL Azure DB for production
I would like to use my local SQL Server for development. I know how to sync data down from SQL Azure to local db. What I'd like is configuration that will allow the debug version to access local db ...
0
votes
0answers
37 views
Tomcat 7 overrides the tomcat-users.xml when using Eclipse
I am using Tomcat 7 to deploy my web projects on. Also I am more comfortable when using the Eclipse interface to start and stop my Tomcat, so I've added it in the Eclipse's Servers and check the "Use ...
0
votes
0answers
20 views
nusoap wsdl connection error but in telnet test everything is OK
I use nusoap to connect to an URL,
But I cannot connect and I didn't get any error in $soapclient->getError() .
I can connect to that URL via SSH commant and telnet, that URL show an XML data on ...
0
votes
1answer
33 views
Install Symfony as a library
I'm currently working on a project where we use Symphony to build an application that is going to be a library for other PHP projects.
We want to install Symfony and manage all dependencies through ...
1
vote
0answers
22 views
RequireJS Text Plugin installed with Bower
How should I be using requirejs-text which is installed via bower? I am supposed to put it in baseUrl but wonder if I could use it from components/requirejs-text/? Whats the best practice?
0
votes
1answer
45 views
How do I add/modify the bundle loader setting in xCode 4.6.2?
I'm new to iOS development and I'm running into a bit of a problem. I've inherited an app that's about 70% complete, but there's no tests. I want to add a unit testing target to my xCode project ...
0
votes
0answers
35 views
Installing FPDF on Windows Azure
I've been trying to install FPDF (fpdf.org) on Windows Azure. I have already succeeded with a local server (XAMPP) and everything works.
Now, when I try to install on Windows Azure using WebMatrix, ...
0
votes
0answers
34 views
An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full - wamp server
I am creating a browser-based game using PHP,Javascript and HTML5 and I am testing it on a local wamp server. However sometimes I get the following error:
Warning: mysqli::mysqli(): (HY000/2002): An ...
0
votes
1answer
33 views
hadoop examples not running on amazon ec2
I am using hadoop-1.0.4 on amazon ec2 of 3 ubuntu 12.10 instances, 1 master and 2 slaves, just under ~ directory.
Now start-all.sh and stop-all.sh is ok, but when i run jps on master or slaves, it ...
0
votes
1answer
50 views
Why I can't put proxy_set_header inside an if clause?
With this configuration:
server {
listen 8080;
location / {
if ($http_cookie ~* "mycookie") {
proxy_set_header X-Request $request;
proxy_pass ...
2
votes
1answer
37 views
Selectively disable certain REST Services in ServiceStack during runtime
I want to disable some services programmatically. The user can specify via a configuration file if he wants to enable some part of functionality, and if not, the services should not be ...
0
votes
0answers
23 views
SolrCore shuts down, throws NullPointerException
I am configuring Solr for the very first time. Google has yielded very little insight. I see questions postesd that are similar to my issue, but not the same.
I have a SolrCore called collection1 ...
0
votes
0answers
19 views
Reasons/remedies for very slow Glassfish startup due to AMX MBeans?
I'm wondering if anyone can give me any pointers in relation to the initialization of AMX MBeans on Glassfish. I'm using GF v2.1.1, Java 6 (running as 5) on a Mac.
Whenever I start up GF (which I ...
0
votes
1answer
23 views
Why is ControllerClassNameHandlerMapping needed
I thought ControllerClassNameHandlerMapping was for mapping a url to a controller (after removing the Controller portion) but this doesnt seem to be the case with my example.
If I remove the ...
0
votes
1answer
65 views
+50
API or library for server-client configuration management
In software project I am working in, we will have a management server and hundreds of clients. That management server will define policies and send clients(or clients will take that). I think, that ...
0
votes
1answer
13 views
Error while trying to build schema in symfony1.4 project
I'm trying to build up a new project with Symfony1.4.
I'm not new to Symfony but today I faced with a new problem, never seen before.
When trying to run
php symfony doctrine:build-schema
i revieve ...
0
votes
1answer
21 views
VS 2010: Set a conditional build option on dependant libraries based on custom solution configuration
I am using Visual Studio 2010. Let`s say I have three projects in a solution:
MainProject
DependentA
DependentB
MainProject is my start up project and DependentA and DependentB are referenced to ...
0
votes
1answer
20 views
Windows Service Deployment on Server with many clients
I have developed a Windows service in C# which has a functionality to send emails on a scheduled basis to the users. Now this service is to be deployed for a large number of clients (say, 50) who ...
0
votes
1answer
53 views
Colorbox positioning on top of another element
I've got quite an issue with positioning of colorbox. The methods described on official website http://www.jacklmoore.com/colorbox/ are not quite enough for my purpose. The thing is that I have button ...
0
votes
1answer
33 views
How to make isInfoEnabled disabled in Log4J XML configuration
I have various log files (debug, error) and different configurations (e.g. dev, prod). In dev I'd like to have everything logged into my debug.log and errors written to error.log. However in ...
0
votes
0answers
15 views
I have 2 controllers intended to be 2 separate web sites (MVC 3)?
I have 2 Controllers (Monitoring and Audit) they contain 4 screens (10 views) each. I want to create 2 web site
for example "thesite.org/Monitoring" and "thesite.org/Audit". In MVC (or/and within ...
0
votes
1answer
74 views
How do I run a Play Framework 2 app in dev mode on Heroku?
I created a staging app on heroku, and would like it to run in DEV mode. Also, I have my procfile set to use application.production.conf, but I would like it to use application.staging.conf in my ...
0
votes
0answers
32 views
IIS configuration in WiX
Is it possible to configure IIS using WiX?
If it is then how do I find out which ASP.NET and IIS features (for example, add MIME types, add application string, add connection string, etc.) can be ...
0
votes
0answers
9 views
How to convert string of xml in memory to Configuration Object?
I have get the content of Xml file and stored it in memory as string ,
how can I convert this xml string to Configuration Object?
Thanks
0
votes
1answer
24 views
How to generate Configuration object from Xml string in C#
In our current code, we indicate the path of configure file, and use "ExeConfigurationFileMap" to generate Configuration object:
var fileMap = new ExeConfigurationFileMap();
fileMap.ExeConfigFilename ...
1
vote
1answer
27 views
how to change OpenLDAP configuration ( slapd.conf ) programmatically
I need to make some configuration changes to slapd.conf. Changes are related to enabling SSL, enabling synch-replication etc.
For example, i need to add following block of configuration in slapd.conf ...
0
votes
0answers
58 views
Node.js SOA with JSON web-services - configuration
I am starting research on how to implement Node.js SOA (service oriented architecture) with JSON web-services.
As a small sub-question, I need an approach/framework/system to make universal ...
0
votes
1answer
22 views
Apache Configuration Location Match exclusion
I have the following working rule on my Apache configuration relative to the "/":
ProxyPass / http://foo.example.com/bar
but I want to exlude the location "/public" from the rule, how can I do ...
1
vote
2answers
46 views
ConfigurationManager.AppSettings use another config file
i have about 10 methods in my class in every method i use ConfigurationManager.AppSettings to get value form App.config file
like
_applicationPort = ...
0
votes
1answer
57 views
Avoid HTTP to HTTPS redirection in Weblogic
I have a web application running on Weblogic. The HTTPS URL to this application is https://localhost:7002/MyApp.
Whenever I am changing the URL in the address bar to http://localhost:7002/MyApp, it ...
0
votes
1answer
30 views
Why does not my website server appear on internet? [closed]
Why does not my website appear on internet? I manage to configure it through port forwarding, when I use http://canyouseeme.org/ it shows that port listens. I use 1342 port to access website. ...
0
votes
0answers
27 views
OpenVPN server configuration
I would like to configure OpenVPN server in such way that client addresses are obtained by DHCP not OpenVPN server.
I read that for this configuration tap adapter must be in bridged mode with ...
1
vote
0answers
78 views
BitNami GitLab Stack 5.1.0-2 with LDAP
I am configuring LDAP for BitNami GitLab Stack 5.1.0-2
I use following settings for /opt/bitnami/apps/gitlab/htdocs/config/gitlab.yml
## LDAP settings
ldap:
enabled: true
host: ...
0
votes
1answer
35 views
how to change port of JAX-RS services?
I code a Java EE 6 with modular JAX-RS services on jboss 7.0, spring.
I find the web service port collision as jboss use port 8080 and the web service also use the port 8080. I want change my JAX-RS ...
0
votes
1answer
29 views
nginx allow all doesn't work
I am trying to allow pinterest to access to my dev site's images, currently nginx deny.conf is using auth_basic and a list of allow IPs. There is no deny all in there. satisfy any is also in deny.conf
...
1
vote
1answer
42 views
Lots of functions that do the same thing - what is a good design pattern for DRY?
tI am looking to refactor a piece of code that provides a programmatic interface to the stored procedures of a database. However, I find myself in the postion of having to create potentially hundreds ...
0
votes
3answers
35 views
Test availablity of WCF URL
I am trying to test the availablity of WCF service as a part of a tool.
Is it possible or do I have to call a method inside that WCF to really test that?
I have tried client.downloadurl(wcfurl) but it ...
0
votes
1answer
43 views
(CRON) error (grandchild #874 failed with exit status 2)
I am trying to run a script every other monday using this cron job. (/ect/crontab)
45 8 * * mon root expr `date +%U` % 2 >/dev/null || /home/joe/Scripts/test1.sh
This morning I checked my ...
0
votes
0answers
61 views
spring example with wrong datasource configuration
I try to run the example project of jboss-springmvc-webapp, but I fail to configure the data source.
the error is:
JBAS014775: New missing/unsatisfied dependencies:
service ...
0
votes
1answer
20 views
Disable rule in sonar
I want to disable a rule from Sonar so it doesn't show the results in the web page.
In my case I want to hide (or not capture) the results about trailing comments.
Is it posible to configure it ...
0
votes
1answer
16 views
Configuration file format with space separator
I need Ruby gem to work with file, that contains parameter name and it's value separated by space (say format like Unix's cfg/conf files). Below is file format example:
key value ; comment
foo 42
; ...



