Add template for context.xml file.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 18 Apr 2012 10:27:43 +0000 (12:27 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 18 Apr 2012 10:27:43 +0000 (12:27 +0200)
src/main/webapp/META-INF/context.xml.template [new file with mode: 0644]

diff --git a/src/main/webapp/META-INF/context.xml.template b/src/main/webapp/META-INF/context.xml.template
new file mode 100644 (file)
index 0000000..15e2776
--- /dev/null
@@ -0,0 +1,8 @@
+<Context>
+
+       <Resource name="jdbc/demosceneMusic" auth="Container"
+               type="javax.sql.DataSource" maxActive="10" maxIdle="30" maxWait="10000"
+               username="DemosceneMusic" password="password" driverClassName="com.mysql.jdbc.Driver"
+               url="jdbc:mysql://localhost:3306/DemosceneMusic" />
+
+</Context>