You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lens.apache.org by sh...@apache.org on 2015/01/12 07:24:48 UTC

incubator-lens git commit: LENS-185 : change lensserver-default and lens-client-default to listen on 0.0.0.0 (sharad)

Repository: incubator-lens
Updated Branches:
  refs/heads/master 0db992163 -> c66319ba8


LENS-185 : change lensserver-default and lens-client-default to listen on 0.0.0.0 (sharad)


Project: http://git-wip-us.apache.org/repos/asf/incubator-lens/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-lens/commit/c66319ba
Tree: http://git-wip-us.apache.org/repos/asf/incubator-lens/tree/c66319ba
Diff: http://git-wip-us.apache.org/repos/asf/incubator-lens/diff/c66319ba

Branch: refs/heads/master
Commit: c66319ba8673f8a9289a3aeaf965f29bc4e857ce
Parents: 0db9921
Author: Sharad Agarwal V <sh...@flipkarts-MacBook-Pro.local>
Authored: Mon Jan 12 11:54:19 2015 +0530
Committer: Sharad Agarwal V <sh...@flipkarts-MacBook-Pro.local>
Committed: Mon Jan 12 11:54:19 2015 +0530

----------------------------------------------------------------------
 lens-client/src/main/resources/lens-client-default.xml | 2 +-
 lens-server/src/main/resources/lensserver-default.xml  | 4 ++--
 src/site/apt/admin/config.apt                          | 4 ++--
 src/site/apt/user/client-config.apt                    | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/c66319ba/lens-client/src/main/resources/lens-client-default.xml
----------------------------------------------------------------------
diff --git a/lens-client/src/main/resources/lens-client-default.xml b/lens-client/src/main/resources/lens-client-default.xml
index 5f06357..5a8b019 100644
--- a/lens-client/src/main/resources/lens-client-default.xml
+++ b/lens-client/src/main/resources/lens-client-default.xml
@@ -33,7 +33,7 @@
   </property>
   <property>
     <name>lens.server.base.url</name>
-    <value>http://localhost:9999/lensapi</value>
+    <value>http://0.0.0.0:9999/lensapi</value>
     <description>The base url for the lens server</description>
   </property>
 </configuration>

http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/c66319ba/lens-server/src/main/resources/lensserver-default.xml
----------------------------------------------------------------------
diff --git a/lens-server/src/main/resources/lensserver-default.xml b/lens-server/src/main/resources/lensserver-default.xml
index 986c714..5d99b87 100644
--- a/lens-server/src/main/resources/lensserver-default.xml
+++ b/lens-server/src/main/resources/lensserver-default.xml
@@ -66,13 +66,13 @@
 
 <property>
   <name>lens.server.base.url</name>
-  <value>http://localhost:9999/lensapi/</value>
+  <value>http://0.0.0.0:9999/lensapi/</value>
   <description>The base url for the lens server</description>
 </property>
 
 <property>
     <name>lens.server.ui.base.uri</name>
-    <value>http://localhost:19999/</value>
+    <value>http://0.0.0.0:19999/</value>
     <description>The base url for the Lens UI Server</description>
 </property>
 

http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/c66319ba/src/site/apt/admin/config.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/admin/config.apt b/src/site/apt/admin/config.apt
index 67741a2..9bd18ae 100644
--- a/src/site/apt/admin/config.apt
+++ b/src/site/apt/admin/config.apt
@@ -42,7 +42,7 @@ Lens server configuration
 *--+--+---+--+
 |9|lens.server.authentication.ws.filter.impl|org.apache.lens.server.AuthenticationFilter|Implementation class for Authentication Filter|
 *--+--+---+--+
-|10|lens.server.base.url|http://localhost:9999/lensapi/|The base url for the lens server|
+|10|lens.server.base.url|http://0.0.0.0:9999/lensapi/|The base url for the lens server|
 *--+--+---+--+
 |11|lens.server.consistentState.ws.filter.impl|org.apache.lens.server.ConsistentStateFilter|Implementation class for ConsistentState Filter|
 *--+--+---+--+
@@ -134,7 +134,7 @@ Lens server configuration
 *--+--+---+--+
 |55|lens.server.statistics.warehouse.dir|file:///tmp/lens/statistics/warehouse|Default top level location where stats are moved by the log statistics store.|
 *--+--+---+--+
-|56|lens.server.ui.base.uri|http://localhost:19999/|The base url for the Lens UI Server|
+|56|lens.server.ui.base.uri|http://0.0.0.0:19999/|The base url for the Lens UI Server|
 *--+--+---+--+
 |57|lens.server.ui.enable.caching|true|Set this to false to disable static file caching in the UI server|
 *--+--+---+--+

http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/c66319ba/src/site/apt/user/client-config.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/user/client-config.apt b/src/site/apt/user/client-config.apt
index 9dd1e3d..b482108 100644
--- a/src/site/apt/user/client-config.apt
+++ b/src/site/apt/user/client-config.apt
@@ -28,6 +28,6 @@ Lens client configuration
 *--+--+---+--+
 |2|lens.client.user.name|anonymous|Lens client user name|
 *--+--+---+--+
-|3|lens.server.base.url|http://localhost:9999/lensapi|The base url for the lens server|
+|3|lens.server.base.url|http://0.0.0.0:9999/lensapi|The base url for the lens server|
 *--+--+---+--+
 The configuration parameters and their default values