From 3f96dddee333367cccf1f165a1b537875e0ca06d Mon Sep 17 00:00:00 2001 From: tanzhen Date: Mon, 9 Nov 2015 16:00:33 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=A2=9E=E5=8A=A0skywalking=E5=90=8E?= =?UTF-8?q?=E5=8F=B0=E7=9B=91=E6=8E=A7=E9=85=8D=E7=BD=AE=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=B7=A5=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skywalking-webui/pom.xml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 skywalking-webui/pom.xml diff --git a/skywalking-webui/pom.xml b/skywalking-webui/pom.xml new file mode 100644 index 000000000..c30baa7cd --- /dev/null +++ b/skywalking-webui/pom.xml @@ -0,0 +1,34 @@ + + 4.0.0 + com.ai.cloud + skywalking-webui + 0.1-SNAPSHOT + http://maven.apache.org + war + + skywalking-webui + http://maven.apache.org + + + UTF-8 + + + skywalking-webui + + + + + org.apache.logging.log4j + log4j-core + 2.2 + + + + org.slf4j + slf4j-api + 1.7.7 + + + + From 66d9fe9400652f37e65b83ec38132f88c7e8efd9 Mon Sep 17 00:00:00 2001 From: tanzhen <55846420@qq.com> Date: Mon, 9 Nov 2015 16:50:09 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E5=9F=BA=E7=A1=80?= =?UTF-8?q?=E7=9A=84webui=E5=B7=A5=E7=A8=8B=EF=BC=8C=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skywalking-webui/.gitignore | 4 ++ skywalking-webui/pom.xml | 65 +++++++++---------- .../src/main/webapp/WEB-INF/web.xml | 12 ++++ skywalking-webui/src/main/webapp/index.html | 1 + 4 files changed, 48 insertions(+), 34 deletions(-) create mode 100644 skywalking-webui/.gitignore create mode 100644 skywalking-webui/src/main/webapp/WEB-INF/web.xml create mode 100644 skywalking-webui/src/main/webapp/index.html diff --git a/skywalking-webui/.gitignore b/skywalking-webui/.gitignore new file mode 100644 index 000000000..f8ade7de8 --- /dev/null +++ b/skywalking-webui/.gitignore @@ -0,0 +1,4 @@ +/target/ +/.settings +.classpath +.project \ No newline at end of file diff --git a/skywalking-webui/pom.xml b/skywalking-webui/pom.xml index c30baa7cd..911907b36 100644 --- a/skywalking-webui/pom.xml +++ b/skywalking-webui/pom.xml @@ -1,34 +1,31 @@ - - 4.0.0 - com.ai.cloud - skywalking-webui - 0.1-SNAPSHOT - http://maven.apache.org - war - - skywalking-webui - http://maven.apache.org - - - UTF-8 - - - skywalking-webui - - - - - org.apache.logging.log4j - log4j-core - 2.2 - - - - org.slf4j - slf4j-api - 1.7.7 - - - - + + 4.0.0 + com.ai.cloud + skywalking-webui + 0.1-SNAPSHOT + http://maven.apache.org + war + + + UTF-8 + + + skywalking-webui + + + + + org.apache.logging.log4j + log4j-core + 2.2 + + + + org.slf4j + slf4j-api + 1.7.7 + + + + \ No newline at end of file diff --git a/skywalking-webui/src/main/webapp/WEB-INF/web.xml b/skywalking-webui/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 000000000..e476e6c12 --- /dev/null +++ b/skywalking-webui/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,12 @@ + + + + Welcome to Tomcat + + Welcome to Tomcat + + + diff --git a/skywalking-webui/src/main/webapp/index.html b/skywalking-webui/src/main/webapp/index.html new file mode 100644 index 000000000..5bda5abec --- /dev/null +++ b/skywalking-webui/src/main/webapp/index.html @@ -0,0 +1 @@ +hello skywalking \ No newline at end of file