web.xml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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="knu_rex">
  4. <display-name>rexserver</display-name>
  5. <description>This is Himed Web Application.</description>
  6. <resource-ref id="ResourceRef_JDBC_comdb01">
  7. <description></description>
  8. <res-ref-name>jdbc/comdb01</res-ref-name>
  9. <res-type>javax.sql.DataSource</res-type>
  10. <res-auth>Application</res-auth>
  11. <res-sharing-scope>Shareable</res-sharing-scope>
  12. </resource-ref>
  13. <resource-ref id="ResourceRef_JDBC_hisdb01">
  14. <description></description>
  15. <res-ref-name>jdbc/hisdb01</res-ref-name>
  16. <res-type>javax.sql.DataSource</res-type>
  17. <res-auth>Application</res-auth>
  18. <res-sharing-scope>Shareable</res-sharing-scope>
  19. </resource-ref>
  20. <resource-ref id="ResourceRef_JDBC_misdb01">
  21. <description></description>
  22. <res-ref-name>jdbc/misdb01</res-ref-name>
  23. <res-type>javax.sql.DataSource</res-type>
  24. <res-auth>Application</res-auth>
  25. <res-sharing-scope>Shareable</res-sharing-scope>
  26. </resource-ref>
  27. <resource-ref id="ResourceRef_JDBC_crmdb01">
  28. <description></description>
  29. <res-ref-name>jdbc/crmdb01</res-ref-name>
  30. <res-type>javax.sql.DataSource</res-type>
  31. <res-auth>Application</res-auth>
  32. <res-sharing-scope>Shareable</res-sharing-scope>
  33. </resource-ref>
  34. <resource-ref id="ResourceRef_JDBC_nxcrmdb01">
  35. <description></description>
  36. <res-ref-name>jdbc/nxcrmdb01</res-ref-name>
  37. <res-type>javax.sql.DataSource</res-type>
  38. <res-auth>Application</res-auth>
  39. <res-sharing-scope>Shareable</res-sharing-scope>
  40. </resource-ref>
  41. <resource-ref id="ResourceRef_JDBC_tisdb01">
  42. <description></description>
  43. <res-ref-name>jdbc/tisdb01</res-ref-name>
  44. <res-type>javax.sql.DataSource</res-type>
  45. <res-auth>Application</res-auth>
  46. <res-sharing-scope>Shareable</res-sharing-scope>
  47. </resource-ref>
  48. <resource-ref id="ResourceRef_JDBC_cendb01">
  49. <description></description>
  50. <res-ref-name>jdbc/cendb01</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 id="ResourceRef_JDBC_crcdb01">
  56. <description></description>
  57. <res-ref-name>jdbc/crcdb01</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 id="ResourceRef_JDBC_bnsdb01">
  63. <description></description>
  64. <res-ref-name>jdbc/bnsdb01</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 id="ResourceRef_JDBC_edsdb01">
  70. <description></description>
  71. <res-ref-name>jdbc/edsdb01</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. </web-app>