Ok, thank you.
The link you mentioned is for connecting from Java to server.
What about passing a properties file at cmdline in h2.bat?
I found no tag "-properties" in whole pdf manual.
When I make a guess and change the line in h2.bat to
@java -cp "h2-1.3.171.jar;%H2DRIVERS%;%CLASSPATH%" org.h2.tools.Console -properties ".\myproperties" %*
...then no properties file is created in the folder where h2-1.3.171.jar is located.
Do users have to create this file manually?
In general I miss the (default) properties file at all after installation of H2. O.k. by default it should be in
C:\Documents and Settings\[username]
I guess this is only the directory for old WinXP. For (64bit) Win7 it should be:
C:\Users\[username]\.h2.server.properties
But I didn't find the default properties file there neither.
I would appreciate to have a sample properties file to get information on how to e.g. setup a different port in it.
When I search the pdf manual for "server.properties" I did NOT find any info about syntax.
How does it work?
Thank you
Ben