I think you want to run H2 like this on your server:

    java -cp h2*.jar org.h2.tools.Server -baseDir -ifExists

to only allow users to open databases in a selected folder, and only if the DB 
already exists.

See documentation here:

    http://h2database.com/html/tutorial.html

--
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to