should be part of the war file and incase you like to load it using classloaders make sure its within classpath.
Incase you still need to know where exactly to put the file. Do let us know the directory structure of your project... Cheers! On Dec 12, 12:49 am, jbdhl <[email protected]> wrote: > I have a bunch of settings that are installation specific (e.g. > database connection properties) that I store in a property file. But > where should I put a file like this? I would like it to stay unchanged > between two deployments, so I guess the file should not be part of the > war-file (because it's installation specific and should somehow just > be considered as a static ). The war-file should, at most, contain > some kind of template for the property file. But if it's not part of > the war dir, how do I then refer to it? I need to know where to find > it. > So in general: Where do you put installation specific server-side > config files (property files)? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
