0
votes
0answers
9 views

Using GlassFish system properties as an alternative to configuration file

Is this a good practice to use GlassFish(or other containers) system properties as an alternative to configuration file? What is wrong with it?
0
votes
1answer
23 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
0answers
22 views

date variable not resolve in log4j2.xml when using log4j 2.0 in standalone java app under osx

I'm using log4j 2 in my standalone java app. However, I'm struggling with the date variable in the log4j2.xml configuration. It's not getting resolved. Here is my log4j2.xml configuration file: ...
-4
votes
3answers
91 views

How to read a configuration file in Java [closed]

I am doing a project to build thread pooled web server, in which I have to set the port number on which server listens. How many threads are there in thread pool Absolute Path of the ...
2
votes
1answer
115 views

Spring : Exception starting filter springSecurityFilterChain

I am trying to write an application using Spring 3.1.2-Release. App server is Tomcat 7. When I start the server I get this error : SEVERE: Exception starting filter springSecurityFilterChain ...
2
votes
2answers
163 views

Eclipse Failed to create Java Virtual Machine after changing eclipse.ini file

-startup plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20120522-1813 -showlocation -showsplash ...
0
votes
1answer
101 views

Bukkit Configuration File Creation Error

I'm kind of new to programming bukkit plugins so please go easy on my if the answer if obvious :). I am trying to create a second configuration file to store locations and other data, but when I run ...
3
votes
3answers
46 views

Java package import depending on config

I'm having a Java web application designed as a three-tier architecture. Currently I have two different database layers. All of my Data Acces Layer code is in concentrated in a package. The desired ...
2
votes
2answers
442 views

Spring loading PropertySourcesPlaceholderConfigurer from JBoss context

I have a spring 3.1 application loading settings using PropertySourcesPlaceholderConfigurer and I want to manage test and production environments simply loading settings from server context overriding ...
0
votes
2answers
35 views

Object type for an configuration object in java

I want to know how to make one object which contains all configuration settings the user filled into a configuration file. The configuration file is the only argument given to the program. I want to ...
-1
votes
1answer
41 views

java web app configuration

I have a very basic question about web applications. I decided to ask on forum, because I don't exactly know, what to look for in google, I mean, i don't what key words should I use. I read about ...
2
votes
2answers
64 views

Externalizing DEFAULT configuration properties

A lot of projects are using configuration files and I found a lot of posts how to read this configuration files, how to externalize them, but I couldn't find anything about how to generate a sample ...
0
votes
4answers
47 views

How can I get my config file from class to class?

Just a quick and simple question. I have a program with several classes that read information off of a .properties file. Is it better practice to pass the file from class to class as an argument in ...
0
votes
1answer
120 views

Commons-configuration and DefaultConfigurationBuilder don't reload automatically

I've got a DefaultConfigurationBuilder (from commons-configuration v1.9). This object (named config) is initialized by this very simple file : <?xml version="1.0" encoding="UTF-8" ?> ...
1
vote
2answers
2k views

Dynamically loading properties file using Spring

I have written a PropertyUtils class (from internet), which will load the Properties <bean id="propertiesUtil" class="com.myApp.PropertiesUtil" > <property name="locations"> ...
1
vote
3answers
495 views

ResourceBundle - Cannot work out how a properties file is read when it does not exist in the filesystem

I have an EJB 2.1 application that refers to a properties file to read a value from. The filename of the properties file is defined as private static final String CONFIG_DIRECTORY = "config."; ...
0
votes
2answers
346 views

Log4j is not printing debug logs on console

This is my log4j.xml <!-- ============================== --> <!-- Append messages to the console --> <!-- ============================== --> <!-- DAILY ROLLING --> ...
0
votes
0answers
19 views

Java stock Default config file [duplicate]

Possible Duplicate: How do I access a config file inside the jar? First of all I give you a sample of my code, then I ask what I intend to do : public static void resetGlobalConfigFile() ...
0
votes
0answers
73 views

Is there a way to load nested properties from a property file in java?

The scenario what I am looking for is like. //contents of props file prop1 [prop1.1=val1 prop1.2=val2] prop2 [ prop2.1 [prop2.1.1=val3 prop2.1.2=val4 ] prop2.2=val5 ] ...
2
votes
1answer
632 views

use play framework 2.0 with oracle 10g

I try to connect a play framework sample to an oracle 10g db so I use these string connexion : jpa.dialect=org.hibernate.dialect.Oracle10gDialect db.url=jdbc:oracle:thin:@10.0.2.1521:1521:play ...
0
votes
3answers
208 views

Java Deployment, Config File Changes

I have a java project deployed on the server. Now I want to make some changes in "project/WebContent/WEB-INF/configuration.propertys". My question is do I need to make changes in my local machine and ...
2
votes
2answers
133 views

Commenting out a property in a Property file

I am using java to manipulate a property file. I have a requirement like I have to comment out a property value before updating and add that property with new value. Like path=c:\ after I update ...
2
votes
1answer
172 views

Good library for parameter injection/properties management

I have a piece of code that I have been using to manage properties for a while now. My boss didn't like this solution on the ground that property management should be done by well-known libraries, ...
1
vote
0answers
278 views

Printing Apache Commons XML Configuration pretty

I am trying to work with the Apache Commons Configuration XML class and I think I have a basic configuration writer working. Now I need to have the XML output indented correctly. I have tried ...
0
votes
3answers
54 views

Load file bundled within jar only if run as a jar

I have a properties file that I've included within a jar I'll be distributing. Before I decided to include the file within the jar I was loading it like properties.load(new ...
1
vote
0answers
146 views

Placing properties files in a web application

In a java web application using struts 2 and running in Jboss server I am asked to place the properties file outside the EAR and in the config file. What does this mean ? If it's outside the EAR how ...
0
votes
1answer
62 views

java application where application's behavior is conrolled by its conf file [closed]

I am looking for free java application in which application's behaviour is controlled by its configuration file. for e.g accessing admin rights by changing some parameters or by giving passwords in ...
0
votes
1answer
2k views

java.util.MissingResourceException: Can't find bundle for base name config, locale en

I looked answers of this question but they did not work for me. I have a file called "config_en.properties" in the Resources folder. (Project->Resources->config_en.properties) ...
1
vote
1answer
265 views

Using a config/property file with variables

sI use a simple text-file like this BMG-P (someLongComplicatedExpression)(.*P) BMG T (someLongComplicatedExpression)(.*[Tt]) BMG MPA (someLongComplicatedExpression)(.*MPA) to configure my ...
2
votes
3answers
2k views

Controlling a project with Maven and Spring: How to set Spring config file using Maven profiles?

I am trying to configure a Spring configuration file with database information based on whether a certain Maven profile is active. I've seen pieces of answers to this but I'm having trouble putting ...
0
votes
5answers
3k views

Spring loading application.properties based on tomcat servlet contect definition

I need to have a development and production settings for our spring project. I understand that you can use profiles for spring but that is not something that we can do. What I want to do is place on ...
0
votes
7answers
310 views

username, password etc hardcoded into program - how to pick them up from a file instead?

I have made some code in ECLIPSE. As you can see, the username, password, database URL, SQL Queries are hardcoded into my program. I don't want to change my code and recompile it every time I change ...
0
votes
2answers
154 views

Where should my application/service store its configuration files in windows?

In Linux, I'll usually put user configuration files in $HOME/.myapp and in Windows I'll use APPDATA. So far so good. What about non-user specific configuration? In linux, I'd put it into /etc. Is ...
0
votes
0answers
106 views

Using configuration file to call a python script

Dear stackoverflow memebers, Here is my sample code: @GET @Path("/command/{name}/{command}") @Produces("text/plain") public String command(@PathParam("name") String name, ...
1
vote
1answer
194 views

Something like `libconfig` for Java?

I'm looking for Java framework like libconfig. I like its simple human readable configuration files and also that I can create complex setting values composed from arrays, lists, groups. Is there ...
2
votes
0answers
94 views

Java(android) configuration files(scripts)

I have to be able to update my android application behavior using configuration files. The idea is as follows: There is a configuration file(any kind of semantic is allowed here) available on ...
0
votes
3answers
83 views

Forcing devs to explicitly define keys for configuration data

We are working in a project with multiple developers and currently the retrieval of values from a configuration file is somewhat "wild west": Everybody uses some string to retrieve a value from the ...
0
votes
3answers
747 views

Netbeans platform custom configuration file

I'm trying to create configuration file for database connection. Properties file would be best. This properties have to be changed after every application installation (customers database). I want ...
2
votes
3answers
174 views

What does <%= @something %> mean in a Java properties file?

I'm looking at a Grails project that uses external configuration files. I have an external configuration file that's a Java properties file, and I don't know what this line does: environment.name = ...
3
votes
3answers
582 views

What are the pros and cons for using a database to store configuration information compared to a File System

Suppose you are tasked with writing a web application that must store configuration information in some format. What are the benefits and drawbacks for storing these configuration information in a ...
1
vote
3answers
3k views

where to put config.properties and log4j.xml in Eclipse

When I first developed my Java app, I ended up with my config.properties and log4j.xml files in the 'src' directory. This worked fine running in Eclipse, but now I am trying to deploy to a Linux ...
0
votes
1answer
250 views

Validation of a properties file loaded with Apache Configurations

I'm looking for a Java configuration framework for one of our projects and Apache Configurations looks very promising. I need to define rules about config files which are used by validation on ...
0
votes
1answer
243 views

Nested .properties files

The Documentation of the java.util.Properties-class states: A property list can contain another property list as its "defaults"; this second property list is searched if the property key is not ...
0
votes
5answers
127 views

Utility of Annotations as compared to XML files for configuration

In Java, is it a good practice to use annotations to configure an application rather than using XML files? I am more skeptical about it because, using annotations involves changing the java source ...
3
votes
6answers
2k views

Use properties file instead of static final variables

I have many classes with static final fields which are used as default values or config. What is best approach to create global config file? Should I move these fields to single static class, use ...
5
votes
2answers
2k views

Is it possible to use multiple ehcache.xml (in different projects, same war)?

I have a services project and a web project. I need to have eh-cache in both projects. The idea is that if the service project is updated, it's cache-related changes (like keys and invalidation ...
4
votes
1answer
606 views

Is it possible to use a spring configuration XML file per jar file with additional info?

My main Spring Configuration XML file specifies something like this: <context:component-scan base-package="com.application" /> The components found during this scan can be in one of many jar ...
0
votes
2answers
860 views

run .jar file with properties config file

I have a jar file with properties configuration file. when I run it in Netbeans everything works as it should. but when I run it in a cmd - the properties file is not found. why?
4
votes
1answer
326 views

When using Jaspyt to encrypt Spring properties files, is an environment variable really a secure place to store the master password?

I'm using Jaspyt and Spring 3 in my Java project. I currently store the database connection properties in a properties file. The user name and password are plain text, so I've been looking at using ...
1
vote
5answers
2k views

Storing ArrayList and HashMap using java.util.properties

How can I store an ArrayList and/or a HashMap variable using java.util.properties? If it's not possible what other class can I use to store application configuration?

1 2