I like to avoid a command line setting for each server (-webBind,
-tcpBind, -ftpBind, -pgBind). I could add a system property as in
JBoss (-Dh2.bindAddress=...). I think a system property is enough, as
limiting to one IP address is probably quite rare. Would that be OK
for you?
Regards,
Thomas
> I am wonder if there will be anybody need to start multiple h2 database in the same JVM
> that bind to different addresses. It doesn't seem to be a typical requirement.
Yes, I thought about that as well. I don't think so, but if this is
the case, then a regular property can be added as well (that overrides
the system property). For now, I just like to keep it as simple as
possible.
Regards,
Thomas