Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id DBA73200CB7 for ; Fri, 16 Jun 2017 05:19:16 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DA4A9160BED; Fri, 16 Jun 2017 03:19:16 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2D29F160BDF for ; Fri, 16 Jun 2017 05:19:16 +0200 (CEST) Received: (qmail 25102 invoked by uid 500); 16 Jun 2017 03:19:15 -0000 Mailing-List: contact user-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ignite.apache.org Delivered-To: mailing list user@ignite.apache.org Received: (qmail 25093 invoked by uid 99); 16 Jun 2017 03:19:15 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jun 2017 03:19:15 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id A6730C026C for ; Fri, 16 Jun 2017 03:19:14 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.973 X-Spam-Level: X-Spam-Status: No, score=0.973 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id DbkU8hWN3NEU for ; Fri, 16 Jun 2017 03:19:14 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id DAEDB5FB96 for ; Fri, 16 Jun 2017 03:19:13 +0000 (UTC) Received: from static.162.255.23.37.macminivault.com (unknown [162.255.23.37]) by mwork.nabble.com (Postfix) with ESMTP id 1C1754A7E32BC for ; Thu, 15 Jun 2017 20:19:13 -0700 (MST) Date: Thu, 15 Jun 2017 20:19:13 -0700 (MST) From: Andrey Novikov To: user@ignite.apache.org Message-ID: <1497583153106-13852.post@n6.nabble.com> In-Reply-To: <1497456920502-13709.post@n6.nabble.com> References: <1497444476733-13701.post@n6.nabble.com> <1497445311167-13702.post@n6.nabble.com> <1497456920502-13709.post@n6.nabble.com> Subject: Re: Ignite web console not running in browser MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Fri, 16 Jun 2017 03:19:17 -0000 Hi, In Ignite 1.9, Ignite 2.0 developer web server bind only on localhost interface. This was fixed in master where developer web server bind for all interfaces. As temporary workaround you can try to replace localhost with your ip in https://github.com/apache/ignite/blob/1.9.0/modules/web-console/frontend/gulpfile.babel.js/tasks/bundle.js for Ignite 1.9 or set environment variable HOST for Ignite 2.0 https://github.com/apache/ignite/blob/ignite-2.0/modules/web-console/frontend/gulpfile.babel.js/webpack/environments/development.js -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-web-console-not-running-in-browser-tp13701p13852.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.