web.xml.120629 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  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>*.live</url-pattern>
  32. </servlet-mapping>
  33. <servlet-mapping>
  34. <servlet-name>dispatcher</servlet-name>
  35. <url-pattern>*.xrw</url-pattern>
  36. </servlet-mapping>
  37. <servlet-mapping>
  38. <servlet-name>dispatcher</servlet-name>
  39. <url-pattern>*.rex</url-pattern>
  40. </servlet-mapping>
  41. <welcome-file-list>
  42. <welcome-file>index.html</welcome-file>
  43. </welcome-file-list>
  44. <resource-ref>
  45. <description></description>
  46. <res-ref-name>jdbc/comdb01</res-ref-name>
  47. <res-type>javax.sql.DataSource</res-type>
  48. <res-auth>Application</res-auth>
  49. <res-sharing-scope>Shareable</res-sharing-scope>
  50. </resource-ref>
  51. <resource-ref>
  52. <description></description>
  53. <res-ref-name>jdbc/nxcomdb01</res-ref-name>
  54. <res-type>javax.sql.DataSource</res-type>
  55. <res-auth>Application</res-auth>
  56. <res-sharing-scope>Shareable</res-sharing-scope>
  57. </resource-ref>
  58. <resource-ref>
  59. <description></description>
  60. <res-ref-name>jdbc/hisdb01</res-ref-name>
  61. <res-type>javax.sql.DataSource</res-type>
  62. <res-auth>Application</res-auth>
  63. <res-sharing-scope>Shareable</res-sharing-scope>
  64. </resource-ref>
  65. <resource-ref>
  66. <description></description>
  67. <res-ref-name>jdbc/nxhisdb01</res-ref-name>
  68. <res-type>javax.sql.DataSource</res-type>
  69. <res-auth>Application</res-auth>
  70. <res-sharing-scope>Shareable</res-sharing-scope>
  71. </resource-ref>
  72. <resource-ref>
  73. <description></description>
  74. <res-ref-name>jdbc/misdb01</res-ref-name>
  75. <res-type>javax.sql.DataSource</res-type>
  76. <res-auth>Application</res-auth>
  77. <res-sharing-scope>Shareable</res-sharing-scope>
  78. </resource-ref>
  79. <resource-ref>
  80. <description></description>
  81. <res-ref-name>jdbc/nxmisdb01</res-ref-name>
  82. <res-type>javax.sql.DataSource</res-type>
  83. <res-auth>Application</res-auth>
  84. <res-sharing-scope>Shareable</res-sharing-scope>
  85. </resource-ref>
  86. <resource-ref>
  87. <description></description>
  88. <res-ref-name>jdbc/cendb01</res-ref-name>
  89. <res-type>javax.sql.DataSource</res-type>
  90. <res-auth>Application</res-auth>
  91. <res-sharing-scope>Shareable</res-sharing-scope>
  92. </resource-ref>
  93. <resource-ref>
  94. <description></description>
  95. <res-ref-name>jdbc/nxcendb01</res-ref-name>
  96. <res-type>javax.sql.DataSource</res-type>
  97. <res-auth>Application</res-auth>
  98. <res-sharing-scope>Shareable</res-sharing-scope>
  99. </resource-ref>
  100. <resource-ref>
  101. <description></description>
  102. <res-ref-name>jdbc/crmdb01</res-ref-name>
  103. <res-type>javax.sql.DataSource</res-type>
  104. <res-auth>Application</res-auth>
  105. <res-sharing-scope>Shareable</res-sharing-scope>
  106. </resource-ref>
  107. <resource-ref>
  108. <description></description>
  109. <res-ref-name>jdbc/nxcrmdb01</res-ref-name>
  110. <res-type>javax.sql.DataSource</res-type>
  111. <res-auth>Application</res-auth>
  112. <res-sharing-scope>Shareable</res-sharing-scope>
  113. </resource-ref>
  114. <resource-ref>
  115. <description></description>
  116. <res-ref-name>jdbc/crcdb01</res-ref-name>
  117. <res-type>javax.sql.DataSource</res-type>
  118. <res-auth>Application</res-auth>
  119. <res-sharing-scope>Shareable</res-sharing-scope>
  120. </resource-ref>
  121. <resource-ref>
  122. <description></description>
  123. <res-ref-name>jdbc/bnsdb01</res-ref-name>
  124. <res-type>javax.sql.DataSource</res-type>
  125. <res-auth>Application</res-auth>
  126. <res-sharing-scope>Shareable</res-sharing-scope>
  127. </resource-ref>
  128. <resource-ref>
  129. <description></description>
  130. <res-ref-name>jdbc/edsdb01</res-ref-name>
  131. <res-type>javax.sql.DataSource</res-type>
  132. <res-auth>Application</res-auth>
  133. <res-sharing-scope>Shareable</res-sharing-scope>
  134. </resource-ref>
  135. <resource-ref>
  136. <description></description>
  137. <res-ref-name>jdbc/tisdb01</res-ref-name>
  138. <res-type>javax.sql.DataSource</res-type>
  139. <res-auth>Application</res-auth>
  140. <res-sharing-scope>Shareable</res-sharing-scope>
  141. </resource-ref>
  142. <resource-ref>
  143. <description></description>
  144. <res-ref-name>jdbc/orasimdb</res-ref-name>
  145. <res-type>javax.sql.DataSource</res-type>
  146. <res-auth>Application</res-auth>
  147. <res-sharing-scope>Shareable</res-sharing-scope>
  148. </resource-ref>
  149. <resource-ref>
  150. <description></description>
  151. <res-ref-name>jdbc/mssql</res-ref-name>
  152. <res-type>javax.sql.DataSource</res-type>
  153. <res-auth>Application</res-auth>
  154. <res-sharing-scope>Shareable</res-sharing-scope>
  155. </resource-ref>
  156. <resource-ref>
  157. <description></description>
  158. <res-ref-name>jdbc/asishisdb</res-ref-name>
  159. <res-type>javax.sql.DataSource</res-type>
  160. <res-auth>Application</res-auth>
  161. <res-sharing-scope>Shareable</res-sharing-scope>
  162. </resource-ref>
  163. <resource-ref>
  164. <description></description>
  165. <res-ref-name>jdbc/asishis7db</res-ref-name>
  166. <res-type>javax.sql.DataSource</res-type>
  167. <res-auth>Application</res-auth>
  168. <res-sharing-scope>Shareable</res-sharing-scope>
  169. </resource-ref>
  170. <resource-ref>
  171. <description></description>
  172. <res-ref-name>jdbc/medidb</res-ref-name>
  173. <res-type>javax.sql.DataSource</res-type>
  174. <res-auth>Application</res-auth>
  175. <res-sharing-scope>Shareable</res-sharing-scope>
  176. </resource-ref>
  177. <resource-ref>
  178. <description></description>
  179. <res-ref-name>jdbc/kuhsmsdb</res-ref-name>
  180. <res-type>javax.sql.DataSource</res-type>
  181. <res-auth>Application</res-auth>
  182. <res-sharing-scope>Shareable</res-sharing-scope>
  183. </resource-ref>
  184. <resource-ref>
  185. <description></description>
  186. <res-ref-name>jdbc/cdcdb</res-ref-name>
  187. <res-type>javax.sql.DataSource</res-type>
  188. <res-auth>Application</res-auth>
  189. <res-sharing-scope>Shareable</res-sharing-scope>
  190. </resource-ref>
  191. <resource-ref>
  192. <description></description>
  193. <res-ref-name>jdbc/nxsmartdb</res-ref-name>
  194. <res-type>javax.sql.DataSource</res-type>
  195. <res-auth>Application</res-auth>
  196. <res-sharing-scope>Shareable</res-sharing-scope>
  197. </resource-ref>
  198. </web-app>