blob: 838c2b1b71f2b4ce75e80dc4c258aa9bef5d68c7 [file] [log] [blame]
<web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
version="3.0">
<data-source>
<name>java:app/env/TLDS</name>
<class-name>com.mysql.jdbc.Driver</class-name>
<server-name>localhost</server-name>
<url>jdbc:mysql://localhost:3306/employee</url>
<user>root</user>
<password>password</password>
</data-source>
</web-app>