If you're on windows, you can just double click the h2w.bat file in the \bin directory of the H2 install directory and it will launch your browser opened to the web console of H2. If you're on another platform you can try the h2.sh or adapt the commands in the scripts and just run them, then point the browser to the right port on your machines IP.
These links in the documentation might help get you on your way... http://www.h2database.com/html/quickstart.html http://www.h2database.com/html/tutorial.html#command_line_tools On Feb 24, 12:17 pm, Vladimir <[email protected]> wrote: > Hello, > > This is probably a silly question but I still can't find an answer to > it. > > I run my database through a java app and I can execute the SQL > commands with no problem through it. But I want to connect to it > externally through my browser. On the website it says I should use the > jdbc:h2:[file:][<path>]<databaseName> syntax, but firefox does not > recognize this protocol. > > What should I do? > > Thanks, > Vladimir -- 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.
