Mark all servlets as load-on-startup

This way the database is initialized during web application context
startup and not during the first query, reducing the latency of the
first incoming request.

Signed-off-by: Shawn O. Pearce <sop@google.com>
1 file changed