Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -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()));
|
||||
|
||||
Reference in New Issue
Block a user