Source/Common/PLTCommon/src/com/vci/common/log/ServerWithLog4j.java
@@ -34,6 +34,9 @@
   static {
      try {
         File file =  new File(log4j_properties_dev);
         System.out.println("=====log4j_properties_dev = " + file.getAbsolutePath());
         String loadFrom = "";
         
         if(file.exists()){