Set the database mode

About this task

In the base configuration, the QuickStart database runs in file mode. You set the database mode using the jdbc-url attribute. In file mode, the jdbc-url attribute value specifies an actual file location. For example:

jdbc-url="jdbc:h2:file:/tmp/guidewire/pc"

The default file location in the base configuration is /tmp/guidewire/pc.