guidewireclaimcenter

Run the ClaimCenter server in debug mode with the command line


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?


Solution

  • 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).