diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 5ee959c..d2b646a 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -4,11 +4,9 @@ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" version="3.0"> - + + + org.scalatra.servlet.ScalatraListener @@ -33,4 +31,55 @@ /git/* + + + + + org.h2.server.web.DbStarter + + + + db.url + jdbc:h2:~/gitbucket/data + + + + db.user + sa + + + + db.password + sa + + + + db.tcpServer + -tcpAllowOthers + + + + + + + H2Console + org.h2.server.web.WebServlet + + 1 + + + + H2Console + /console/* + + \ No newline at end of file