Files
gerrit/Documentation
Saša Živkov e90d6e81d3 Fix init from WebAppInitializer when using -Dgerrit.site_path
This fix is mostly useful for those developers who want to deploy/test
Gerrit in Tomcat, use the embedded H2 database and have automatic init
on deployment.

The init of a new site on startup (from WebAppInitializer) was failing
when the site was provided via the -Dgerrit.site_path property because
we assumed that the database initialization has to be skipped always
when running in a servlet container. However, this is only true for
the case when using the -Dgerrit.init_path. When Gerrit site is provided
via -Dgerrit.site_path then we have to perform database initialization.

Change-Id: Id577f391cd888bd71ec8502e8ad2f621cbc3fd80
2014-02-21 13:24:03 +01:00
..
2013-06-14 20:30:32 +02:00
2014-01-27 18:06:23 -08:00
2013-11-29 10:50:59 -08:00
2014-01-08 14:01:42 -08:00
2013-10-08 10:27:08 -07:00
2014-01-15 11:47:53 +09:00