Show
Ignore:
Timestamp:
11/09/20 18:57:24 (3 years ago)
Author:
František Kučera <franta-hg@…>
Branch:
default
Message:

zprovoznění v aplikačním serveru Tomcat / TomEE

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • java/sql-vyuka/web/WEB-INF/web.xml

    r74 r86  
    1717        <location>/WEB-INF/chyby/500.jsp</location> 
    1818    </error-page> 
     19    <resource-ref> 
     20        <description>DB spojení: aplikace</description> 
     21        <res-ref-name>jdbc/sqlVyuka/aplikace</res-ref-name> 
     22        <res-type>javax.sql.DataSource</res-type> 
     23        <res-auth>Container</res-auth> 
     24    </resource-ref> 
     25    <resource-ref> 
     26        <description>DB spojení: pískoviště</description> 
     27        <res-ref-name>jdbc/sqlVyuka/piskoviste</res-ref-name> 
     28        <res-type>javax.sql.DataSource</res-type> 
     29        <res-auth>Container</res-auth> 
     30    </resource-ref> 
    1931</web-app>