2

As you know, Guidewire Studio takes a lot of memory; at the level of testing, I just want to run the ClaimCenter server.

Do we run the server in debug mode with the command line without opening the GW studio?

Thân LƯƠNG Đình
  • 3,082
  • 2
  • 11
  • 21

3 Answers3

4
gwb runServer -Denv=envName
gwb runServer -Denv=envName -x compile

The first command will still compile the ClaimCenter code. If your ClaimCenter instance is not taking updates from a repository, the 2nd command will skip the compile step & launch the instance faster.

More info about this & other switches can be found in Guidewire’s documentation here: https://docs.guidewire.com/self-managed/cc/1011/admin/topics/t_hp2141842.html (you’ll need to login with your customer or partner credentials to access this page).

katie_gw
  • 71
  • 6
2

You can run the following command line to start the Guidewire application server in debug mode.

gwb runServer -Denv=envName
General Grievance
  • 4,555
  • 31
  • 31
  • 45
Avijit Das
  • 36
  • 4
0

We can use the file gwb.bat. In fact, on Windows CMD environment, we run the following command line to start the Guidewire application server.

gwb runServer -Denv=local

Task List of gwb.bat enter image description here

Thân LƯƠNG Đình
  • 3,082
  • 2
  • 11
  • 21