Top "Configuration" questions

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

How to configure Glassfish Server in Eclipse manually

I have GlassFish server3.1.2.2 pre installed on my machine. Which I want to use in my Eclipse Luna How do …

java eclipse oracle configuration glassfish
How to make spring inject value into a static field

I know this may looks like a previously asked question but I'm facing a different problem here. I have a …

java spring configuration app-config
Why do I need to configure the SQL dialect of a data source?

When we configure a data source using Hibernate, we should add the hibernate.dialect property (or eclipselink.target-database if you …

hibernate configuration eclipselink persistence.xml dialect
How to select different app.config for several build configurations

I have a dll-type project that contains MSTest integration tests. On my machine the tests pass, and I want the …

.net visual-studio configuration continuous-integration release-management
Query a parameter (postgresql.conf setting) like "max_connections"

Does anyone know if it's even possible (and how, if yes) to query a database server setting in PostgreSQL (9.1)? I …

postgresql configuration settings postgresql-9.1
Enable tcp\ip remote connections to sql server express already installed database with code or script(query)

I am deploying sql express with my application. I will like that database engine to accept remote connections. I know …

configuration cmd database-connection sql-server-express remote-connection
Warning about `$HTTP_RAW_POST_DATA` being deprecated

I switched to PHP 5.6.0 and now I get the following warning everywhere: Deprecated: Automatically populating $HTTP_RAW_POST_DATA is …

php configuration migration
Loading custom configuration files

I know I can open config files that are related to an assembly with the static ConfigurationManager.OpenExe(exePath) method …

c# configuration
tmux status bar configuration

How is the status bar is customized? I noticed in this youtube video (at 3:05 - image below), the status bar …

configuration tmux
Difference between using bean id and name in Spring configuration file

Is there any difference between using an id attribute and name attribute on a <bean> element in a …

spring configuration