best practice: storing user input as application wide config
example: a webmail application is deployed as a war-file to a server. the fresh deployed app now needs to read info from the user (mail-host, username, password, etc.).
what is the best way to store this information permanently on the serverside for as long as the app is not undeployed (i.e. persistent even after server reboot)?
thx

