Create data directory helper on load.
[demoscenemusic.git] / src / main / webapp / WEB-INF / web.xml.template
index 3e1f823..efc292d 100644 (file)
        </listener>
 
        <context-param>
-               <description>The directory where the streaming files (MP3, Vorbis, etc.) are stored.</description>
-               <param-name>storage.streamed</param-name>
-               <param-value>/var/lib/demoscene-music/streamed</param-value>
-       </context-param>
-
-       <context-param>
-               <description>The directory where the original files (binaries, SID files, MOD files, etc.) are stored.</description>
-               <param-name>storage.original</param-name>
-               <param-value>/var/lib/demoscene-music/original</param-value>
+               <description>The directory where the files are stored.</description>
+               <param-name>data-directory</param-name>
+               <param-value>/var/lib/demoscene-music/files</param-value>
        </context-param>
 
        <resource-ref>