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.
This goal supports the other common server parameters shared by server goals.