It seems that there is a solution to my problem: In the file "C:\Programme\H2.install.dir\service\wrapper.conf" I added the last line at the end of the following section and restarted the Windows service "H2 Database Engine Service":
# Application parameters. Add parameters as needed starting from 1 wrapper.app.parameter.1=org.h2.tools.Server wrapper.app.parameter.2=-tcp wrapper.app.parameter.3=-web wrapper.app.parameter.4=-tcpPort 9090 Then I succeeded to connect to the database server with my web browser using the following URL: jdbc:h2:tcp://localhost:9090/C:/path/to/my/database/named/test This way the tcpPort of H2 database server can be configured if running the server as a windows service. Regards, mmu -- 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.
