commit | author | age
|
5c3215
|
1 |
<?xml version="1.0"?> |
PH |
2 |
<web-app xmlns="http://java.sun.com/xml/ns/javaee" |
|
3 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
4 |
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" |
|
5 |
version="2.5"> |
|
6 |
|
|
7 |
<listener> |
bb34a9
|
8 |
<listener-class>de.hsadmin.core.model.PersistenceManagerContextListener</listener-class> |
5c3215
|
9 |
</listener> |
PH |
10 |
|
|
11 |
<servlet> |
|
12 |
<servlet-name>Queue Status Servlet</servlet-name> |
|
13 |
<servlet-class>de.hsadmin.core.qserv.QueueStatusReceiverServlet</servlet-class> |
c8dd78
|
14 |
<init-param> |
PH |
15 |
<param-name>proxyValidateUrl</param-name> |
|
16 |
<param-value>https://@LOGIN_HOST@:@LOGIN_PORT@/cas/proxyValidate</param-value> |
|
17 |
</init-param> |
|
18 |
<init-param> |
|
19 |
<param-name>proxyServiceUrl</param-name> |
|
20 |
<param-value>https://@CONFIG_HOST@:@CONFIG_PORT@/hsar/backend</param-value> |
|
21 |
</init-param> |
5c3215
|
22 |
<load-on-startup>1</load-on-startup> |
PH |
23 |
</servlet> |
|
24 |
|
|
25 |
<servlet> |
|
26 |
<servlet-name>XmlRpcServlet</servlet-name> |
dcee8e
|
27 |
<servlet-class>de.hsadmin.remote.HSXmlRpcServlet</servlet-class> |
5c3215
|
28 |
<init-param> |
c8dd78
|
29 |
<param-name>enabledForExtensions</param-name> |
PH |
30 |
<param-value>true</param-value> |
5c3215
|
31 |
</init-param> |
PH |
32 |
</servlet> |
|
33 |
|
|
34 |
<servlet-mapping> |
|
35 |
<servlet-name>Queue Status Servlet</servlet-name> |
|
36 |
<url-pattern>/queueStatus</url-pattern> |
|
37 |
</servlet-mapping> |
|
38 |
|
|
39 |
<servlet-mapping> |
|
40 |
<servlet-name>XmlRpcServlet</servlet-name> |
|
41 |
<url-pattern>/xmlrpc/*</url-pattern> |
|
42 |
</servlet-mapping> |
|
43 |
|
|
44 |
<resource-ref> |
|
45 |
<res-ref-name>jdbc/HSAdminDB</res-ref-name> |
|
46 |
<res-type>javax.sql.DataSource</res-type> |
|
47 |
<res-auth>Container</res-auth> |
|
48 |
</resource-ref> |
|
49 |
|
|
50 |
<resource-ref> |
|
51 |
<res-ref-name>jms/QueueCF</res-ref-name> |
|
52 |
<res-type>javax.jms.QueueConnectionFactory</res-type> |
|
53 |
<res-auth>Container</res-auth> |
|
54 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
55 |
</resource-ref> |
|
56 |
|
|
57 |
<resource-ref> |
|
58 |
<res-ref-name>jms/hsadminSystem-h01</res-ref-name> |
|
59 |
<res-type>javax.jms.Queue</res-type> |
|
60 |
<res-auth>Container</res-auth> |
|
61 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
62 |
</resource-ref> |
|
63 |
<resource-ref> |
|
64 |
<res-ref-name>jms/hsadminSystem-h02</res-ref-name> |
|
65 |
<res-type>javax.jms.Queue</res-type> |
|
66 |
<res-auth>Container</res-auth> |
|
67 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
68 |
</resource-ref> |
|
69 |
<resource-ref> |
|
70 |
<res-ref-name>jms/hsadminSystem-h03</res-ref-name> |
|
71 |
<res-type>javax.jms.Queue</res-type> |
|
72 |
<res-auth>Container</res-auth> |
|
73 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
74 |
</resource-ref> |
|
75 |
<resource-ref> |
|
76 |
<res-ref-name>jms/hsadminSystem-h04</res-ref-name> |
|
77 |
<res-type>javax.jms.Queue</res-type> |
|
78 |
<res-auth>Container</res-auth> |
|
79 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
80 |
</resource-ref> |
|
81 |
<resource-ref> |
|
82 |
<res-ref-name>jms/hsadminSystem-h05</res-ref-name> |
|
83 |
<res-type>javax.jms.Queue</res-type> |
|
84 |
<res-auth>Container</res-auth> |
|
85 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
86 |
</resource-ref> |
|
87 |
<resource-ref> |
|
88 |
<res-ref-name>jms/hsadminSystem-h06</res-ref-name> |
|
89 |
<res-type>javax.jms.Queue</res-type> |
|
90 |
<res-auth>Container</res-auth> |
|
91 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
92 |
</resource-ref> |
|
93 |
<resource-ref> |
|
94 |
<res-ref-name>jms/hsadminSystem-h07</res-ref-name> |
|
95 |
<res-type>javax.jms.Queue</res-type> |
|
96 |
<res-auth>Container</res-auth> |
|
97 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
98 |
</resource-ref> |
|
99 |
<resource-ref> |
|
100 |
<res-ref-name>jms/hsadminSystem-h08</res-ref-name> |
|
101 |
<res-type>javax.jms.Queue</res-type> |
|
102 |
<res-auth>Container</res-auth> |
|
103 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
104 |
</resource-ref> |
|
105 |
<resource-ref> |
c0ad6e
|
106 |
<res-ref-name>jms/hsadminSystem-h10</res-ref-name> |
PH |
107 |
<res-type>javax.jms.Queue</res-type> |
|
108 |
<res-auth>Container</res-auth> |
|
109 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
110 |
</resource-ref> |
|
111 |
<resource-ref> |
|
112 |
<res-ref-name>jms/hsadminSystem-h11</res-ref-name> |
|
113 |
<res-type>javax.jms.Queue</res-type> |
|
114 |
<res-auth>Container</res-auth> |
|
115 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
116 |
</resource-ref> |
|
117 |
<resource-ref> |
|
118 |
<res-ref-name>jms/hsadminSystem-h12</res-ref-name> |
|
119 |
<res-type>javax.jms.Queue</res-type> |
|
120 |
<res-auth>Container</res-auth> |
|
121 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
122 |
</resource-ref> |
|
123 |
<resource-ref> |
|
124 |
<res-ref-name>jms/hsadminSystem-h13</res-ref-name> |
|
125 |
<res-type>javax.jms.Queue</res-type> |
|
126 |
<res-auth>Container</res-auth> |
|
127 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
128 |
</resource-ref> |
|
129 |
<resource-ref> |
|
130 |
<res-ref-name>jms/hsadminSystem-h14</res-ref-name> |
|
131 |
<res-type>javax.jms.Queue</res-type> |
|
132 |
<res-auth>Container</res-auth> |
|
133 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
134 |
</resource-ref> |
|
135 |
<resource-ref> |
|
136 |
<res-ref-name>jms/hsadminSystem-h15</res-ref-name> |
|
137 |
<res-type>javax.jms.Queue</res-type> |
|
138 |
<res-auth>Container</res-auth> |
|
139 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
140 |
</resource-ref> |
|
141 |
<resource-ref> |
|
142 |
<res-ref-name>jms/hsadminSystem-h16</res-ref-name> |
|
143 |
<res-type>javax.jms.Queue</res-type> |
|
144 |
<res-auth>Container</res-auth> |
|
145 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
146 |
</resource-ref> |
|
147 |
<resource-ref> |
|
148 |
<res-ref-name>jms/hsadminSystem-h17</res-ref-name> |
|
149 |
<res-type>javax.jms.Queue</res-type> |
|
150 |
<res-auth>Container</res-auth> |
|
151 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
152 |
</resource-ref> |
|
153 |
<resource-ref> |
|
154 |
<res-ref-name>jms/hsadminSystem-h18</res-ref-name> |
|
155 |
<res-type>javax.jms.Queue</res-type> |
|
156 |
<res-auth>Container</res-auth> |
|
157 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
158 |
</resource-ref> |
|
159 |
<resource-ref> |
|
160 |
<res-ref-name>jms/hsadminSystem-h19</res-ref-name> |
|
161 |
<res-type>javax.jms.Queue</res-type> |
|
162 |
<res-auth>Container</res-auth> |
|
163 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
164 |
</resource-ref> |
|
165 |
<resource-ref> |
|
166 |
<res-ref-name>jms/hsadminSystem-h20</res-ref-name> |
|
167 |
<res-type>javax.jms.Queue</res-type> |
|
168 |
<res-auth>Container</res-auth> |
|
169 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
170 |
</resource-ref> |
|
171 |
<resource-ref> |
|
172 |
<res-ref-name>jms/hsadminSystem-h21</res-ref-name> |
|
173 |
<res-type>javax.jms.Queue</res-type> |
|
174 |
<res-auth>Container</res-auth> |
|
175 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
176 |
</resource-ref> |
|
177 |
<resource-ref> |
|
178 |
<res-ref-name>jms/hsadminSystem-h22</res-ref-name> |
|
179 |
<res-type>javax.jms.Queue</res-type> |
|
180 |
<res-auth>Container</res-auth> |
|
181 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
182 |
</resource-ref> |
|
183 |
<resource-ref> |
|
184 |
<res-ref-name>jms/hsadminSystem-h23</res-ref-name> |
|
185 |
<res-type>javax.jms.Queue</res-type> |
|
186 |
<res-auth>Container</res-auth> |
|
187 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
188 |
</resource-ref> |
|
189 |
<resource-ref> |
|
190 |
<res-ref-name>jms/hsadminSystem-h24</res-ref-name> |
|
191 |
<res-type>javax.jms.Queue</res-type> |
|
192 |
<res-auth>Container</res-auth> |
|
193 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
194 |
</resource-ref> |
|
195 |
<resource-ref> |
|
196 |
<res-ref-name>jms/hsadminSystem-h25</res-ref-name> |
|
197 |
<res-type>javax.jms.Queue</res-type> |
|
198 |
<res-auth>Container</res-auth> |
|
199 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
200 |
</resource-ref> |
|
201 |
<resource-ref> |
|
202 |
<res-ref-name>jms/hsadminSystem-h26</res-ref-name> |
|
203 |
<res-type>javax.jms.Queue</res-type> |
|
204 |
<res-auth>Container</res-auth> |
|
205 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
206 |
</resource-ref> |
|
207 |
<resource-ref> |
|
208 |
<res-ref-name>jms/hsadminSystem-h27</res-ref-name> |
|
209 |
<res-type>javax.jms.Queue</res-type> |
|
210 |
<res-auth>Container</res-auth> |
|
211 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
212 |
</resource-ref> |
|
213 |
<resource-ref> |
|
214 |
<res-ref-name>jms/hsadminSystem-h28</res-ref-name> |
|
215 |
<res-type>javax.jms.Queue</res-type> |
|
216 |
<res-auth>Container</res-auth> |
|
217 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
218 |
</resource-ref> |
|
219 |
<resource-ref> |
|
220 |
<res-ref-name>jms/hsadminSystem-h29</res-ref-name> |
|
221 |
<res-type>javax.jms.Queue</res-type> |
|
222 |
<res-auth>Container</res-auth> |
|
223 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
224 |
</resource-ref> |
|
225 |
<resource-ref> |
|
226 |
<res-ref-name>jms/hsadminSystem-h30</res-ref-name> |
|
227 |
<res-type>javax.jms.Queue</res-type> |
|
228 |
<res-auth>Container</res-auth> |
|
229 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
230 |
</resource-ref> |
|
231 |
<resource-ref> |
|
232 |
<res-ref-name>jms/hsadminSystem-h31</res-ref-name> |
|
233 |
<res-type>javax.jms.Queue</res-type> |
|
234 |
<res-auth>Container</res-auth> |
|
235 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
236 |
</resource-ref> |
|
237 |
<resource-ref> |
|
238 |
<res-ref-name>jms/hsadminSystem-h32</res-ref-name> |
|
239 |
<res-type>javax.jms.Queue</res-type> |
|
240 |
<res-auth>Container</res-auth> |
|
241 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
242 |
</resource-ref> |
|
243 |
<resource-ref> |
|
244 |
<res-ref-name>jms/hsadminSystem-h33</res-ref-name> |
|
245 |
<res-type>javax.jms.Queue</res-type> |
|
246 |
<res-auth>Container</res-auth> |
|
247 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
248 |
</resource-ref> |
|
249 |
<resource-ref> |
|
250 |
<res-ref-name>jms/hsadminSystem-h34</res-ref-name> |
|
251 |
<res-type>javax.jms.Queue</res-type> |
|
252 |
<res-auth>Container</res-auth> |
|
253 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
254 |
</resource-ref> |
|
255 |
<resource-ref> |
|
256 |
<res-ref-name>jms/hsadminSystem-h35</res-ref-name> |
|
257 |
<res-type>javax.jms.Queue</res-type> |
|
258 |
<res-auth>Container</res-auth> |
|
259 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
260 |
</resource-ref> |
|
261 |
<resource-ref> |
|
262 |
<res-ref-name>jms/hsadminSystem-h36</res-ref-name> |
|
263 |
<res-type>javax.jms.Queue</res-type> |
|
264 |
<res-auth>Container</res-auth> |
|
265 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
266 |
</resource-ref> |
|
267 |
<resource-ref> |
|
268 |
<res-ref-name>jms/hsadminSystem-h37</res-ref-name> |
|
269 |
<res-type>javax.jms.Queue</res-type> |
|
270 |
<res-auth>Container</res-auth> |
|
271 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
272 |
</resource-ref> |
|
273 |
<resource-ref> |
|
274 |
<res-ref-name>jms/hsadminSystem-h38</res-ref-name> |
|
275 |
<res-type>javax.jms.Queue</res-type> |
|
276 |
<res-auth>Container</res-auth> |
|
277 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
278 |
</resource-ref> |
|
279 |
<resource-ref> |
|
280 |
<res-ref-name>jms/hsadminSystem-h39</res-ref-name> |
|
281 |
<res-type>javax.jms.Queue</res-type> |
|
282 |
<res-auth>Container</res-auth> |
|
283 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
284 |
</resource-ref> |
|
285 |
<resource-ref> |
67436e
|
286 |
<res-ref-name>jms/hsadminSystem-h40</res-ref-name> |
PH |
287 |
<res-type>javax.jms.Queue</res-type> |
|
288 |
<res-auth>Container</res-auth> |
|
289 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
290 |
</resource-ref> |
|
291 |
<resource-ref> |
4829a6
|
292 |
<res-ref-name>jms/hsadminSystem-h41</res-ref-name> |
67436e
|
293 |
<res-type>javax.jms.Queue</res-type> |
PH |
294 |
<res-auth>Container</res-auth> |
|
295 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
296 |
</resource-ref> |
|
297 |
<resource-ref> |
|
298 |
<res-ref-name>jms/hsadminSystem-h42</res-ref-name> |
|
299 |
<res-type>javax.jms.Queue</res-type> |
|
300 |
<res-auth>Container</res-auth> |
|
301 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
302 |
</resource-ref> |
|
303 |
<resource-ref> |
|
304 |
<res-ref-name>jms/hsadminSystem-h43</res-ref-name> |
|
305 |
<res-type>javax.jms.Queue</res-type> |
|
306 |
<res-auth>Container</res-auth> |
|
307 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
308 |
</resource-ref> |
|
309 |
<resource-ref> |
|
310 |
<res-ref-name>jms/hsadminSystem-h44</res-ref-name> |
|
311 |
<res-type>javax.jms.Queue</res-type> |
|
312 |
<res-auth>Container</res-auth> |
|
313 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
314 |
</resource-ref> |
|
315 |
<resource-ref> |
|
316 |
<res-ref-name>jms/hsadminSystem-h45</res-ref-name> |
|
317 |
<res-type>javax.jms.Queue</res-type> |
|
318 |
<res-auth>Container</res-auth> |
|
319 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
320 |
</resource-ref> |
|
321 |
<resource-ref> |
|
322 |
<res-ref-name>jms/hsadminSystem-h46</res-ref-name> |
|
323 |
<res-type>javax.jms.Queue</res-type> |
|
324 |
<res-auth>Container</res-auth> |
|
325 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
326 |
</resource-ref> |
|
327 |
<resource-ref> |
|
328 |
<res-ref-name>jms/hsadminSystem-h47</res-ref-name> |
|
329 |
<res-type>javax.jms.Queue</res-type> |
|
330 |
<res-auth>Container</res-auth> |
|
331 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
332 |
</resource-ref> |
|
333 |
<resource-ref> |
|
334 |
<res-ref-name>jms/hsadminSystem-h48</res-ref-name> |
|
335 |
<res-type>javax.jms.Queue</res-type> |
|
336 |
<res-auth>Container</res-auth> |
|
337 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
338 |
</resource-ref> |
|
339 |
<resource-ref> |
|
340 |
<res-ref-name>jms/hsadminSystem-h49</res-ref-name> |
|
341 |
<res-type>javax.jms.Queue</res-type> |
|
342 |
<res-auth>Container</res-auth> |
|
343 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
344 |
</resource-ref> |
|
345 |
<resource-ref> |
5c3215
|
346 |
<res-ref-name>jms/hsadminSystem-h50</res-ref-name> |
PH |
347 |
<res-type>javax.jms.Queue</res-type> |
|
348 |
<res-auth>Container</res-auth> |
|
349 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
350 |
</resource-ref> |
|
351 |
<resource-ref> |
|
352 |
<res-ref-name>jms/hsadminSystem-h51</res-ref-name> |
|
353 |
<res-type>javax.jms.Queue</res-type> |
|
354 |
<res-auth>Container</res-auth> |
|
355 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
356 |
</resource-ref> |
|
357 |
<resource-ref> |
c0ad6e
|
358 |
<res-ref-name>jms/hsadminSystem-h52</res-ref-name> |
PH |
359 |
<res-type>javax.jms.Queue</res-type> |
|
360 |
<res-auth>Container</res-auth> |
|
361 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
362 |
</resource-ref> |
|
363 |
<resource-ref> |
54c4c1
|
364 |
<res-ref-name>jms/hsadminSystem-h53</res-ref-name> |
PH |
365 |
<res-type>javax.jms.Queue</res-type> |
|
366 |
<res-auth>Container</res-auth> |
|
367 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
368 |
</resource-ref> |
|
369 |
<resource-ref> |
|
370 |
<res-ref-name>jms/hsadminSystem-h54</res-ref-name> |
c0ad6e
|
371 |
<res-type>javax.jms.Queue</res-type> |
PH |
372 |
<res-auth>Container</res-auth> |
|
373 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
374 |
</resource-ref> |
|
375 |
<resource-ref> |
|
376 |
<res-ref-name>jms/hsadminSystem-h55</res-ref-name> |
|
377 |
<res-type>javax.jms.Queue</res-type> |
|
378 |
<res-auth>Container</res-auth> |
|
379 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
380 |
</resource-ref> |
|
381 |
<resource-ref> |
|
382 |
<res-ref-name>jms/hsadminSystem-h56</res-ref-name> |
|
383 |
<res-type>javax.jms.Queue</res-type> |
|
384 |
<res-auth>Container</res-auth> |
|
385 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
386 |
</resource-ref> |
|
387 |
<resource-ref> |
|
388 |
<res-ref-name>jms/hsadminSystem-h57</res-ref-name> |
|
389 |
<res-type>javax.jms.Queue</res-type> |
|
390 |
<res-auth>Container</res-auth> |
|
391 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
392 |
</resource-ref> |
|
393 |
<resource-ref> |
|
394 |
<res-ref-name>jms/hsadminSystem-h58</res-ref-name> |
5c3215
|
395 |
<res-type>javax.jms.Queue</res-type> |
PH |
396 |
<res-auth>Container</res-auth> |
|
397 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
398 |
</resource-ref> |
|
399 |
<resource-ref> |
54c4c1
|
400 |
<res-ref-name>jms/hsadminSystem-h59</res-ref-name> |
PH |
401 |
<res-type>javax.jms.Queue</res-type> |
|
402 |
<res-auth>Container</res-auth> |
|
403 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
404 |
</resource-ref> |
|
405 |
<resource-ref> |
7723fb
|
406 |
<res-ref-name>jms/hsadminSystem-h60</res-ref-name> |
PH |
407 |
<res-type>javax.jms.Queue</res-type> |
|
408 |
<res-auth>Container</res-auth> |
|
409 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
410 |
</resource-ref> |
|
411 |
<resource-ref> |
|
412 |
<res-ref-name>jms/hsadminSystem-h61</res-ref-name> |
|
413 |
<res-type>javax.jms.Queue</res-type> |
|
414 |
<res-auth>Container</res-auth> |
|
415 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
416 |
</resource-ref> |
|
417 |
<resource-ref> |
e9fd3e
|
418 |
<res-ref-name>jms/hsadminSystem-h62</res-ref-name> |
PH |
419 |
<res-type>javax.jms.Queue</res-type> |
|
420 |
<res-auth>Container</res-auth> |
|
421 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
422 |
</resource-ref> |
|
423 |
<resource-ref> |
|
424 |
<res-ref-name>jms/hsadminSystem-h63</res-ref-name> |
|
425 |
<res-type>javax.jms.Queue</res-type> |
|
426 |
<res-auth>Container</res-auth> |
|
427 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
428 |
</resource-ref> |
|
429 |
<resource-ref> |
|
430 |
<res-ref-name>jms/hsadminSystem-h64</res-ref-name> |
d12945
|
431 |
<res-type>javax.jms.Queue</res-type> |
P |
432 |
<res-auth>Container</res-auth> |
|
433 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
434 |
</resource-ref> |
|
435 |
<resource-ref> |
c0ad6e
|
436 |
<res-ref-name>jms/hsadminSystem-h65</res-ref-name> |
PH |
437 |
<res-type>javax.jms.Queue</res-type> |
|
438 |
<res-auth>Container</res-auth> |
|
439 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
440 |
</resource-ref> |
|
441 |
<resource-ref> |
|
442 |
<res-ref-name>jms/hsadminSystem-h66</res-ref-name> |
|
443 |
<res-type>javax.jms.Queue</res-type> |
|
444 |
<res-auth>Container</res-auth> |
|
445 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
446 |
</resource-ref> |
|
447 |
<resource-ref> |
7b3a53
|
448 |
<res-ref-name>jms/hsadminSystem-h67</res-ref-name> |
PH |
449 |
<res-type>javax.jms.Queue</res-type> |
|
450 |
<res-auth>Container</res-auth> |
|
451 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
452 |
</resource-ref> |
|
453 |
<resource-ref> |
|
454 |
<res-ref-name>jms/hsadminSystem-h68</res-ref-name> |
c0ad6e
|
455 |
<res-type>javax.jms.Queue</res-type> |
PH |
456 |
<res-auth>Container</res-auth> |
|
457 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
458 |
</resource-ref> |
|
459 |
<resource-ref> |
|
460 |
<res-ref-name>jms/hsadminSystem-h69</res-ref-name> |
7b3a53
|
461 |
<res-type>javax.jms.Queue</res-type> |
PH |
462 |
<res-auth>Container</res-auth> |
|
463 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
464 |
</resource-ref> |
|
465 |
<resource-ref> |
5546d6
|
466 |
<res-ref-name>jms/hsadminSystem-h70</res-ref-name> |
PH |
467 |
<res-type>javax.jms.Queue</res-type> |
|
468 |
<res-auth>Container</res-auth> |
|
469 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
470 |
</resource-ref> |
|
471 |
<resource-ref> |
|
472 |
<res-ref-name>jms/hsadminSystem-h71</res-ref-name> |
|
473 |
<res-type>javax.jms.Queue</res-type> |
|
474 |
<res-auth>Container</res-auth> |
|
475 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
476 |
</resource-ref> |
|
477 |
<resource-ref> |
|
478 |
<res-ref-name>jms/hsadminSystem-h72</res-ref-name> |
|
479 |
<res-type>javax.jms.Queue</res-type> |
|
480 |
<res-auth>Container</res-auth> |
|
481 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
482 |
</resource-ref> |
|
483 |
<resource-ref> |
|
484 |
<res-ref-name>jms/hsadminSystem-h73</res-ref-name> |
|
485 |
<res-type>javax.jms.Queue</res-type> |
|
486 |
<res-auth>Container</res-auth> |
|
487 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
488 |
</resource-ref> |
|
489 |
<resource-ref> |
|
490 |
<res-ref-name>jms/hsadminSystem-h74</res-ref-name> |
|
491 |
<res-type>javax.jms.Queue</res-type> |
|
492 |
<res-auth>Container</res-auth> |
|
493 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
494 |
</resource-ref> |
|
495 |
<resource-ref> |
|
496 |
<res-ref-name>jms/hsadminSystem-h75</res-ref-name> |
|
497 |
<res-type>javax.jms.Queue</res-type> |
|
498 |
<res-auth>Container</res-auth> |
|
499 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
500 |
</resource-ref> |
|
501 |
<resource-ref> |
|
502 |
<res-ref-name>jms/hsadminSystem-h76</res-ref-name> |
c0ad6e
|
503 |
<res-type>javax.jms.Queue</res-type> |
PH |
504 |
<res-auth>Container</res-auth> |
|
505 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
506 |
</resource-ref> |
|
507 |
<resource-ref> |
|
508 |
<res-ref-name>jms/hsadminSystem-h77</res-ref-name> |
|
509 |
<res-type>javax.jms.Queue</res-type> |
|
510 |
<res-auth>Container</res-auth> |
|
511 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
512 |
</resource-ref> |
|
513 |
<resource-ref> |
|
514 |
<res-ref-name>jms/hsadminSystem-h78</res-ref-name> |
|
515 |
<res-type>javax.jms.Queue</res-type> |
|
516 |
<res-auth>Container</res-auth> |
|
517 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
518 |
</resource-ref> |
|
519 |
<resource-ref> |
|
520 |
<res-ref-name>jms/hsadminSystem-h79</res-ref-name> |
5546d6
|
521 |
<res-type>javax.jms.Queue</res-type> |
PH |
522 |
<res-auth>Container</res-auth> |
|
523 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
524 |
</resource-ref> |
|
525 |
<resource-ref> |
45e7a5
|
526 |
<res-ref-name>jms/hsadminSystem-h80</res-ref-name> |
PH |
527 |
<res-type>javax.jms.Queue</res-type> |
|
528 |
<res-auth>Container</res-auth> |
|
529 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
530 |
</resource-ref> |
|
531 |
<resource-ref> |
|
532 |
<res-ref-name>jms/hsadminSystem-h81</res-ref-name> |
|
533 |
<res-type>javax.jms.Queue</res-type> |
|
534 |
<res-auth>Container</res-auth> |
|
535 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
536 |
</resource-ref> |
|
537 |
<resource-ref> |
|
538 |
<res-ref-name>jms/hsadminSystem-h82</res-ref-name> |
|
539 |
<res-type>javax.jms.Queue</res-type> |
|
540 |
<res-auth>Container</res-auth> |
|
541 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
542 |
</resource-ref> |
|
543 |
<resource-ref> |
|
544 |
<res-ref-name>jms/hsadminSystem-h83</res-ref-name> |
|
545 |
<res-type>javax.jms.Queue</res-type> |
|
546 |
<res-auth>Container</res-auth> |
|
547 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
548 |
</resource-ref> |
|
549 |
<resource-ref> |
|
550 |
<res-ref-name>jms/hsadminSystem-h84</res-ref-name> |
|
551 |
<res-type>javax.jms.Queue</res-type> |
|
552 |
<res-auth>Container</res-auth> |
|
553 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
554 |
</resource-ref> |
|
555 |
<resource-ref> |
|
556 |
<res-ref-name>jms/hsadminSystem-h85</res-ref-name> |
|
557 |
<res-type>javax.jms.Queue</res-type> |
|
558 |
<res-auth>Container</res-auth> |
|
559 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
560 |
</resource-ref> |
|
561 |
<resource-ref> |
|
562 |
<res-ref-name>jms/hsadminSystem-h86</res-ref-name> |
|
563 |
<res-type>javax.jms.Queue</res-type> |
|
564 |
<res-auth>Container</res-auth> |
|
565 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
566 |
</resource-ref> |
|
567 |
<resource-ref> |
|
568 |
<res-ref-name>jms/hsadminSystem-h87</res-ref-name> |
|
569 |
<res-type>javax.jms.Queue</res-type> |
|
570 |
<res-auth>Container</res-auth> |
|
571 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
572 |
</resource-ref> |
|
573 |
<resource-ref> |
|
574 |
<res-ref-name>jms/hsadminSystem-h88</res-ref-name> |
|
575 |
<res-type>javax.jms.Queue</res-type> |
|
576 |
<res-auth>Container</res-auth> |
|
577 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
578 |
</resource-ref> |
|
579 |
<resource-ref> |
|
580 |
<res-ref-name>jms/hsadminSystem-h89</res-ref-name> |
|
581 |
<res-type>javax.jms.Queue</res-type> |
|
582 |
<res-auth>Container</res-auth> |
|
583 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
584 |
</resource-ref> |
|
585 |
<resource-ref> |
c0ad6e
|
586 |
<res-ref-name>jms/hsadminSystem-h90</res-ref-name> |
PH |
587 |
<res-type>javax.jms.Queue</res-type> |
|
588 |
<res-auth>Container</res-auth> |
|
589 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
590 |
</resource-ref> |
|
591 |
<resource-ref> |
|
592 |
<res-ref-name>jms/hsadminSystem-h91</res-ref-name> |
|
593 |
<res-type>javax.jms.Queue</res-type> |
|
594 |
<res-auth>Container</res-auth> |
|
595 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
596 |
</resource-ref> |
|
597 |
<resource-ref> |
|
598 |
<res-ref-name>jms/hsadminSystem-h92</res-ref-name> |
|
599 |
<res-type>javax.jms.Queue</res-type> |
|
600 |
<res-auth>Container</res-auth> |
|
601 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
602 |
</resource-ref> |
|
603 |
<resource-ref> |
|
604 |
<res-ref-name>jms/hsadminSystem-h93</res-ref-name> |
|
605 |
<res-type>javax.jms.Queue</res-type> |
|
606 |
<res-auth>Container</res-auth> |
|
607 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
608 |
</resource-ref> |
|
609 |
<resource-ref> |
|
610 |
<res-ref-name>jms/hsadminSystem-h94</res-ref-name> |
|
611 |
<res-type>javax.jms.Queue</res-type> |
|
612 |
<res-auth>Container</res-auth> |
|
613 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
614 |
</resource-ref> |
|
615 |
<resource-ref> |
|
616 |
<res-ref-name>jms/hsadminSystem-h95</res-ref-name> |
|
617 |
<res-type>javax.jms.Queue</res-type> |
|
618 |
<res-auth>Container</res-auth> |
|
619 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
620 |
</resource-ref> |
|
621 |
<resource-ref> |
|
622 |
<res-ref-name>jms/hsadminSystem-h96</res-ref-name> |
|
623 |
<res-type>javax.jms.Queue</res-type> |
|
624 |
<res-auth>Container</res-auth> |
|
625 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
626 |
</resource-ref> |
|
627 |
<resource-ref> |
5481bd
|
628 |
<res-ref-name>jms/hsadminSystem-h97</res-ref-name> |
e8a7af
|
629 |
<res-type>javax.jms.Queue</res-type> |
PH |
630 |
<res-auth>Container</res-auth> |
|
631 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
632 |
</resource-ref> |
|
633 |
<resource-ref> |
5481bd
|
634 |
<res-ref-name>jms/hsadminSystem-h98</res-ref-name> |
e8a7af
|
635 |
<res-type>javax.jms.Queue</res-type> |
PH |
636 |
<res-auth>Container</res-auth> |
|
637 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
638 |
</resource-ref> |
|
639 |
<resource-ref> |
5c3215
|
640 |
<res-ref-name>jms/hsadminSystem-dns1</res-ref-name> |
PH |
641 |
<res-type>javax.jms.Queue</res-type> |
|
642 |
<res-auth>Container</res-auth> |
|
643 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
644 |
</resource-ref> |
|
645 |
<resource-ref> |
|
646 |
<res-ref-name>jms/hsadminSystem-dns2</res-ref-name> |
|
647 |
<res-type>javax.jms.Queue</res-type> |
|
648 |
<res-auth>Container</res-auth> |
|
649 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
650 |
</resource-ref> |
|
651 |
<resource-ref> |
|
652 |
<res-ref-name>jms/hsadminSystem-dns3</res-ref-name> |
|
653 |
<res-type>javax.jms.Queue</res-type> |
|
654 |
<res-auth>Container</res-auth> |
|
655 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
656 |
</resource-ref> |
|
657 |
<resource-ref> |
|
658 |
<res-ref-name>jms/hsadminSystem-mail1</res-ref-name> |
|
659 |
<res-type>javax.jms.Queue</res-type> |
|
660 |
<res-auth>Container</res-auth> |
|
661 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
662 |
</resource-ref> |
|
663 |
<resource-ref> |
|
664 |
<res-ref-name>jms/hsadminSystem-mail2</res-ref-name> |
|
665 |
<res-type>javax.jms.Queue</res-type> |
|
666 |
<res-auth>Container</res-auth> |
|
667 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
668 |
</resource-ref> |
|
669 |
<resource-ref> |
|
670 |
<res-ref-name>jms/hsadminSystem-mail3</res-ref-name> |
|
671 |
<res-type>javax.jms.Queue</res-type> |
|
672 |
<res-auth>Container</res-auth> |
|
673 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
674 |
</resource-ref> |
|
675 |
<resource-ref> |
|
676 |
<res-ref-name>jms/hsadminStatus</res-ref-name> |
|
677 |
<res-type>javax.jms.Queue</res-type> |
|
678 |
<res-auth>Container</res-auth> |
|
679 |
<res-sharing-scope>Shareable</res-sharing-scope> |
|
680 |
</resource-ref> |
|
681 |
|
|
682 |
<security-constraint> |
|
683 |
<web-resource-collection> |
|
684 |
<web-resource-name>Hostsharing Administrative Area</web-resource-name> |
|
685 |
<url-pattern>/*</url-pattern> |
|
686 |
</web-resource-collection> |
|
687 |
<user-data-constraint> |
|
688 |
<transport-guarantee>CONFIDENTIAL</transport-guarantee> |
|
689 |
</user-data-constraint> |
|
690 |
</security-constraint> |
|
691 |
|
|
692 |
</web-app> |