You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by jb...@apache.org on 2017/12/12 07:05:48 UTC

[30/51] incubator-servicecomb-website git commit: 修改所有相关文档8888端口为8889

修改所有相关文档8888端口为8889


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

Branch: refs/heads/asf-site
Commit: c8e4bedc568da6afa4705cdae69d46b427cd1283
Parents: 4c9c876
Author: arthur <15...@163.com>
Authored: Tue Nov 21 10:48:40 2017 +0800
Committer: Willem Jiang <ji...@huawei.com>
Committed: Tue Nov 21 17:23:17 2017 +0800

----------------------------------------------------------------------
 _docs/cn/distributed-tracing.md | 2 +-
 _docs/cn/flow-control.md        | 2 +-
 _docs/cn/quick-start-bmi.md     | 2 +-
 _docs/cn/quick-start.md         | 2 +-
 _docs/cn/service-management.md  | 2 +-
 _docs/distributed-tracing.md    | 2 +-
 _docs/flow-control.md           | 2 +-
 _docs/quick-start-bmi.md        | 2 +-
 _docs/quick-start.md            | 2 +-
 _docs/service-management.md     | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-servicecomb-website/blob/c8e4bedc/_docs/cn/distributed-tracing.md
----------------------------------------------------------------------
diff --git a/_docs/cn/distributed-tracing.md b/_docs/cn/distributed-tracing.md
index c9db557..efe81b1 100644
--- a/_docs/cn/distributed-tracing.md
+++ b/_docs/cn/distributed-tracing.md
@@ -66,7 +66,7 @@ last_modified_at: 2017-09-03T10:01:43-04:00
 
 ## 验证
 
-1. 访问 <a>http://localhost:8888</a> ,在身高和体重栏处输入正数,并点击 *Submit* 按钮。
+1. 访问 <a>http://localhost:8889</a> ,在身高和体重栏处输入正数,并点击 *Submit* 按钮。
 
 2. 访问 <a>http://localhost:9411</a> ,查看分布式调用追踪情况,可得下方界面。
 

http://git-wip-us.apache.org/repos/asf/incubator-servicecomb-website/blob/c8e4bedc/_docs/cn/flow-control.md
----------------------------------------------------------------------
diff --git a/_docs/cn/flow-control.md b/_docs/cn/flow-control.md
index f44d7de..5ac5c3c 100644
--- a/_docs/cn/flow-control.md
+++ b/_docs/cn/flow-control.md
@@ -48,7 +48,7 @@ mvn spring-boot:run -Drun.jvmArguments="-Dcse.handler.chain.Provider.default=qps
 
 ## 验证 
 
-访问 <a>http://localhost:8888</a>,在身高和体重的输入框中输入正数,尝试在1秒内多次点击 *Submit* 按钮,此时就能看到网页由左侧的正常的界面变成了右侧提示由于流控受限而请求被拒的界面。
+访问 <a>http://localhost:8889</a>,在身高和体重的输入框中输入正数,尝试在1秒内多次点击 *Submit* 按钮,此时就能看到网页由左侧的正常的界面变成了右侧提示由于流控受限而请求被拒的界面。
 
 ![流量控制效果图](/assets/images/flow-control-result.png){: .align-center}
 

http://git-wip-us.apache.org/repos/asf/incubator-servicecomb-website/blob/c8e4bedc/_docs/cn/quick-start-bmi.md
----------------------------------------------------------------------
diff --git a/_docs/cn/quick-start-bmi.md b/_docs/cn/quick-start-bmi.md
index 1690c62..3a72caa 100644
--- a/_docs/cn/quick-start-bmi.md
+++ b/_docs/cn/quick-start-bmi.md
@@ -158,7 +158,7 @@ ribbon:
     enabled: false
 
 server:
-  port: 8888
+  port: 8889
 ```
 在 `microservice.yaml` 文件中配置网关服务的信息和服务注册中心的地址。
 ```yaml

http://git-wip-us.apache.org/repos/asf/incubator-servicecomb-website/blob/c8e4bedc/_docs/cn/quick-start.md
----------------------------------------------------------------------
diff --git a/_docs/cn/quick-start.md b/_docs/cn/quick-start.md
index 21f90ea..05db93e 100644
--- a/_docs/cn/quick-start.md
+++ b/_docs/cn/quick-start.md
@@ -60,7 +60,7 @@ docker run -d -p 30100:30100 servicecomb/service-center:latest
    cd webapp; mvn spring-boot:run
    ```
 
-3. 验证服务。微服务启动完毕后,即可通过 <a>http://localhost:8888</a> 访问 **体质指数** 应用,届时将能看到如下界面,并可输入您的身高和体重信息验证服务是否正常运行。
+3. 验证服务。微服务启动完毕后,即可通过 <a>http://localhost:8889</a> 访问 **体质指数** 应用,届时将能看到如下界面,并可输入您的身高和体重信息验证服务是否正常运行。
 
    ![体质指数应用运行界面](/assets/images/bmi-interface.png){: .align-center}
 

http://git-wip-us.apache.org/repos/asf/incubator-servicecomb-website/blob/c8e4bedc/_docs/cn/service-management.md
----------------------------------------------------------------------
diff --git a/_docs/cn/service-management.md b/_docs/cn/service-management.md
index 2a198b1..924bc4d 100644
--- a/_docs/cn/service-management.md
+++ b/_docs/cn/service-management.md
@@ -50,7 +50,7 @@ mvn spring-boot:run -Drun.jvmArguments="-Dcse.handler.chain.Provider.default=biz
 
 ## 验证
 
-1. 使服务进入熔断状态。访问 <a>http://localhost:8888</a>,在身高或体重的输入框中输入一个负数,连续点击三次或以上 *Submit* 按钮,此时在网页下方能看到类似左图的界面。
+1. 使服务进入熔断状态。访问 <a>http://localhost:8889</a>,在身高或体重的输入框中输入一个负数,连续点击三次或以上 *Submit* 按钮,此时在网页下方能看到类似左图的界面。
 
 2. 验证服务处于熔断状态。在身高和体重的输入框中输入正数,再次点击 *Submit* 按钮,此时看到的界面依然是类似左图的界面。同时在 *体质指数计算器* 运行日志也能看到调用不再抛出异常,而是出现类似 `fallback called` 的日志。
 

http://git-wip-us.apache.org/repos/asf/incubator-servicecomb-website/blob/c8e4bedc/_docs/distributed-tracing.md
----------------------------------------------------------------------
diff --git a/_docs/distributed-tracing.md b/_docs/distributed-tracing.md
index 3efe333..91ace81 100644
--- a/_docs/distributed-tracing.md
+++ b/_docs/distributed-tracing.md
@@ -66,7 +66,7 @@ The above configurations have already set up in the code. All you need to do is
 
 ## Verification
 
-1. Visit <a>http://localhost:8888</a> . Input a positive height and weight and then click *Submit* button.
+1. Visit <a>http://localhost:8889</a> . Input a positive height and weight and then click *Submit* button.
 
 2. Visit <a>http://localhost:9411</a> to checkout the status of distributed tracing and get the following figure.
 

http://git-wip-us.apache.org/repos/asf/incubator-servicecomb-website/blob/c8e4bedc/_docs/flow-control.md
----------------------------------------------------------------------
diff --git a/_docs/flow-control.md b/_docs/flow-control.md
index 61f472c..d3141ec 100644
--- a/_docs/flow-control.md
+++ b/_docs/flow-control.md
@@ -48,7 +48,7 @@ mvn spring-boot:run -Drun.jvmArguments="-Dcse.handler.chain.Provider.default=qps
 
 ## Verification
 
-Visit <a>http://localhost:8888</a>. Input a positive height and weight and then click *Submit* button twice or more in less than one second. You will see the web page change from the left one to the right one.
+Visit <a>http://localhost:8889</a>. Input a positive height and weight and then click *Submit* button twice or more in less than one second. You will see the web page change from the left one to the right one.
 
 ![Flow control result](/assets/images/flow-control-result.png){: .align-center}
 

http://git-wip-us.apache.org/repos/asf/incubator-servicecomb-website/blob/c8e4bedc/_docs/quick-start-bmi.md
----------------------------------------------------------------------
diff --git a/_docs/quick-start-bmi.md b/_docs/quick-start-bmi.md
index b46d57e..e1f4622 100644
--- a/_docs/quick-start-bmi.md
+++ b/_docs/quick-start-bmi.md
@@ -158,7 +158,7 @@ ribbon:
     enabled: false
 
 server:
-  port: 8888
+  port: 8889
 ```
 Enable service discovery with zuul by putting the application information and service center address in `microservice.yaml`.
 ```yaml

http://git-wip-us.apache.org/repos/asf/incubator-servicecomb-website/blob/c8e4bedc/_docs/quick-start.md
----------------------------------------------------------------------
diff --git a/_docs/quick-start.md b/_docs/quick-start.md
index 97e22a2..6591910 100644
--- a/_docs/quick-start.md
+++ b/_docs/quick-start.md
@@ -61,7 +61,7 @@ Note that the dotted lines indicate the process of service registration and disc
    cd webapp; mvn spring-boot:run
    ```
 
-3. Verify the application. Visit <a>http://localhost:8888</a> in browser. Then input your height and weight to verify.
+3. Verify the application. Visit <a>http://localhost:8889</a> in browser. Then input your height and weight to verify.
 
    ![BMI user interface](/assets/images/bmi-interface.png){: .align-center}
 

http://git-wip-us.apache.org/repos/asf/incubator-servicecomb-website/blob/c8e4bedc/_docs/service-management.md
----------------------------------------------------------------------
diff --git a/_docs/service-management.md b/_docs/service-management.md
index 5a8930a..5e3e416 100644
--- a/_docs/service-management.md
+++ b/_docs/service-management.md
@@ -50,7 +50,7 @@ mvn spring-boot:run -Drun.jvmArguments="-Dcse.handler.chain.Provider.default=biz
 
 ## Verification
 
-1. Circuit-break microservices. Visit <a>http://localhost:8888</a>, enter a negative height or weight and click the *Submit* button three times or more continuously. Then the web page should look like the left one in fig-1.
+1. Circuit-break microservices. Visit <a>http://localhost:8889</a>, enter a negative height or weight and click the *Submit* button three times or more continuously. Then the web page should look like the left one in fig-1.
 
 2. Verify serivces are in circuit-break status. Enter a positive height and weight, then click *Submit* button. The web page still looks like the left one in fig-1. In the meanwhile, no exceptions show in the log of *BMI calculator service*. Instead it shows lines contain "fallback called".