Buongiorno, Roberto! On Thu, 2008-02-21 at 12:12 +0000, Roberto Musso wrote: > if I do not remember bad, you were sppeaking about a config file that > should be outside the war file? > If yes, where is and how it is possible to use it: I could not find it in > the code (obviously if it is outside the war)..
There will be a few different config files that can exist outside the WAR. For instance, custom overrides to the application-wide configuration file can be placed in applicationConfiguration.custom.properties, and this file can be placed on the app server's classpath. Documentation is forthcoming (in the next two weeks), but for now, here's a list post where "external-to-WAR" configuration is outlined for Tomcat 5: http://article.gmane.org/gmane.comp.finance.mifos.devel/3513 Something similar should work for Tomcat 6. If a specialist wants a custom Chart of Accounts config, this will also live outside the WAR, in the app server classpath. > I need to know where and how (if using custom property) to put some > property that I need to implement some classess > Best -- Adam Monsen ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
