Is there like a database server process running that clients could connect to and execute SQL statements?
In theory, if auto server mode is enabled this should be possible, I haven't tried it yet:
http://www.h2database.com/html/features.html#auto_mixed_modeIf it works, it should be optional. I will probably make the whole jdbc connect url a configurable parameter so that users or client developers could tweak such settings.