diff --git a/e2e-test/resources/default.properties b/e2e-test/resources/default.properties index f5733caf1..6d12861d7 100644 --- a/e2e-test/resources/default.properties +++ b/e2e-test/resources/default.properties @@ -3,6 +3,10 @@ alfresco.scheme=http alfresco.server=localhost alfresco.port=8080 +# in containers we cannot access directly JMX, so we will use http://jolokia.org agent +# disabling this we will use direct JMX calls to server +jmx.useJolokiaAgent=false + # credentials admin.user=admin admin.password=admin @@ -34,10 +38,6 @@ testManagement.suiteId=12 # The location of the reports path reports.path=./target/reports -# in containers we cannot access directly JMX, so we will use http://jolokia.org agent -# disabling this we will use direct JMX calls to server -jmx.useJolokiaAgent=true - # # Database Section # You should provide here the database URL, that can be a differed server as alfresco.