Hi, > Maybe it would be a useful feature if one could start the server with > a database url setting (with the actual jdbc url as default login), > e.g. jdbc:h2:mem:test;START_WEB_SERVER=TRUE
I thought about that as well, I'm not sure if that's a good idea. That would imply you start one web server for each database. But a web server is not bound to a database usually (there is no 1:1 relationship between server and database). I believe the separate API to start and stop the servers makes more sense. Is there a problem using it? Or what is your use case? 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 -~----------~----~----~----~------~----~------~--~---
