From 0a9b2180cb02e38df8f0cf9518432c63f0a38710 Mon Sep 17 00:00:00 2001 From: Roberto Orden Erena Date: Thu, 26 Dec 2019 21:23:25 +0100 Subject: [PATCH] Incluyo en pm2 el lanzamiento de WildFly --- 1.sources/MyHealth/ecosystem.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/1.sources/MyHealth/ecosystem.json b/1.sources/MyHealth/ecosystem.json index e590ff6..ccb1896 100644 --- a/1.sources/MyHealth/ecosystem.json +++ b/1.sources/MyHealth/ecosystem.json @@ -3,7 +3,11 @@ "name": "ANT", "script": "start.sh", "cwd": "./", - "ignore_watch": ["*.ear", "*.jar", "*.war", "./build/*", "./dist/*"], + "ignore_watch": ["*.ear", "*.jar", "*.war", "./build/*", "./dist/*", "ecosystem.json"], "watch": true + },{ + "name": "Widlfly", + "script": "standalone.sh", + "cwd": "/opt/wildfly/bin/" }] }