java/sql-vyuka/web/WEB-INF/web.xml
changeset 86 a51bbc91a4cb
parent 74 48066e753dd6
     1.1 --- a/java/sql-vyuka/web/WEB-INF/web.xml	Wed Jan 27 21:24:33 2010 +0100
     1.2 +++ b/java/sql-vyuka/web/WEB-INF/web.xml	Mon Nov 09 18:57:24 2020 +0100
     1.3 @@ -16,4 +16,16 @@
     1.4          <error-code>500</error-code>
     1.5          <location>/WEB-INF/chyby/500.jsp</location>
     1.6      </error-page>
     1.7 +    <resource-ref>
     1.8 +        <description>DB spojení: aplikace</description>
     1.9 +        <res-ref-name>jdbc/sqlVyuka/aplikace</res-ref-name>
    1.10 +        <res-type>javax.sql.DataSource</res-type>
    1.11 +        <res-auth>Container</res-auth>
    1.12 +    </resource-ref>
    1.13 +    <resource-ref>
    1.14 +        <description>DB spojení: pískoviště</description>
    1.15 +        <res-ref-name>jdbc/sqlVyuka/piskoviste</res-ref-name>
    1.16 +        <res-type>javax.sql.DataSource</res-type>
    1.17 +        <res-auth>Container</res-auth>
    1.18 +    </resource-ref>
    1.19  </web-app>