Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 615 Bytes

debug.md

File metadata and controls

10 lines (6 loc) · 615 Bytes

debug


Start a Liberty server in debug mode. The server will listen on a specified debug port or port 7777 by default.

A nondefault debug port can be specified in the server.env file by adding the line WLP_DEBUG_ADDRESS=<port #>. The file can be created at ${basedir}/src/main/liberty/config/server.env or at a location defined by the serverEnvFile common server parameter.

Additional Parameters

This goal supports the other common server parameters shared by server goals.