web.xml.160614 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
  3. <web-app id="himed">
  4. <display-name>himed</display-name>
  5. <description>This is Himed Web Application.</description>
  6. <filter>
  7. <filter-name>LogInFilter</filter-name>
  8. <filter-class>himed.his.hit.web.filter.LogInFilter</filter-class>
  9. </filter>
  10. <filter-mapping>
  11. <filter-name>LogInFilter</filter-name>
  12. <url-pattern>/*</url-pattern>
  13. </filter-mapping>
  14. <listener>
  15. <listener-class>kr.co.hit.live.web.action.WebApplicationContextLoader</listener-class>
  16. </listener>
  17. <servlet>
  18. <servlet-name>dispatcher</servlet-name>
  19. <servlet-class>himed.his.hit.web.action.WebActionDispatcher</servlet-class>
  20. <init-param>
  21. <param-name>live.web.attach.file.maxsize</param-name>
  22. <param-value>100000000</param-value>
  23. </init-param>
  24. <init-param>
  25. <param-name>live.web.exception.handler</param-name>
  26. <param-value>himed.his.hit.web.action.ExceptionHandler</param-value>
  27. </init-param>
  28. </servlet>
  29. <servlet-mapping>
  30. <servlet-name>dispatcher</servlet-name>
  31. <url-pattern>*.lxp</url-pattern>
  32. </servlet-mapping>
  33. <servlet-mapping>
  34. <servlet-name>dispatcher</servlet-name>
  35. <url-pattern>*.xfdl</url-pattern>
  36. </servlet-mapping>
  37. <servlet-mapping>
  38. <servlet-name>dispatcher</servlet-name>
  39. <url-pattern>*.live</url-pattern>
  40. </servlet-mapping>
  41. <servlet-mapping>
  42. <servlet-name>dispatcher</servlet-name>
  43. <url-pattern>*.reb</url-pattern>
  44. </servlet-mapping>
  45. <welcome-file-list>
  46. <welcome-file>index.html</welcome-file>
  47. </welcome-file-list>
  48. <resource-ref>
  49. <description></description>
  50. <res-ref-name>jdbc/comdb01</res-ref-name>
  51. <res-type>javax.sql.DataSource</res-type>
  52. <res-auth>Application</res-auth>
  53. <res-sharing-scope>Shareable</res-sharing-scope>
  54. </resource-ref>
  55. <resource-ref>
  56. <description></description>
  57. <res-ref-name>jdbc/nxcomdb01</res-ref-name>
  58. <res-type>javax.sql.DataSource</res-type>
  59. <res-auth>Application</res-auth>
  60. <res-sharing-scope>Shareable</res-sharing-scope>
  61. </resource-ref>
  62. <resource-ref>
  63. <description></description>
  64. <res-ref-name>jdbc/hisdb01</res-ref-name>
  65. <res-type>javax.sql.DataSource</res-type>
  66. <res-auth>Application</res-auth>
  67. <res-sharing-scope>Shareable</res-sharing-scope>
  68. </resource-ref>
  69. <resource-ref>
  70. <description></description>
  71. <res-ref-name>jdbc/nxhisdb01</res-ref-name>
  72. <res-type>javax.sql.DataSource</res-type>
  73. <res-auth>Application</res-auth>
  74. <res-sharing-scope>Shareable</res-sharing-scope>
  75. </resource-ref>
  76. <resource-ref>
  77. <description></description>
  78. <res-ref-name>jdbc/misdb01</res-ref-name>
  79. <res-type>javax.sql.DataSource</res-type>
  80. <res-auth>Application</res-auth>
  81. <res-sharing-scope>Shareable</res-sharing-scope>
  82. </resource-ref>
  83. <resource-ref>
  84. <description></description>
  85. <res-ref-name>jdbc/nxmisdb01</res-ref-name>
  86. <res-type>javax.sql.DataSource</res-type>
  87. <res-auth>Application</res-auth>
  88. <res-sharing-scope>Shareable</res-sharing-scope>
  89. </resource-ref>
  90. <resource-ref>
  91. <description></description>
  92. <res-ref-name>jdbc/cendb01</res-ref-name>
  93. <res-type>javax.sql.DataSource</res-type>
  94. <res-auth>Application</res-auth>
  95. <res-sharing-scope>Shareable</res-sharing-scope>
  96. </resource-ref>
  97. <resource-ref>
  98. <description></description>
  99. <res-ref-name>jdbc/nxcendb01</res-ref-name>
  100. <res-type>javax.sql.DataSource</res-type>
  101. <res-auth>Application</res-auth>
  102. <res-sharing-scope>Shareable</res-sharing-scope>
  103. </resource-ref>
  104. <resource-ref>
  105. <description></description>
  106. <res-ref-name>jdbc/crmdb01</res-ref-name>
  107. <res-type>javax.sql.DataSource</res-type>
  108. <res-auth>Application</res-auth>
  109. <res-sharing-scope>Shareable</res-sharing-scope>
  110. </resource-ref>
  111. <resource-ref>
  112. <description></description>
  113. <res-ref-name>jdbc/nxcrmdb01</res-ref-name>
  114. <res-type>javax.sql.DataSource</res-type>
  115. <res-auth>Application</res-auth>
  116. <res-sharing-scope>Shareable</res-sharing-scope>
  117. </resource-ref>
  118. <resource-ref>
  119. <description></description>
  120. <res-ref-name>jdbc/crcdb01</res-ref-name>
  121. <res-type>javax.sql.DataSource</res-type>
  122. <res-auth>Application</res-auth>
  123. <res-sharing-scope>Shareable</res-sharing-scope>
  124. </resource-ref>
  125. <resource-ref>
  126. <description></description>
  127. <res-ref-name>jdbc/bnsdb01</res-ref-name>
  128. <res-type>javax.sql.DataSource</res-type>
  129. <res-auth>Application</res-auth>
  130. <res-sharing-scope>Shareable</res-sharing-scope>
  131. </resource-ref>
  132. <resource-ref>
  133. <description></description>
  134. <res-ref-name>jdbc/edsdb01</res-ref-name>
  135. <res-type>javax.sql.DataSource</res-type>
  136. <res-auth>Application</res-auth>
  137. <res-sharing-scope>Shareable</res-sharing-scope>
  138. </resource-ref>
  139. <resource-ref>
  140. <description></description>
  141. <res-ref-name>jdbc/tisdb01</res-ref-name>
  142. <res-type>javax.sql.DataSource</res-type>
  143. <res-auth>Application</res-auth>
  144. <res-sharing-scope>Shareable</res-sharing-scope>
  145. </resource-ref>
  146. <resource-ref>
  147. <description></description>
  148. <res-ref-name>jdbc/orasimdb</res-ref-name>
  149. <res-type>javax.sql.DataSource</res-type>
  150. <res-auth>Application</res-auth>
  151. <res-sharing-scope>Shareable</res-sharing-scope>
  152. </resource-ref>
  153. <resource-ref>
  154. <description></description>
  155. <res-ref-name>jdbc/mssql</res-ref-name>
  156. <res-type>javax.sql.DataSource</res-type>
  157. <res-auth>Application</res-auth>
  158. <res-sharing-scope>Shareable</res-sharing-scope>
  159. </resource-ref>
  160. <resource-ref>
  161. <description></description>
  162. <res-ref-name>jdbc/asishisdb</res-ref-name>
  163. <res-type>javax.sql.DataSource</res-type>
  164. <res-auth>Application</res-auth>
  165. <res-sharing-scope>Shareable</res-sharing-scope>
  166. </resource-ref>
  167. <resource-ref>
  168. <description></description>
  169. <res-ref-name>jdbc/asishis7db</res-ref-name>
  170. <res-type>javax.sql.DataSource</res-type>
  171. <res-auth>Application</res-auth>
  172. <res-sharing-scope>Shareable</res-sharing-scope>
  173. </resource-ref>
  174. <resource-ref>
  175. <description></description>
  176. <res-ref-name>jdbc/medidb</res-ref-name>
  177. <res-type>javax.sql.DataSource</res-type>
  178. <res-auth>Application</res-auth>
  179. <res-sharing-scope>Shareable</res-sharing-scope>
  180. </resource-ref>
  181. <resource-ref>
  182. <description></description>
  183. <res-ref-name>jdbc/kuhsmsdb</res-ref-name>
  184. <res-type>javax.sql.DataSource</res-type>
  185. <res-auth>Application</res-auth>
  186. <res-sharing-scope>Shareable</res-sharing-scope>
  187. </resource-ref>
  188. <resource-ref>
  189. <description></description>
  190. <res-ref-name>jdbc/cdcdb</res-ref-name>
  191. <res-type>javax.sql.DataSource</res-type>
  192. <res-auth>Application</res-auth>
  193. <res-sharing-scope>Shareable</res-sharing-scope>
  194. </resource-ref>
  195. <resource-ref>
  196. <description></description>
  197. <res-ref-name>jdbc/nxsmartdb</res-ref-name>
  198. <res-type>javax.sql.DataSource</res-type>
  199. <res-auth>Application</res-auth>
  200. <res-sharing-scope>Shareable</res-sharing-scope>
  201. </resource-ref>
  202. <resource-ref>
  203. <description></description>
  204. <res-ref-name>jdbc/comdb01_his031</res-ref-name>
  205. <res-type>javax.sql.DataSource</res-type>
  206. <res-auth>Application</res-auth>
  207. <res-sharing-scope>Shareable</res-sharing-scope>
  208. </resource-ref>
  209. <resource-ref>
  210. <description></description>
  211. <res-ref-name>jdbc/comdb01_his032</res-ref-name>
  212. <res-type>javax.sql.DataSource</res-type>
  213. <res-auth>Application</res-auth>
  214. <res-sharing-scope>Shareable</res-sharing-scope>
  215. </resource-ref>
  216. <resource-ref>
  217. <description></description>
  218. <res-ref-name>jdbc/comdb01_mis030</res-ref-name>
  219. <res-type>javax.sql.DataSource</res-type>
  220. <res-auth>Application</res-auth>
  221. <res-sharing-scope>Shareable</res-sharing-scope>
  222. </resource-ref>
  223. <resource-ref>
  224. <description></description>
  225. <res-ref-name>jdbc/comdb01_crm030</res-ref-name>
  226. <res-type>javax.sql.DataSource</res-type>
  227. <res-auth>Application</res-auth>
  228. <res-sharing-scope>Shareable</res-sharing-scope>
  229. </resource-ref>
  230. <resource-ref>
  231. <description></description>
  232. <res-ref-name>jdbc/hisdb01_his031</res-ref-name>
  233. <res-type>javax.sql.DataSource</res-type>
  234. <res-auth>Application</res-auth>
  235. <res-sharing-scope>Shareable</res-sharing-scope>
  236. </resource-ref>
  237. <resource-ref>
  238. <description></description>
  239. <res-ref-name>jdbc/hisdb01_his032</res-ref-name>
  240. <res-type>javax.sql.DataSource</res-type>
  241. <res-auth>Application</res-auth>
  242. <res-sharing-scope>Shareable</res-sharing-scope>
  243. </resource-ref>
  244. <resource-ref>
  245. <description></description>
  246. <res-ref-name>jdbc/cons033db01</res-ref-name>
  247. <res-type>javax.sql.DataSource</res-type>
  248. <res-auth>Application</res-auth>
  249. <res-sharing-scope>Shareable</res-sharing-scope>
  250. </resource-ref>
  251. <resource-ref>
  252. <description></description>
  253. <res-ref-name>jdbc/nxcons033db01</res-ref-name>
  254. <res-type>javax.sql.DataSource</res-type>
  255. <res-auth>Application</res-auth>
  256. <res-sharing-scope>Shareable</res-sharing-scope>
  257. </resource-ref>
  258. <resource-ref>
  259. <description></description>
  260. <res-ref-name>jdbc/cons031db01</res-ref-name>
  261. <res-type>javax.sql.DataSource</res-type>
  262. <res-auth>Application</res-auth>
  263. <res-sharing-scope>Shareable</res-sharing-scope>
  264. </resource-ref>
  265. <resource-ref>
  266. <description></description>
  267. <res-ref-name>jdbc/nxcons031db01</res-ref-name>
  268. <res-type>javax.sql.DataSource</res-type>
  269. <res-auth>Application</res-auth>
  270. <res-sharing-scope>Shareable</res-sharing-scope>
  271. </resource-ref>
  272. </web-app>