From d57b9eaaf1842fdb70be9c4ce2c8a26a92ee1c46 Mon Sep 17 00:00:00 2001 From: mbaudier Date: Fri, 29 Aug 2014 15:41:42 +0200 Subject: [PATCH] Use port 7080 in order to be able to test Commons TP on port 7070 --- bin/argeo-tp-factory.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/argeo-tp-factory.properties b/bin/argeo-tp-factory.properties index ca35d5c..9f3d86e 100644 --- a/bin/argeo-tp-factory.properties +++ b/bin/argeo-tp-factory.properties @@ -21,3 +21,5 @@ org.argeo.security.ui.initialPerspective=org.argeo.slc.client.ui.slcExecutionPer log4j.configuration=file:../../log4j.properties #argeo.server.tomcat.config=conf/default-server-ssl.xml + +argeo.server.port.http=7080 -- 2.30.2