Various documentation errors

1. In the "Tutorial" page, at some point it is claimed that a file 
called .h2.server.properties is created in the user's home upon server 
start. That's not the case, at least not on Linux, with solely the TCP 
server started.

2. In the "Advanced Topics" page, there's a ;ist of properties that can 
be set as Java system properties (via -D). Among them 
is "h2.runFinalizers", but running "SELECT * FROM 
INFORMATION_SCHEMA.SETTINGS" tells something about "h2.runFinalize".

3. The documentation should state very clearly which settings are 
specific to the server (org.h2.tools.Server command line), which of them 
apply to a database, which of them apply to the first connection to a 
database and which of them apply to any connection.
Also, please make it clear whether the property names and values are case 
sensitive or not (in which cases).

4. Could you add some cross links between the Google H2 groups and the 
Google H2 project home? It would be very helpful since these facilities 
are not integrated unfortunately.

Thanks.

Original issue reported on code.google.com by sulf...@gmail.com on 20 Nov 2007 at 10:09