diff --git a/web/WEB-INF/cxf-beans.xml b/web/WEB-INF/cxf-beans.xml index 9ca06f2..e35f881 100644 --- a/web/WEB-INF/cxf-beans.xml +++ b/web/WEB-INF/cxf-beans.xml @@ -1,30 +1,40 @@ - - - - + + + + - + - + + + + + + + + + + + + + + + + + - - - + diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml index 696f845..1ce0252 100644 --- a/web/WEB-INF/web.xml +++ b/web/WEB-INF/web.xml @@ -1,32 +1,25 @@ - - - - contextConfigLocation - WEB-INF/cxf-beans.xml - - - org.springframework.web.context.ContextLoaderListener - - - - XServices - org.apache.cxf.transport.servlet.CXFServlet - 1 - - - - XServices - /* - - - - - - 30 - - - - index.jsp - - - + + + + contextConfigLocation + WEB-INF/cxf-beans.xml + + + org.springframework.web.context.ContextLoaderListener + + + XServices + org.apache.cxf.transport.servlet.CXFServlet + 1 + + + XServices + /* + + + 30 + + + index.html + + \ No newline at end of file diff --git a/web/index.html b/web/index.html new file mode 100644 index 0000000..47368df --- /dev/null +++ b/web/index.html @@ -0,0 +1,7 @@ + + +XServices + +

+XServices

+ \ No newline at end of file