--
You received this message because you are subscribed to the Google Groups "zeppelin-developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to zeppelin-develo...@googlegroups.com.
To post to this group, send email to zeppelin-...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi, Kevin.Zeppelin uses two port. by default they are 8080(resources) and 8081(websocket).If your remote machine can access 8080 port but not able to access 8081, it'll display 'disconnected'.When you change the port number, they'll become PORT, PORT+1.Could you check if your remote machine can access 8081 port?Thanks,moon
On Fri, Oct 10, 2014 at 6:41 PM, <kevin...@gmail.com> wrote:
It seems it only supports localhost not IP?
在 2014年10月10日星期五UTC+8下午5时35分35秒,kevin...@gmail.com写道:Hi,
Zeppelin is OK in localhost. But when I open it in another machine, it shows disconnected.
Can anyone tell me what's wrong?
Thanks,
Kevin.
--
You received this message because you are subscribed to the Google Groups "zeppelin-developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to zeppelin-developers+unsub...@googlegroups.com.
netstat -na | grep 8080
netstat -na | grep 8081
curl YOUR_IP:8080
curl YOUR_IP:8081NFLabss-MacBook-Air-2:zeppelin moon$ netstat -na | grep 8080
tcp46 0 0 *.8080 *.* LISTEN
NFLabss-MacBook-Air-2:zeppelin moon$ netstat -na | grep 8081
tcp46 0 0 *.8081 *.* LISTEN
NFLabss-MacBook-Air-2:zeppelin moon$ curl 192.168.0.11:8080
<!--
Copyright 2014 NFLabs
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
--><!doctype html> <html class="no-js"> <head> <meta charset="utf-8"> <title></title> <meta name="description" content=""> <meta name="viewport" content="width=device-width"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <link rel="stylesheet" href="styles/vendor.f6217fb8.css"> <link rel="stylesheet" href="styles/main.1b89eb86.css"> <body ng-app="zeppelinWebApp" ng-controller="MainCtrl" ng-class="{'bodyAsIframe': asIframe}"> <!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
NFLabss-MacBook-Air-2:zeppelin moon$ curl 192.168.0.11:8081
curl: (52) Empty reply from server