Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
AntonioF
2019-03-28 18:58:57 +01:00

View File

@@ -57,6 +57,9 @@ public class EmsCoreContext {
String warPath = String.format("%s/webapps/ems-api.war", tomcatBase);
File warFile = new File(warPath);
String domainname = System.getenv("USERDOMAIN");
arguments.put("domainName", domainname);
SimpleDateFormat sdf = new SimpleDateFormat("dd/MM/yyyy HH:mm:ss");
arguments.put("lastUpdate", sdf.format(warFile.lastModified()));