mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-24 14:31:29 +00:00
added jolokia properties
This commit is contained in:
@@ -2,11 +2,11 @@ package org.alfresco.rest;
|
|||||||
|
|
||||||
import org.alfresco.rest.core.RestProperties;
|
import org.alfresco.rest.core.RestProperties;
|
||||||
import org.alfresco.rest.core.RestWrapper;
|
import org.alfresco.rest.core.RestWrapper;
|
||||||
import org.alfresco.utility.ServerHealth;
|
|
||||||
import org.alfresco.utility.TasProperties;
|
import org.alfresco.utility.TasProperties;
|
||||||
import org.alfresco.utility.data.DataContent;
|
import org.alfresco.utility.data.DataContent;
|
||||||
import org.alfresco.utility.data.DataSite;
|
import org.alfresco.utility.data.DataSite;
|
||||||
import org.alfresco.utility.data.DataUser;
|
import org.alfresco.utility.data.DataUser;
|
||||||
|
import org.alfresco.utility.network.ServerHealth;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
import org.springframework.test.context.ContextConfiguration;
|
import org.springframework.test.context.ContextConfiguration;
|
||||||
import org.springframework.test.context.testng.AbstractTestNGSpringContextTests;
|
import org.springframework.test.context.testng.AbstractTestNGSpringContextTests;
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
# dataprep related
|
# dataprep related
|
||||||
alfresco.scheme=http
|
alfresco.scheme=http
|
||||||
alfresco.server=172.29.100.215
|
alfresco.server=172.29.100.206
|
||||||
alfresco.port=9090
|
alfresco.port=8070
|
||||||
|
|
||||||
# credentials
|
# credentials
|
||||||
admin.user=admin
|
admin.user=admin
|
||||||
@@ -34,3 +34,7 @@ testManagement.justUploadTest=false
|
|||||||
|
|
||||||
# The location of the reports path
|
# The location of the reports path
|
||||||
reports.path=./target/reports
|
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
|
||||||
|
Reference in New Issue
Block a user