From 32618126a02e3987ecf78b46bcdfae572c1a8305 Mon Sep 17 00:00:00 2001 From: sudeshnas93 Date: Mon, 20 May 2024 14:13:05 +0530 Subject: [PATCH] [WFLY-19350] jaxws-ejb Quickstarts should have a root webpage similar to helloworld --- jaxws-ejb/src/main/webapp/index.html | 30 ++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 jaxws-ejb/src/main/webapp/index.html diff --git a/jaxws-ejb/src/main/webapp/index.html b/jaxws-ejb/src/main/webapp/index.html new file mode 100644 index 0000000000..1803a8e867 --- /dev/null +++ b/jaxws-ejb/src/main/webapp/index.html @@ -0,0 +1,30 @@ + + + + + jaxws-ejb + + +
+ +

Hello There! Welcome to WildFly!

+

The jaxws-ejb application has been deployed and running successfully.

+ +
+ + \ No newline at end of file