Setting server system properties

In 9.0, Guidewire has modified the way that you set server system properties using the -D JVM option syntax. The exact command syntax depends on whether you are using the development QuickStart server (Jetty) or a production-level server such as Tomcat, for example:

Server                

JVM option syntax

QuickStart (Jetty)

-Denv=…

-Dserverid=…

Tomcat

-Dgw.pc.env=…

-Dgw.pc.serverid=…

See also