Daniel Erez has uploaded a new change for review. Change subject: webadmin: change default engine port to 8700 ......................................................................
webadmin: change default engine port to 8700 webadmin/modules/pom.xml: engine default port is 8700 for a while now; hence, replacing the default port from 8080 to 8700 (used by GWT development mode). Change-Id: Iadcf2e1346b84c0e41b52b8b63fc198f4968187a Signed-off-by: Daniel Erez <[email protected]> --- M frontend/webadmin/modules/pom.xml 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/47/17647/1 diff --git a/frontend/webadmin/modules/pom.xml b/frontend/webadmin/modules/pom.xml index 9ab1411..428db62 100644 --- a/frontend/webadmin/modules/pom.xml +++ b/frontend/webadmin/modules/pom.xml @@ -50,8 +50,8 @@ <!-- Control target locales for GWT compilation, maps to 'locale' deferred binding property in *.gwt.xml --> <!-- By default, only English locale is supported, see 'all-langs' profile for a complete list --> <gwt.locale>en_US</gwt.locale> - <!-- By default, engine port is 8080 --> - <engine.port.http>8080</engine.port.http> + <!-- By default, engine port is 8700 --> + <engine.port.http>8700</engine.port.http> </properties> <dependencyManagement> <dependencies> -- To view, visit http://gerrit.ovirt.org/17647 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iadcf2e1346b84c0e41b52b8b63fc198f4968187a Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Daniel Erez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
