2010/11/22 <[email protected]>: > This app need to be packaged with different configuration files (server > names/IP addresses) for Dev/QA/Prod environments.
This kind of info are better put in the server. For example, for JBoss, you can create a .properties file and put it inside: <jboss>/server/<yourserver/conf Everything in the conf directory is available in your classpath. Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
