From bd7211dbe714779bfacbb09587cbcef9eb00e852 Mon Sep 17 00:00:00 2001 From: Juan Carlos Luciani Date: Thu, 26 Apr 2007 15:23:40 +0000 Subject: [PATCH] Fixed the path to the log4j.properties file when setting the options necessary to start the ATS on Windows. This allows the ATS logs to start working again. --- .../package/windows/AtsConfigurator/src/Configure.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CASA-auth-token/server-java/package/windows/AtsConfigurator/src/Configure.java b/CASA-auth-token/server-java/package/windows/AtsConfigurator/src/Configure.java index cd7de0b1..61c32497 100644 --- a/CASA-auth-token/server-java/package/windows/AtsConfigurator/src/Configure.java +++ b/CASA-auth-token/server-java/package/windows/AtsConfigurator/src/Configure.java @@ -936,7 +936,7 @@ public class Configure AtsConfigurator.invokeExternalCommand(commandArray6); String[] commandArray7 = { - sExe, "//US//CasaAuthTokenService", "++JvmOptions", "\"-Dlog4j.configuration=file:" + installDir + "/etc/log4j.properties" + "\"", "--LogPath", AtsConfigurator.m_logFolderPath, "--LogPrefix", "AtsSvcInstall.log" + sExe, "//US//CasaAuthTokenService", "++JvmOptions", "\"-Dlog4j.configuration=file:" + installDir + "/etc/svc/log4j.properties" + "\"", "--LogPath", AtsConfigurator.m_logFolderPath, "--LogPrefix", "AtsSvcInstall.log" }; AtsConfigurator.invokeExternalCommand(commandArray7);