From 33613a85afc4b1481367fbe92a17ee59c240250b Mon Sep 17 00:00:00 2001 From: Sven Eisenhauer Date: Fri, 10 Nov 2023 15:11:48 +0100 Subject: add new repo --- .../src/examples/shop/WEB-INF/sun-web.xml | 5 +++ .../src/examples/shop/WEB-INF/web.xml | 38 ++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 Master/Reference Architectures and Patterns/EJB 3.0 Code/Gerald Examples/src/examples/shop/WEB-INF/sun-web.xml create mode 100644 Master/Reference Architectures and Patterns/EJB 3.0 Code/Gerald Examples/src/examples/shop/WEB-INF/web.xml (limited to 'Master/Reference Architectures and Patterns/EJB 3.0 Code/Gerald Examples/src/examples/shop/WEB-INF') diff --git a/Master/Reference Architectures and Patterns/EJB 3.0 Code/Gerald Examples/src/examples/shop/WEB-INF/sun-web.xml b/Master/Reference Architectures and Patterns/EJB 3.0 Code/Gerald Examples/src/examples/shop/WEB-INF/sun-web.xml new file mode 100644 index 0000000..cca518c --- /dev/null +++ b/Master/Reference Architectures and Patterns/EJB 3.0 Code/Gerald Examples/src/examples/shop/WEB-INF/sun-web.xml @@ -0,0 +1,5 @@ + + + jasmine + + diff --git a/Master/Reference Architectures and Patterns/EJB 3.0 Code/Gerald Examples/src/examples/shop/WEB-INF/web.xml b/Master/Reference Architectures and Patterns/EJB 3.0 Code/Gerald Examples/src/examples/shop/WEB-INF/web.xml new file mode 100644 index 0000000..7bf9dbb --- /dev/null +++ b/Master/Reference Architectures and Patterns/EJB 3.0 Code/Gerald Examples/src/examples/shop/WEB-INF/web.xml @@ -0,0 +1,38 @@ + + + + + + + + + + LoginServlet + examples.shop.web.servlet.LoginServlet + + + + LoginServlet + /login/* + + + + ShowQuoteServlet + examples.shop.web.servlet.ShowQuoteServlet + + + + ShowQuoteServlet + /showQuote/* + + + + CatalogServlet + examples.shop.web.servlet.CatalogServlet + + + + CatalogServlet + /catalog/* + + -- cgit v1.2.3