Hello, This message just for your information. I have packaged a version of H2 as an OSGi bundle to deploy it in Felix. With this bundle the database and the web console is available. With this packaging the OSGi HTTP Service is used through Pax Web.
You can start it through Pax Runner by using the following command : pax-run "--profiles=war" war:file:/tmp/h2.war Then you can go to http://localhost:8080/console/console/ to use the web console. What has been done to package this bundle from the jar file : - Adding the following lines to the manifest : Bundle-ClassPath: WEB-INF/classes Webapp-Context: console - Moving the class files from / to WEB-INF/classes/ - Adding web.xml in /WEB-INF/. This file is from the sources zip (src/ tools/WEB-INF) This bundle is available here : http://www.mediafire.com/?t4ytmemuze2 Stéphane -- 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.
