Log4j related changes

This commit is contained in:
Greg Richardson
2007-02-22 19:39:55 +00:00
parent 9478044e7b
commit 6cbdfb7e6d
6 changed files with 150 additions and 83 deletions

View File

@@ -324,6 +324,12 @@ public class SetupAsWindowsService
return iReturn;
}
sCommand = sExe + " //US//CasaAuthTokenService ++JvmOptions \"-Dlog4j.configuration=file:" + sDirInstall + "/ats/etc/log4j.properties";
if (ERROR_NO_ERROR != (iReturn = invokeCommand(sCommand)))
{
return iReturn;
}
sCommand = sExe + " //US//CasaAuthTokenService ++JvmOptions \"-Djava.io.tmpdir=" + sDirCatalinaBase+ "/temp\"";
if (ERROR_NO_ERROR != (iReturn = invokeCommand(sCommand)))
{