From 8ba45395ba2186f715cff00976f2c1758262a567 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Wed, 18 Apr 2012 12:32:18 +0200 Subject: [PATCH] Use correct order of elements. --- src/main/webapp/WEB-INF/web.xml.template | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/web.xml.template b/src/main/webapp/WEB-INF/web.xml.template index 3082c34..0a62e06 100644 --- a/src/main/webapp/WEB-INF/web.xml.template +++ b/src/main/webapp/WEB-INF/web.xml.template @@ -5,15 +5,22 @@ Database for all demoscene music - storage.streamed The directory where the streaming files (MP3, Vorbis, etc.) are stored. + storage.streamed /var/lib/demoscene-music/streamed - storage.original The directory where the original files (binaries, SID files, MOD files, etc.) are stored. + storage.original /var/lib/demoscene-music/original + + DB Connection + jdbc/demosceneMusic + javax.sql.DataSource + Container + + -- 2.7.4