Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / WEB-INF / web.xml @ 0:ea666cc7880e

History | View | Annotate | Download (8 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
5
<web-app>
6
<display-name>IBSS</display-name>
7
        <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
43
        <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
                                  /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
                                /WEB-INF/config/ss128_bib_user_activity/form-beans.xml,
120
                                /WEB-INF/config/ss128_bib_user_activity/view-beans.xml,
121
                                  /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
132
                        </param-value>
133
                </init-param>
134
                <load-on-startup>1</load-on-startup>
135
        </servlet>
136
        <servlet-mapping>
137
                <servlet-name>action</servlet-name>
138
                <url-pattern>*.do</url-pattern>
139
        </servlet-mapping>
140
141
        <!--
142
        <session-config>
143
                <session-timeout>5</session-timeout>
144
        </session-config>
145
        -->
146
147
        <welcome-file-list>
148
                <welcome-file>/jsp/common/index.jsp</welcome-file>
149
        </welcome-file-list>
150
151
        <error-page>
152
                <error-code>403</error-code>
153
                <location>/error/404.html</location>
154
        </error-page>
155
        <error-page>
156
                <error-code>404</error-code>
157
                <location>/error/404.html</location>
158
        </error-page>
159
        <error-page>
160
                <error-code>500</error-code>
161
                <location>/error/500.html</location>
162
        </error-page>
163
164
        <taglib>
165
                <taglib-uri>/WEB-INF/tld/c</taglib-uri>
166
                <taglib-location>/WEB-INF/tld/c.tld</taglib-location>
167
        </taglib>
168
        <taglib>
169
                <taglib-uri>/WEB-INF/tld/struts-bean</taglib-uri>
170
                <taglib-location>/WEB-INF/tld/struts-bean.tld</taglib-location>
171
        </taglib>
172
        <taglib>
173
                <taglib-uri>/WEB-INF/tld/struts-bean-el</taglib-uri>
174
                <taglib-location>/WEB-INF/tld/struts-bean-el.tld</taglib-location>
175
        </taglib>
176
        <taglib>
177
                <taglib-uri>/WEB-INF/tld/struts-logic</taglib-uri>
178
                <taglib-location>/WEB-INF/tld/struts-logic.tld</taglib-location>
179
        </taglib>
180
        <taglib>
181
                <taglib-uri>/WEB-INF/tld/struts-logic-el</taglib-uri>
182
                <taglib-location>/WEB-INF/tld/struts-logic-el.tld</taglib-location>
183
        </taglib>
184
        <taglib>
185
                <taglib-uri>/WEB-INF/tld/struts-html</taglib-uri>
186
                <taglib-location>/WEB-INF/tld/struts-html.tld</taglib-location>
187
        </taglib>
188
        <taglib>
189
                <taglib-uri>/WEB-INF/tld/struts-html-el</taglib-uri>
190
                <taglib-location>/WEB-INF/tld/struts-html-el.tld</taglib-location>
191
        </taglib>
192
        <taglib>
193
                <taglib-uri>/WEB-INF/tld/struts-tiles</taglib-uri>
194
                <taglib-location>/WEB-INF/tld/struts-tiles.tld</taglib-location>
195
        </taglib>
196
        <login-config>
197
                <auth-method>BASIC</auth-method>
198
        </login-config>
199
</web-app>