Add template for context.xml file.
[demoscenemusic.git] / src / main / webapp / META-INF / context.xml.template
1 <Context>
2
3         <Resource name="jdbc/demosceneMusic" auth="Container"
4                 type="javax.sql.DataSource" maxActive="10" maxIdle="30" maxWait="10000"
5                 username="DemosceneMusic" password="password" driverClassName="com.mysql.jdbc.Driver"
6                 url="jdbc:mysql://localhost:3306/DemosceneMusic" />
7
8 </Context>