diff --git a/rm-community/rm-community-rest-api-explorer/README.md b/rm-community/rm-community-rest-api-explorer/README.md index f2e5a8058d..289481ed58 100644 --- a/rm-community/rm-community-rest-api-explorer/README.md +++ b/rm-community/rm-community-rest-api-explorer/README.md @@ -14,14 +14,14 @@ This is useful for changing documentation and endpoint descriptions but it means - ` mvn clean install -Pstart-api-explorer` -Now the application is running at [http://localhost:8080/api-explorer](http://localhost:8080/api-explorer/) +Now the application is running at [http://localhost:8085/api-explorer](http://localhost:8085/api-explorer/) #### Config option You can run tomcat on another port using the following command -- ` mvn clean install -Pstart-api-explorer -Dmaven.tomcat.port=8085` +- ` mvn clean install -Pstart-api-explorer -Dmaven.tomcat.port=8086` -Then the application will run at [http://localhost:8085/api-explorer](http://localhost:8085/api-explorer/) +Then the application will run at [http://localhost:8086/api-explorer](http://localhost:8086/api-explorer/) ### License Copyright (C) 2016 Alfresco Software Limited diff --git a/rm-community/rm-community-rest-api-explorer/pom.xml b/rm-community/rm-community-rest-api-explorer/pom.xml index e0ea284067..84e073c0db 100644 --- a/rm-community/rm-community-rest-api-explorer/pom.xml +++ b/rm-community/rm-community-rest-api-explorer/pom.xml @@ -56,6 +56,7 @@ /api-explorer + 8085