You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ta...@apache.org on 2019/11/25 06:04:52 UTC

[skywalking] branch master updated: Fix Tomcat to jvm. Because it's using JVM container. (#3927)

This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 7e1a0e7  Fix Tomcat to jvm. Because it's using JVM container. (#3927)
7e1a0e7 is described below

commit 7e1a0e7277b4ff78ed82f662a85d641319e523c5
Author: Alan Lau <li...@cmss.chinamobile.com>
AuthorDate: Mon Nov 25 14:04:41 2019 +0800

    Fix Tomcat to jvm. Because it's using JVM container. (#3927)
---
 docs/en/guides/Plugin-test.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/guides/Plugin-test.md b/docs/en/guides/Plugin-test.md
index 5e64a2d..7b87dc8 100644
--- a/docs/en/guides/Plugin-test.md
+++ b/docs/en/guides/Plugin-test.md
@@ -187,7 +187,7 @@ as the version number, it will be changed in the test for every version.
 
 **Take following test cases as examples**
 * [dubbo-2.7.x with JVM-container](../../../test/plugin/scenarios/dubbo-2.7.x-scenario/configuration.yml)
-* [jetty with Tomcat-container](../../../test/plugin/scenarios/jetty-scenario/configuration.yml)
+* [jetty with JVM-container](../../../test/plugin/scenarios/jetty-scenario/configuration.yml)
 * [gateway with runningMode](../../../test/plugin/scenarios/gateway-scenario/configuration.yml)
 * [canal with docker-compose](../../../test/plugin/scenarios/canal-scenario/configuration.yml)