added jolokia properties

This commit is contained in:
Paul Brodner
2016-09-22 16:01:49 +03:00
parent dc253cd9e1
commit 23aa877f1a
2 changed files with 7 additions and 3 deletions

View File

@@ -2,11 +2,11 @@ package org.alfresco.rest;
import org.alfresco.rest.core.RestProperties;
import org.alfresco.rest.core.RestWrapper;
import org.alfresco.utility.ServerHealth;
import org.alfresco.utility.TasProperties;
import org.alfresco.utility.data.DataContent;
import org.alfresco.utility.data.DataSite;
import org.alfresco.utility.data.DataUser;
import org.alfresco.utility.network.ServerHealth;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.testng.AbstractTestNGSpringContextTests;

View File

@@ -1,7 +1,7 @@
# dataprep related
alfresco.scheme=http
alfresco.server=172.29.100.215
alfresco.port=9090
alfresco.server=172.29.100.206
alfresco.port=8070
# credentials
admin.user=admin
@@ -34,3 +34,7 @@ testManagement.justUploadTest=false
# 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