From ec90cf3102f63bc7a023affcdab520d06cbf6932 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Mon, 15 Aug 2022 14:09:51 -0500 Subject: [PATCH] Remove remoting from contacts sample Closes gh-90 --- .../java/contacts/client/client.properties | 8 -- .../java/contacts/client/clientContext.xml | 73 ------------------- .../main/webapp/WEB-INF/remoting-servlet.xml | 49 ------------- .../contacts/src/main/webapp/WEB-INF/web.xml | 10 --- 4 files changed, 140 deletions(-) delete mode 100644 servlet/xml/java/contacts/client/client.properties delete mode 100644 servlet/xml/java/contacts/client/clientContext.xml delete mode 100644 servlet/xml/java/contacts/src/main/webapp/WEB-INF/remoting-servlet.xml diff --git a/servlet/xml/java/contacts/client/client.properties b/servlet/xml/java/contacts/client/client.properties deleted file mode 100644 index 9f3feee..0000000 --- a/servlet/xml/java/contacts/client/client.properties +++ /dev/null @@ -1,8 +0,0 @@ -# Properties file with server URL settings for remote access. -# Applied by PropertyPlaceholderConfigurer from "clientContext.xml". -# - -serverName=localhost -httpPort=8080 -contextPath=/spring-security-sample-contacts-filter -rmiPort=1099 diff --git a/servlet/xml/java/contacts/client/clientContext.xml b/servlet/xml/java/contacts/client/clientContext.xml deleted file mode 100644 index f30d172..0000000 --- a/servlet/xml/java/contacts/client/clientContext.xml +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - client.properties - - - - - - - - - - sample.contact.ContactManager - - - http://${serverName}:${httpPort}${contextPath}/remoting/ContactManager-httpinvoker - - - - - - - - - - - - - - diff --git a/servlet/xml/java/contacts/src/main/webapp/WEB-INF/remoting-servlet.xml b/servlet/xml/java/contacts/src/main/webapp/WEB-INF/remoting-servlet.xml deleted file mode 100644 index f3f25bd..0000000 --- a/servlet/xml/java/contacts/src/main/webapp/WEB-INF/remoting-servlet.xml +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/servlet/xml/java/contacts/src/main/webapp/WEB-INF/web.xml b/servlet/xml/java/contacts/src/main/webapp/WEB-INF/web.xml index 7b4f0d9..e78df1f 100644 --- a/servlet/xml/java/contacts/src/main/webapp/WEB-INF/web.xml +++ b/servlet/xml/java/contacts/src/main/webapp/WEB-INF/web.xml @@ -71,22 +71,12 @@ - - remoting - org.springframework.web.servlet.DispatcherServlet - 2 - contacts *.htm - - remoting - /remoting/* - - index.jsp