From 3b55d06b89bf64873e685c3d78fce5affbba3d17 Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Tue, 16 Apr 2019 11:20:38 +0900 Subject: Add warehouse server source code. [Patch Set 2] Add ReadMe.md Change-Id: I6ade52d2490f5ca4ba107c1a27ed6d5b39048725 Signed-off-by: zheng_wenlong --- .../main/webapp/WEB-INF/pages/account/detail.jsp | 80 +++++ .../src/main/webapp/WEB-INF/pages/account/list.jsp | 225 ++++++++++++ .../main/webapp/WEB-INF/pages/account/modify.jsp | 178 ++++++++++ .../main/webapp/WEB-INF/pages/app/checkAppInfo.jsp | 115 ++++++ .../main/webapp/WEB-INF/pages/app/createApp.jsp | 112 ++++++ .../src/main/webapp/WEB-INF/pages/app/list.jsp | 393 +++++++++++++++++++++ .../src/main/webapp/WEB-INF/pages/app/modify.jsp | 85 +++++ .../main/webapp/WEB-INF/pages/app/saveAppInfo.jsp | 348 ++++++++++++++++++ .../src/main/webapp/WEB-INF/pages/app/type.jsp | 288 +++++++++++++++ .../main/webapp/WEB-INF/pages/appDev/detailDev.jsp | 87 +++++ .../main/webapp/WEB-INF/pages/appDev/listDev.jsp | 85 +++++ .../webapp/WEB-INF/pages/appDev/localListDev.jsp | 175 +++++++++ .../main/webapp/WEB-INF/pages/appDev/searchDev.jsp | 155 ++++++++ .../src/main/webapp/WEB-INF/pages/deleteDialog.jsp | 19 + warehouse/src/main/webapp/WEB-INF/pages/index.jsp | 145 ++++++++ warehouse/src/main/webapp/WEB-INF/pages/main.jsp | 226 ++++++++++++ .../src/main/webapp/WEB-INF/pages/mainDev.jsp | 261 ++++++++++++++ .../main/webapp/WEB-INF/pages/navigationDialog.jsp | 22 ++ .../src/main/webapp/WEB-INF/pages/other/404.jsp | 73 ++++ .../src/main/webapp/WEB-INF/pages/other/500.jsp | 73 ++++ warehouse/src/main/webapp/WEB-INF/pages/skip.jsp | 31 ++ warehouse/src/main/webapp/WEB-INF/web.xml | 89 +++++ 22 files changed, 3265 insertions(+) create mode 100644 warehouse/src/main/webapp/WEB-INF/pages/account/detail.jsp create mode 100644 warehouse/src/main/webapp/WEB-INF/pages/account/list.jsp create mode 100644 warehouse/src/main/webapp/WEB-INF/pages/account/modify.jsp create mode 100644 warehouse/src/main/webapp/WEB-INF/pages/app/checkAppInfo.jsp create mode 100644 warehouse/src/main/webapp/WEB-INF/pages/app/createApp.jsp create mode 100644 warehouse/src/main/webapp/WEB-INF/pages/app/list.jsp create mode 100644 warehouse/src/main/webapp/WEB-INF/pages/app/modify.jsp create mode 100644 warehouse/src/main/webapp/WEB-INF/pages/app/saveAppInfo.jsp create mode 100644 warehouse/src/main/webapp/WEB-INF/pages/app/type.jsp create mode 100644 warehouse/src/main/webapp/WEB-INF/pages/appDev/detailDev.jsp create mode 100644 warehouse/src/main/webapp/WEB-INF/pages/appDev/listDev.jsp create mode 100644 warehouse/src/main/webapp/WEB-INF/pages/appDev/localListDev.jsp create mode 100644 warehouse/src/main/webapp/WEB-INF/pages/appDev/searchDev.jsp create mode 100644 warehouse/src/main/webapp/WEB-INF/pages/deleteDialog.jsp create mode 100644 warehouse/src/main/webapp/WEB-INF/pages/index.jsp create mode 100644 warehouse/src/main/webapp/WEB-INF/pages/main.jsp create mode 100644 warehouse/src/main/webapp/WEB-INF/pages/mainDev.jsp create mode 100644 warehouse/src/main/webapp/WEB-INF/pages/navigationDialog.jsp create mode 100644 warehouse/src/main/webapp/WEB-INF/pages/other/404.jsp create mode 100644 warehouse/src/main/webapp/WEB-INF/pages/other/500.jsp create mode 100644 warehouse/src/main/webapp/WEB-INF/pages/skip.jsp create mode 100644 warehouse/src/main/webapp/WEB-INF/web.xml (limited to 'warehouse/src/main/webapp/WEB-INF') diff --git a/warehouse/src/main/webapp/WEB-INF/pages/account/detail.jsp b/warehouse/src/main/webapp/WEB-INF/pages/account/detail.jsp new file mode 100644 index 0000000..096c6a5 --- /dev/null +++ b/warehouse/src/main/webapp/WEB-INF/pages/account/detail.jsp @@ -0,0 +1,80 @@ +<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<% +String path = request.getContextPath(); +String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path; +%> + + + + + + + + +
+
+ + +
+
+ + +
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+
+
+
\ No newline at end of file diff --git a/warehouse/src/main/webapp/WEB-INF/pages/account/list.jsp b/warehouse/src/main/webapp/WEB-INF/pages/account/list.jsp new file mode 100644 index 0000000..d6da7aa --- /dev/null +++ b/warehouse/src/main/webapp/WEB-INF/pages/account/list.jsp @@ -0,0 +1,225 @@ +<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<% +String path = request.getContextPath(); +String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path; +%> + + + + + + + + + +
+
+
+
+
+
+ +
+ + + +
+ +
+
+
+
+ + +
+
+
+ + + +
+ + +
+
+
+
+ + +
+
+
+
+
+ + + + + + + + + + + +
No.UserNameMailAddressCreateDateAuthorityOperation
+
+
+
+
+
+
+ \ No newline at end of file diff --git a/warehouse/src/main/webapp/WEB-INF/pages/account/modify.jsp b/warehouse/src/main/webapp/WEB-INF/pages/account/modify.jsp new file mode 100644 index 0000000..79937cf --- /dev/null +++ b/warehouse/src/main/webapp/WEB-INF/pages/account/modify.jsp @@ -0,0 +1,178 @@ +<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<% +String path = request.getContextPath(); +String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path; +%> + + + + + + + + +
+
+ + +
+ +
+ +
+
+
+ +
+
+ +
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+ + <%-- --%> +
+
+
+
+
+
+ + + \ No newline at end of file diff --git a/warehouse/src/main/webapp/WEB-INF/pages/app/checkAppInfo.jsp b/warehouse/src/main/webapp/WEB-INF/pages/app/checkAppInfo.jsp new file mode 100644 index 0000000..3e9e015 --- /dev/null +++ b/warehouse/src/main/webapp/WEB-INF/pages/app/checkAppInfo.jsp @@ -0,0 +1,115 @@ +<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<% +String path = request.getContextPath(); +String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path; +String ippath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort(); +%> + + + + + + + + +
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+ + + + + +
+

Submission of audit

+

${appInfo.appName}

+ + + + + + + +
By ${appInfo.developerName} ${date}
${appInfo.versionName}
${appInfo.typeName}
${appInfo.appDeviceTypeName}
${appInfo.appIdCustom}
+
${appInfo.appAbstract}
+
+ +
+
+
+
+
+
+
+
+
+ + \ No newline at end of file diff --git a/warehouse/src/main/webapp/WEB-INF/pages/app/createApp.jsp b/warehouse/src/main/webapp/WEB-INF/pages/app/createApp.jsp new file mode 100644 index 0000000..d323d2e --- /dev/null +++ b/warehouse/src/main/webapp/WEB-INF/pages/app/createApp.jsp @@ -0,0 +1,112 @@ +<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<% +String path = request.getContextPath(); +String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path; +%> + + + + + + + + +
+
+
+ +
+
+
+
+
+
+
+
+ +

Choose device type

+
+ +
${list.label}
+
+
+
+
+
+
+ + + \ No newline at end of file diff --git a/warehouse/src/main/webapp/WEB-INF/pages/app/list.jsp b/warehouse/src/main/webapp/WEB-INF/pages/app/list.jsp new file mode 100644 index 0000000..c4064e9 --- /dev/null +++ b/warehouse/src/main/webapp/WEB-INF/pages/app/list.jsp @@ -0,0 +1,393 @@ +<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<% + +String path = request.getContextPath(); +String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path; +String ippath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort(); +%> + + + + + + + +
+
+
+ + +
+
+
+ + +
+
+
+
+ + +
+
+
+ + + +
+ +
+
+
+
+ + + +   + + +
+
+
+
+
+ + + +
+
+
+
+
+
+ +
+
+
+
+ + + \ No newline at end of file diff --git a/warehouse/src/main/webapp/WEB-INF/pages/app/modify.jsp b/warehouse/src/main/webapp/WEB-INF/pages/app/modify.jsp new file mode 100644 index 0000000..57c8d20 --- /dev/null +++ b/warehouse/src/main/webapp/WEB-INF/pages/app/modify.jsp @@ -0,0 +1,85 @@ +<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<% +String path = request.getContextPath(); +String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path; +String ippath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort(); +%> + + + + + + + + + +
+
+
+
+
+ +
+
+
+ +
+
+ + \ No newline at end of file diff --git a/warehouse/src/main/webapp/WEB-INF/pages/app/saveAppInfo.jsp b/warehouse/src/main/webapp/WEB-INF/pages/app/saveAppInfo.jsp new file mode 100644 index 0000000..51ca352 --- /dev/null +++ b/warehouse/src/main/webapp/WEB-INF/pages/app/saveAppInfo.jsp @@ -0,0 +1,348 @@ +<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<% +String path = request.getContextPath(); +String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path; +String ippath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort(); +%> + + + + + + + + +
+ +
+
+ +
+
+
+
+
+
+
+
+ +

Fill in information

+
+ +
+ + + + + + +
+
+
+ +
+
+ +
+
+
+ + +
+ + +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ + + \ No newline at end of file diff --git a/warehouse/src/main/webapp/WEB-INF/pages/app/type.jsp b/warehouse/src/main/webapp/WEB-INF/pages/app/type.jsp new file mode 100644 index 0000000..b06ea2e --- /dev/null +++ b/warehouse/src/main/webapp/WEB-INF/pages/app/type.jsp @@ -0,0 +1,288 @@ +<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> +<% + String path = request.getContextPath(); + String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + + path; + String ippath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort(); +%> + + + + + + + + + +
+
+
+

Application Type

+ + +
+
+
    +
    +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
+
+
+
+
+
+

Application Device Type

+ + +
+
+
    +
    +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
+
+ <%--
+ +
--%> +
+
+ + + +
+
+ + + diff --git a/warehouse/src/main/webapp/WEB-INF/pages/appDev/detailDev.jsp b/warehouse/src/main/webapp/WEB-INF/pages/appDev/detailDev.jsp new file mode 100644 index 0000000..3f7928d --- /dev/null +++ b/warehouse/src/main/webapp/WEB-INF/pages/appDev/detailDev.jsp @@ -0,0 +1,87 @@ +<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<% +String path = request.getContextPath(); +String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path; +%> + +<%-- --%> + + + + + +
+
+
+
+
+
+ + + + +
+ +
+ +

${appInfo.appName}

+ + + + + + + +
By ${appInfo.developerName} ${date}
${appInfo.versionName}
${appInfo.typeName}
${appInfo.appDeviceTypeName}
+
${appInfo.appAbstract}

+ + + + + + + + + + + + + +
+ +
+ +
+
+
+
+
+
+ + \ No newline at end of file diff --git a/warehouse/src/main/webapp/WEB-INF/pages/appDev/listDev.jsp b/warehouse/src/main/webapp/WEB-INF/pages/appDev/listDev.jsp new file mode 100644 index 0000000..b815dbf --- /dev/null +++ b/warehouse/src/main/webapp/WEB-INF/pages/appDev/listDev.jsp @@ -0,0 +1,85 @@ +<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<% +String path = request.getContextPath(); +String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path; +%> + + + + + + +
+ + +
+
+ + +
+ + + + + + + + +
No.App NameDeveloperTypeIdApp AbstractManipulation
+
+
+
+
+
+ + \ No newline at end of file diff --git a/warehouse/src/main/webapp/WEB-INF/pages/appDev/localListDev.jsp b/warehouse/src/main/webapp/WEB-INF/pages/appDev/localListDev.jsp new file mode 100644 index 0000000..bafa8f8 --- /dev/null +++ b/warehouse/src/main/webapp/WEB-INF/pages/appDev/localListDev.jsp @@ -0,0 +1,175 @@ +<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<% +String path = request.getContextPath(); +String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path; +%> + + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+ \ No newline at end of file diff --git a/warehouse/src/main/webapp/WEB-INF/pages/appDev/searchDev.jsp b/warehouse/src/main/webapp/WEB-INF/pages/appDev/searchDev.jsp new file mode 100644 index 0000000..33ac523 --- /dev/null +++ b/warehouse/src/main/webapp/WEB-INF/pages/appDev/searchDev.jsp @@ -0,0 +1,155 @@ +<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<% +String path = request.getContextPath(); +String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path; +%> + + + + + + +
+ +
+
KeyWord

+
+
+ + +
+
+ +
+

+
AppType
+ +
+ + + +

+
+ + + + +
+
+
+
+ + +
+ + + + + + + + +
No.App NameDeveloperTypeIdApp AbstractManipulation
+
+
+
+
+
+
+ + \ No newline at end of file diff --git a/warehouse/src/main/webapp/WEB-INF/pages/deleteDialog.jsp b/warehouse/src/main/webapp/WEB-INF/pages/deleteDialog.jsp new file mode 100644 index 0000000..b42e350 --- /dev/null +++ b/warehouse/src/main/webapp/WEB-INF/pages/deleteDialog.jsp @@ -0,0 +1,19 @@ +<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> + + \ No newline at end of file diff --git a/warehouse/src/main/webapp/WEB-INF/pages/index.jsp b/warehouse/src/main/webapp/WEB-INF/pages/index.jsp new file mode 100644 index 0000000..e23319e --- /dev/null +++ b/warehouse/src/main/webapp/WEB-INF/pages/index.jsp @@ -0,0 +1,145 @@ +<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<% +String path = request.getContextPath(); +String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path; +%> + + + + + + + Agl app warehouse + + + + + + +
+ + +
+ + + + + + + + \ No newline at end of file diff --git a/warehouse/src/main/webapp/WEB-INF/pages/main.jsp b/warehouse/src/main/webapp/WEB-INF/pages/main.jsp new file mode 100644 index 0000000..dddbe55 --- /dev/null +++ b/warehouse/src/main/webapp/WEB-INF/pages/main.jsp @@ -0,0 +1,226 @@ +<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<% +String path = request.getContextPath(); +String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path; +String ippath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort(); +%> + + + + + + + + + AGL App Warehouse + + + + + + + +
+ + + + + + + + +
+ +
+
+
+ +
+
+
+ + + + +
+ + + + + + + + + + + + + +
+
+
+
+ + + + + + + + +
+
+
+ + + + + + +
+ + +
+
+
+

Copyright (c) 2018-2020 TOYOTA MOTOR CORPORATION -V03.00.00

+
+
+
+ +
+ + \ No newline at end of file diff --git a/warehouse/src/main/webapp/WEB-INF/pages/mainDev.jsp b/warehouse/src/main/webapp/WEB-INF/pages/mainDev.jsp new file mode 100644 index 0000000..0d9bd07 --- /dev/null +++ b/warehouse/src/main/webapp/WEB-INF/pages/mainDev.jsp @@ -0,0 +1,261 @@ +<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<% +String path = request.getContextPath(); +String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path; +String ippath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort(); +String remoteIp = request.getRemoteAddr(); +String params = request.getQueryString(); +%> + + + + + + + + + AGL App Warehouse + + + + + + + + + + + + + + + +
+ + + + + +
+ + + + + + + + + + + + + + + + + +
+
+
+
+ + + + + + + + +
+
+
+ + + + +
+
List
+
Search
+
Local List
+
+
+ + +
+ +
+
+

Copyright (c) 2018-2020 TOYOTA MOTOR CORPORATION -V03.00.00

+
+
+
+ + + \ No newline at end of file diff --git a/warehouse/src/main/webapp/WEB-INF/pages/navigationDialog.jsp b/warehouse/src/main/webapp/WEB-INF/pages/navigationDialog.jsp new file mode 100644 index 0000000..afa95c1 --- /dev/null +++ b/warehouse/src/main/webapp/WEB-INF/pages/navigationDialog.jsp @@ -0,0 +1,22 @@ +<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<% +String path = request.getContextPath(); +String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path; +%> + +
${breadcrumb.name}
+ diff --git a/warehouse/src/main/webapp/WEB-INF/pages/other/404.jsp b/warehouse/src/main/webapp/WEB-INF/pages/other/404.jsp new file mode 100644 index 0000000..f64f50a --- /dev/null +++ b/warehouse/src/main/webapp/WEB-INF/pages/other/404.jsp @@ -0,0 +1,73 @@ +<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> +<% +String path = request.getContextPath(); +String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path; +String header = request.getHeader("referer"); +%> + + + + + + AGL + + + + + + + +
+

+

Page not found 。

+ Jump to the login +
+ + + + + \ No newline at end of file diff --git a/warehouse/src/main/webapp/WEB-INF/pages/other/500.jsp b/warehouse/src/main/webapp/WEB-INF/pages/other/500.jsp new file mode 100644 index 0000000..f2c325e --- /dev/null +++ b/warehouse/src/main/webapp/WEB-INF/pages/other/500.jsp @@ -0,0 +1,73 @@ +<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> +<% +String path = request.getContextPath(); +String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path; +String header = request.getHeader("referer"); +%> + + + + + + AGL + + + + + + + +
+

500

+

${message}

+ Jump to the home page +
+ + + + + \ No newline at end of file diff --git a/warehouse/src/main/webapp/WEB-INF/pages/skip.jsp b/warehouse/src/main/webapp/WEB-INF/pages/skip.jsp new file mode 100644 index 0000000..fd2c713 --- /dev/null +++ b/warehouse/src/main/webapp/WEB-INF/pages/skip.jsp @@ -0,0 +1,31 @@ +<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<% +String path = request.getContextPath(); +String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path; +String params = request.getQueryString(); +%> + + + +Insert title here + + + + + + + + \ No newline at end of file diff --git a/warehouse/src/main/webapp/WEB-INF/web.xml b/warehouse/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000..2f99608 --- /dev/null +++ b/warehouse/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,89 @@ + + + + springmvcRestful + + + encodingFilter + org.springframework.web.filter.CharacterEncodingFilter + + encoding + UTF-8 + + + forceEncoding + true + + + + + encodingFilter + /* + + + + filter + app.market.filter.Filter + + + filter + /* + + + + appMarket + org.springframework.web.servlet.DispatcherServlet + + contextConfigLocation + classpath:config/spring-servlet.xml + + 1 + + + + appMarket + / + + + + contextConfigLocation + classpath:config/spring-application.xml + + + + org.springframework.web.context.ContextLoaderListener + + + + org.springframework.web.util.IntrospectorCleanupListener + + + + app.market.filter.Log4jlistener + + + log4jConfigLocation + classpath:config/log4j.xml + + + + org.springframework.web.util.Log4jConfigListener + + + + /WEB-INF/pages/skip.jsp + + + + 0 + + + + 404 + /WEB-INF/pages/other/404.jsp + + + \ No newline at end of file -- cgit 1.2.3-korg