diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-11-09 09:37:31 +0100 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-11-09 10:04:19 +0100 |
| commit | c58001fdf1defd03ff30cd9c39160b03eec02434 (patch) | |
| tree | 3944040b15461618a1076a09a189d87dbfd45851 /WebContent/WEB-INF/web.xml | |
| parent | 886ea8362d80e8855da839a95f9539a2b199f6fe (diff) | |
| download | FIT-c58001fdf1defd03ff30cd9c39160b03eec02434.tar.gz FIT-c58001fdf1defd03ff30cd9c39160b03eec02434.zip | |
Use JPA for storing the user accounts in a database
Diffstat (limited to 'WebContent/WEB-INF/web.xml')
| -rw-r--r-- | WebContent/WEB-INF/web.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index 84f418f..beedbd4 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -21,4 +21,8 @@ <param-name>salt</param-name> <param-value>aabbcc112233</param-value> </context-param> + <context-param> + <param-name>persistenceUnit</param-name> + <param-value>FIT</param-value> + </context-param> </web-app>
\ No newline at end of file |
