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 new file mode 100644 index 000000000..911907b36 --- /dev/null +++ b/skywalking-webui/pom.xml @@ -0,0 +1,31 @@ + + 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