Started working on an embeddable test version of the service for unit testing.

This commit is contained in:
Jonathan Bernard
2015-03-03 16:27:45 -06:00
parent 6ed3bd399b
commit d84ec06afb
7 changed files with 91 additions and 4 deletions

View File

@ -4,7 +4,7 @@
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5">
<context-param>
<param-name>context.config.file</param-name>
<param-value>/newlifesongs.properties</param-value>
<param-value>/datasource.properties</param-value>
</context-param>
<listener>