diff --git a/clients/java/client/pom.xml b/clients/java/client/pom.xml index 985426736a9..2c005e88f24 100644 --- a/clients/java/client/pom.xml +++ b/clients/java/client/pom.xml @@ -18,11 +18,11 @@ ${engine.runtime}/server/apache-tomcat-${version.tomcat} ${tomcat.connector.http.port} - 48080 - 48443 - 48009 - 48443 - 48005 + 50080 + 50443 + 50009 + 50443 + 50005 240000 60000 diff --git a/clients/java/client/src/it/resources/integration-rules.properties b/clients/java/client/src/it/resources/integration-rules.properties index 6e77f3bedfc..648a27cfb50 100644 --- a/clients/java/client/src/it/resources/integration-rules.properties +++ b/clients/java/client/src/it/resources/integration-rules.properties @@ -1,3 +1,3 @@ #for tests internal usage only -camunda.engine.rest=http://localhost:48080/engine-rest +camunda.engine.rest=http://localhost:50080/engine-rest camunda.engine.name=/engine/default \ No newline at end of file