0
votes
2answers
14 views
Disable viewing directory tree via url
I bought a domain name and am trying to figure out how to configure it responsibly. I haven't set up an index.html file yet and I've noticed that if I hit my domain, I see my file …
0
votes
1answer
34 views
Is it possible to create a custom config section with the assembly in a different directory?
I have an assembly that provides the class structure for a custom config section. Is there a way to wire up the config section to point to the assembly in a different directory or …
1
vote
4answers
28 views
Multiple applications sharing same configuration files
In my production environment I have several Web applications installed in the same machine. These applications access various web services and two SQL Server databases this means t …
0
votes
2answers
49 views
Techniques for sharing a config between two apps?
My app is split up into a configuration tool which writes the configuration and a viewer which just reads and uses settings from the configuration.
What techniques for storing th …
3
votes
2answers
67 views
Can i put 3 different authentication schemes in same spring security configuration ?
Hi,
My requirement is to provide:
Userid password based authentication.
Open id based authentication
Url based authentication (its a custom sso impl we have)
in the same projec …
0
votes
1answer
20 views
Jboss Message Bean (EJB3) - configuration name
Is there a way of specifying the configuration name of a message bean through annotations?
In the jboss.xml descriptor you can have different configurations and bind the beans to a …
1
vote
1answer
45 views
Making .NET configuration environment-neutral
I want to get some thoughts on best practices around making .NET app configuration environment-neutral.
Background. Some background first. I come from the Java world, not the .NET …
1
vote
1answer
51 views
What is the JBoss equivalent of Tomcat’s server.xml?
I am running an application which was deployed on JBoss.
There is only documentation for Tomcat, none for JBoss.
I need to change some connector tag attributes to look like so: …
1
vote
2answers
27 views
NHibernate Configuration.AddDocument is slow
Hi all, i'm testing fluent-nhibernate in a small project. I have near 10 classes and when I call BuildSessionFactory method I get a slow response of about 4500ms (too much for a pr …
0
votes
1answer
27 views
how to configure opencv 1.2 in visual c++?
hello, i am trying to do a project in visual c++ using opencv library of version 1.2. but i cannot proceed forward due to the difficulty in configuring opencv 1.2 in vc++.please a …
6
votes
4answers
105 views
Complex Combinatorial Algorithms
So Wendy's advertises their sandwich as having 256 combinations - meaning there are 8 ingredients you can either have to not have (although I wonder why they would count the combin …
0
votes
1answer
14 views
org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from class path resource
Hi I am developing a RIA application using SWING as client,Java WebStart JNLP and Spring on server side using HTTPInvoker.
I am getting the below error message when I am trying to …
0
votes
7answers
105 views
c# simple non-xml config files?
Is there a build-in way in C# to work with simple config files which ate not XML? Or maybe there are popular free libraries?
I'm making a simple tool for non-programmers to use, a …
1
vote
1answer
24 views
Jetty 6 - QueuedThreadPool versus ThreadPool
Hi all,
I am using Jetty 6 and was wondering when the QueuedThreadPool should be used over the ThreadPool? By default, Jetty 6 comes configured with the QueuedThreadPool.
My ser …
1
vote
6answers
151 views
Why do so many apps/frameworks keep their configuration files in an un-executed format?
Many frameworks keep their configuration files in a language different from the rest of the program. Eg, Appengine keeps the configuration in yaml format. to compare, DJango settin …
