in src/tasks/tomcatDeployment/tomcatDeployment.ts [90:95]
export function getTomcatResponseOutputFileName(): string {
if (!tomcatResponseOutputFileName) {
tomcatResponseOutputFileName = path.join(os.tmpdir(), "tomcatResponse_" + Date.now() + ".txt");
}
return tomcatResponseOutputFileName;
}