Start PolicyCenter on QuickStart (Jetty)

About this task

Guidewire recommends the following sequence in starting PolicyCenter on the QuickStart server.

Procedure

  1. Open a command prompt and navigate to the root of PolicyCenter application directory.
  2. Run the following command to compile the needed application resources and move them to the correct location in the application server:
    • gwb compile
  3. Run the following command to start the application server.
    • gwb runServer -x compile

    There is a dependency between the runServer command and the compile command. Guidewire recommends that you always use the -x compile option with the runServer command to remove that dependency after you initially run the compile command. Otherwise, PolicyCenter must first verify what resources, if any, need to be recompiled, then perform an incremental recompile of those resources before starting the server.

What to do next

See also