Hi all,

my scenario: web application using H2 for demo purposes.

We'd like to embed the H2 Console into the existing web application,
so it's reachable on the same hostname/port, instead of listening on
its own HTTP port. Is that possible?

Also, i'd like to embed the web console in our web application, so we
can frame it with the styles of our web design.

Now, my questions are:
- How to embed the H2 Console (e.g. which Servlet to use, which file
mappings), how to pre-configure the JDBC URI (only allow connections
to the single database)
- How to start up H2 Server within a Spring Application Context, or
should we use DbStarter in web.xml?
- How to configure the pooled DataSource (Spring managed) to access
the H2 Server, which was started by
   <listener>
      <listener-class>org.h2.server.web.DbStarter</listener-class>
   </listener>

We need a filebased database - one per web application installation.
We use embedded Jetty.

any ideas?
regards
Mike

--~--~---------~--~----~------------~-------~--~----~
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