Преглед на файлове

More debugging statement using System.out.println

tags/before_postback_reorg
ymlam преди 6 години
родител
ревизия
5f8b64843b
променени са 1 файла, в които са добавени 4 реда и са изтрити 1 реда
  1. +4
    -1
      src/main/java/altk/comm/engine/CommEngine.java

+ 4
- 1
src/main/java/altk/comm/engine/CommEngine.java Целия файл

@@ -106,9 +106,12 @@ public abstract class CommEngine extends HttpServlet
ServletContext servletContext = getServletContext();
confDirPath = servletContext.getInitParameter(getConfDirContextName());
System.out.println("Config directory is configured to be '" + confDirPath + "'. Make sure it and its content are readable by user 'tomcat'");
runtimeDirPath = servletContext.getInitParameter(getRunTimeDirContextName());
File propertiesFile = new File(confDirPath + "/properties");
System.out.println("Runtime directory is configured to be '" + runtimeDirPath + "'. Make sure it and its content are readable by user 'tomcat'");
File propertiesFile = new File(confDirPath + "/properties");
// Configure log4j using log4j.properties file, \
// sibling to the engine properties file.
// This change is backward compatible with placing the log4j.properties file in


Зареждане…
Отказ
Запис