From: David ‘Bombe’ Roden Date: Wed, 18 Apr 2012 10:32:18 +0000 (+0200) Subject: Use correct order of elements. X-Git-Url: https://git.pterodactylus.net/?p=demoscenemusic.git;a=commitdiff_plain;h=8ba45395ba2186f715cff00976f2c1758262a567 Use correct order of elements. --- 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 + +