Files and Servlets
I need to store database setting in a file on the server so the database can be configured by the client, like in Jive.
I decided to store these setting in a serialized object and place it's result in a file, but I can't seem to find any good file-handling tutorials... Got any?
Is there a safe place where I can store my config file, where all my JSPs can read it? Maybe \WEB-INF\ ?
Do you know of any good file-handling tutorials?

