in src/tasks/tomcatDeployment/tomcatDeployment.ts [84:87]
export function getCurlPath(): string { var curlPath = tl.which("curl", true); return curlPath; }