Hi,

The problem is:

h2.h2Server.startArgs=-tcp,-tcpAllowOthers,true,-tcpPort,8043
h2.h2WebServer.startArgs=-web,-webAllowOthers,true,-webPort,8082

needs to be changed to:

h2.h2Server.startArgs=-tcp,-tcpAllowOthers,-tcpPort,8043
h2.h2WebServer.startArgs=-web,-webAllowOthers,-webPort,8082

The "true" is no longer needed since quite a long time, and no longer supported.

Regards,
Thomas

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to