[jboss-user] [Installation, Configuration & Deployment] - Configuration file
mildmannered
do-not-reply at jboss.com
Tue Jun 26 13:06:55 EDT 2007
I would like to provide some configuration information for my webapp from a properties file on the classpath.
I would like the user to be able to hand-edit this file, or to update it via a web-based installation wizard from within the app (so that they can just deploy the war, and manage the rest of the configuration from within the wizard).
Is there a "correct" place to locate the file. conf seems natural, but it feels wrong to be writing to files there.
Keeping manual and automatic configurations separate, in conf and data respectively is one option, although I'd rather keep them in the same place, and I don't want to add unnecessary directories to the classpath if I can avoid it.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057793#4057793
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057793
More information about the jboss-user
mailing list