Log4j related changes
This commit is contained in:
@@ -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)))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user