Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / WEB-INF / web.xml @ 131:9ab538fdcb04

History | View | Annotate | Download (8.98 KB)

1 0:ea666cc7880e hadi
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
3
                         "http://java.sun.com/dtd/web-app_2_3.dtd">
4 128:f0d43a7bcfff hadi
5 0:ea666cc7880e hadi
<web-app>
6 128:f0d43a7bcfff hadi
        <display-name>UPass Support System</display-name>
7 0:ea666cc7880e hadi
        <context-param>
8
                <param-name>adminDualControl</param-name>
9
                <param-value>true</param-value>
10
        </context-param>
11
        <context-param>
12
                <param-name>customerDualControl</param-name>
13
                <param-value>true</param-value>
14
        </context-param>
15
        <context-param>
16
                <param-name>contentDualControl</param-name>
17
                <param-value>true</param-value>
18
        </context-param>
19
        <context-param>
20
                <param-name>contentCategoryDualControl</param-name>
21
                <param-value>true</param-value>
22
        </context-param>
23
        <context-param>
24
                <param-name>sso</param-name>
25
                <param-value>false</param-value>
26
        </context-param>
27
        <!-- Filter Configuration -->
28
        <!-- <filter>
29
                <filter-name>Session Timeout</filter-name>
30
                <filter-class>com.ib.ibss.common.utils.SetSessionTimeout</filter-class>
31
        </filter>
32
        <filter-mapping>
33
                <filter-name>Session Timeout</filter-name>
34
                <url-pattern>/*</url-pattern>
35
        </filter-mapping> -->
36
37
        <!--
38
        <listener>
39
                <listener-class>com.ib.ibss.hibernate.tables.HibernateListener</listener-class>
40
        </listener>
41
        -->
42 128:f0d43a7bcfff hadi
43 0:ea666cc7880e hadi
        <servlet>
44
                <servlet-name>action</servlet-name>
45
                <servlet-class>com.ib.ibss.common.utils.IBSSActionServlet</servlet-class>
46
                <init-param>
47
                        <param-name>config</param-name>
48
                        <param-value>
49
                                /WEB-INF/config/common/struts-config.xml,
50
                                /WEB-INF/config/common/form-beans.xml,
51
                                /WEB-INF/config/common/view-beans.xml,
52
                                /WEB-INF/config/ss100_navigation/struts-config.xml,
53
                                /WEB-INF/config/ss100_navigation/form-beans.xml,
54
                                /WEB-INF/config/ss100_navigation/view-beans.xml,
55
                                /WEB-INF/config/ss101_access/struts-config.xml,
56
                                /WEB-INF/config/ss101_access/form-beans.xml,
57
                                /WEB-INF/config/ss101_access/view-beans.xml,
58
                                /WEB-INF/config/ss102_user_admin/struts-config.xml,
59
                                /WEB-INF/config/ss102_user_admin/form-beans.xml,
60
                                /WEB-INF/config/ss102_user_admin/view-beans.xml,
61
                                /WEB-INF/config/ss103_group/struts-config.xml,
62
                                /WEB-INF/config/ss103_group/form-beans.xml,
63
                                /WEB-INF/config/ss103_group/view-beans.xml,
64
                                /WEB-INF/config/ss104_audit_trail/struts-config.xml,
65
                                /WEB-INF/config/ss104_audit_trail/form-beans.xml,
66
                                /WEB-INF/config/ss104_audit_trail/view-beans.xml,
67
                                /WEB-INF/config/ss105_content/struts-config.xml,
68
                                /WEB-INF/config/ss105_content/form-beans.xml,
69
                                /WEB-INF/config/ss105_content/view-beans.xml,
70
                                /WEB-INF/config/ss106_maker_checker/struts-config.xml,
71
                                /WEB-INF/config/ss106_maker_checker/form-beans.xml,
72
                                /WEB-INF/config/ss106_maker_checker/view-beans.xml,
73
                                /WEB-INF/config/ss113_group/struts-config.xml,
74
                                /WEB-INF/config/ss115_trnx_enquiry/struts-config.xml,
75
                                /WEB-INF/config/ss115_trnx_enquiry/form-beans.xml,
76
                                /WEB-INF/config/ss115_trnx_enquiry/view-beans.xml,
77
                                /WEB-INF/config/ss116_rib_user_activity/struts-config.xml,
78
                                /WEB-INF/config/ss116_rib_user_activity/form-beans.xml,
79
                                /WEB-INF/config/ss116_rib_user_activity/view-beans.xml,
80
                                /WEB-INF/config/ss112_user/struts-config.xml,
81
                                /WEB-INF/config/ss110_rib_navigation/struts-config.xml,
82
                                /WEB-INF/config/ss200_bib_navigation/struts-config.xml,
83
                                /WEB-INF/config/ss119_secure_mailbox/view-beans.xml,
84
                                /WEB-INF/config/ss119_secure_mailbox/form-beans.xml,
85
                                /WEB-INF/config/ss119_secure_mailbox/struts-config.xml,
86
                                /WEB-INF/config/ss219_report/struts-config.xml,
87
                                /WEB-INF/config/ss219_report/form-beans.xml,
88
                                /WEB-INF/config/ss219_report/view-beans.xml,
89
                                /WEB-INF/config/ss220_statistic/struts-config.xml,
90
                                /WEB-INF/config/ss220_statistic/form-beans.xml,
91
                                /WEB-INF/config/ss221_settings/struts-config.xml,
92
                                /WEB-INF/config/ss221_settings/form-beans.xml,
93
                                /WEB-INF/config/ss221_settings/view-beans.xml,
94
                                /WEB-INF/config/ss120_company_enquiry/struts-config.xml,
95
                                /WEB-INF/config/ss120_company_enquiry/form-beans.xml,
96
                                /WEB-INF/config/ss120_company_enquiry/view-beans.xml,
97
                                /WEB-INF/config/ss121_company_contact/struts-config.xml,
98 128:f0d43a7bcfff hadi
                                /WEB-INF/config/ss121_company_contact/form-beans.xml,
99
                                /WEB-INF/config/ss121_company_contact/view-beans.xml,
100
                                /WEB-INF/config/ss122_company_account/struts-config.xml,
101
                                /WEB-INF/config/ss122_company_account/form-beans.xml,
102
                                /WEB-INF/config/ss122_company_account/view-beans.xml,
103
                                /WEB-INF/config/ss123_company_user/struts-config.xml,
104
                                /WEB-INF/config/ss123_company_user/form-beans.xml,
105
                                /WEB-INF/config/ss123_company_user/view-beans.xml,
106
                                /WEB-INF/config/ss124_company_secure_pas/struts-config.xml,
107
                                /WEB-INF/config/ss124_company_secure_pas/form-beans.xml,
108
                                /WEB-INF/config/ss124_company_secure_pas/view-beans.xml,
109
                                /WEB-INF/config/ss125_company_matrix/struts-config.xml,
110
                                /WEB-INF/config/ss125_company_matrix/form-beans.xml,
111
                                /WEB-INF/config/ss125_company_matrix/view-beans.xml,
112
                                /WEB-INF/config/ss126_company_charges/struts-config.xml,
113
                                /WEB-INF/config/ss126_company_charges/form-beans.xml,
114
                                /WEB-INF/config/ss126_company_charges/view-beans.xml,
115
                                /WEB-INF/config/ss127_bib_trnx_enquiry/struts-config.xml,
116
                                /WEB-INF/config/ss127_bib_trnx_enquiry/form-beans.xml,
117
                                /WEB-INF/config/ss127_bib_trnx_enquiry/view-beans.xml,
118
                                /WEB-INF/config/ss128_bib_user_activity/struts-config.xml,
119 0:ea666cc7880e hadi
                                /WEB-INF/config/ss128_bib_user_activity/form-beans.xml,
120
                                /WEB-INF/config/ss128_bib_user_activity/view-beans.xml,
121 128:f0d43a7bcfff hadi
                                /WEB-INF/config/ss129_bib_navigation/struts-config.xml,
122
                                /WEB-INF/config/ss130_batch.notification/struts-config.xml,
123
                                /WEB-INF/config/ss130_batch.notification/form-beans.xml,
124
                                /WEB-INF/config/ss130_batch.notification/view-beans.xml,
125
                                /WEB-INF/config/ss131_maker_checker_maint/struts-config.xml,
126
                                /WEB-INF/config/ss131_maker_checker_maint/form-beans.xml,
127
                                /WEB-INF/config/ss131_maker_checker_maint/view-beans.xml,
128
                                /WEB-INF/config/ss222_token_management/struts-config.xml,
129
                                /WEB-INF/config/ss222_token_management/form-beans.xml,
130
                                /WEB-INF/config/ss222_token_management/view-beans.xml,
131
                                /WEB-INF/config/ss223_application/struts-config.xml,
132
                                /WEB-INF/config/ss223_application/form-beans.xml,
133
                                /WEB-INF/config/ss223_application/view-beans.xml
134
135 0:ea666cc7880e hadi
                        </param-value>
136
                </init-param>
137
                <load-on-startup>1</load-on-startup>
138
        </servlet>
139
        <servlet-mapping>
140
                <servlet-name>action</servlet-name>
141
                <url-pattern>*.do</url-pattern>
142
        </servlet-mapping>
143
144
        <!--
145
        <session-config>
146
                <session-timeout>5</session-timeout>
147
        </session-config>
148
        -->
149
150
        <welcome-file-list>
151
                <welcome-file>/jsp/common/index.jsp</welcome-file>
152
        </welcome-file-list>
153
154
        <error-page>
155
                <error-code>403</error-code>
156
                <location>/error/404.html</location>
157
        </error-page>
158
        <error-page>
159
                <error-code>404</error-code>
160
                <location>/error/404.html</location>
161
        </error-page>
162
        <error-page>
163
                <error-code>500</error-code>
164
                <location>/error/500.html</location>
165
        </error-page>
166 128:f0d43a7bcfff hadi
167 0:ea666cc7880e hadi
        <taglib>
168
                <taglib-uri>/WEB-INF/tld/c</taglib-uri>
169
                <taglib-location>/WEB-INF/tld/c.tld</taglib-location>
170
        </taglib>
171
        <taglib>
172
                <taglib-uri>/WEB-INF/tld/struts-bean</taglib-uri>
173
                <taglib-location>/WEB-INF/tld/struts-bean.tld</taglib-location>
174
        </taglib>
175
        <taglib>
176
                <taglib-uri>/WEB-INF/tld/struts-bean-el</taglib-uri>
177
                <taglib-location>/WEB-INF/tld/struts-bean-el.tld</taglib-location>
178
        </taglib>
179
        <taglib>
180
                <taglib-uri>/WEB-INF/tld/struts-logic</taglib-uri>
181
                <taglib-location>/WEB-INF/tld/struts-logic.tld</taglib-location>
182
        </taglib>
183
        <taglib>
184
                <taglib-uri>/WEB-INF/tld/struts-logic-el</taglib-uri>
185
                <taglib-location>/WEB-INF/tld/struts-logic-el.tld</taglib-location>
186
        </taglib>
187
        <taglib>
188
                <taglib-uri>/WEB-INF/tld/struts-html</taglib-uri>
189
                <taglib-location>/WEB-INF/tld/struts-html.tld</taglib-location>
190
        </taglib>
191
        <taglib>
192
                <taglib-uri>/WEB-INF/tld/struts-html-el</taglib-uri>
193
                <taglib-location>/WEB-INF/tld/struts-html-el.tld</taglib-location>
194
        </taglib>
195
        <taglib>
196
                <taglib-uri>/WEB-INF/tld/struts-tiles</taglib-uri>
197
                <taglib-location>/WEB-INF/tld/struts-tiles.tld</taglib-location>
198
        </taglib>
199 131:9ab538fdcb04 hadi
        <!-- Too complicated for this customer!
200 128:f0d43a7bcfff hadi
        <security-constraint id="UPassRootSecurityConstraint">
201
                <web-resource-collection id="UPassRootWebResourceCollection">
202
                        <web-resource-name>Jersey Web Application</web-resource-name>
203
                        <description>Protection area for a particular method of the Rest Servlet</description>
204
                        <url-pattern>/ss101/changeRootPassword.do</url-pattern>
205
                        <http-method>GET</http-method>
206
                        <http-method>POST</http-method>
207 131:9ab538fdcb04 hadi
                        <!- -
208 128:f0d43a7bcfff hadi
                        <http-method>PUT</http-method>
209 131:9ab538fdcb04 hadi
                         - ->
210 128:f0d43a7bcfff hadi
                </web-resource-collection>
211
                <auth-constraint id="UPassRootAuthConstraint">
212
                        <description>Root Role for a particular method of this rest servlet</description>
213
                        <role-name>UPassRoot</role-name>
214
                </auth-constraint>
215
                <user-data-constraint id="UPassRootUserDataConstraint">
216
                        <transport-guarantee>CONFIDENTIAL</transport-guarantee>
217
                </user-data-constraint>
218
        </security-constraint>
219 0:ea666cc7880e hadi
        <login-config>
220
                <auth-method>BASIC</auth-method>
221
        </login-config>
222 131:9ab538fdcb04 hadi
         -->
223 0:ea666cc7880e hadi
</web-app>