summaryrefslogtreecommitdiffstats
path: root/node-admin
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@oath.com>2017-12-04 02:04:41 +0100
committerHåkon Hallingstad <hakon@oath.com>2017-12-04 02:04:41 +0100
commit9e9ca0096eba33edf4c15fd19c6ef0919f73c284 (patch)
tree47d50e2fca808367b7c2d0c452e218d032f15189 /node-admin
parent6842226338027546f77fb46d4d738d101bab9e07 (diff)
Move services.xml to application directory and remove stray dependency
Diffstat (limited to 'node-admin')
-rw-r--r--node-admin/src/main/application/services.xml (renamed from node-admin/src/main/resources/services.xml)2
1 files changed, 1 insertions, 1 deletions
diff --git a/node-admin/src/main/resources/services.xml b/node-admin/src/main/application/services.xml
index 57bdf8b7af2..030c42ac8c5 100644
--- a/node-admin/src/main/resources/services.xml
+++ b/node-admin/src/main/application/services.xml
@@ -19,5 +19,5 @@
<restartOnDeploy>true</restartOnDeploy>
</config>
- <nodes jvmargs="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=localhost:5555 -Dvespa.freezedetector.disable=true" type="host"/>
+ <nodes type="host"/>
</jdisc>