X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2FWEB-INF%2Fweb.xml.template;h=7f6cde7126d7c865a24f48f7f11bd8aaec09d684;hb=21bfcd532fa973f6cae3caec79b0995548b2cffe;hp=0e3d48cbcc73e98733a454c3ae3b6229fdf83645;hpb=7685e32a7bd457b50cb5e16202bba61968bfd2ca;p=demoscenemusic.git diff --git a/src/main/webapp/WEB-INF/web.xml.template b/src/main/webapp/WEB-INF/web.xml.template index 0e3d48c..7f6cde7 100644 --- a/src/main/webapp/WEB-INF/web.xml.template +++ b/src/main/webapp/WEB-INF/web.xml.template @@ -10,15 +10,9 @@ - The directory where the streaming files (MP3, Vorbis, etc.) are stored. - storage.streamed - /var/lib/demoscene-music/streamed - - - - The directory where the original files (binaries, SID files, MOD files, etc.) are stored. - storage.original - /var/lib/demoscene-music/original + The directory where the files are stored. + data-directory + /var/lib/demoscene-music/files @@ -29,6 +23,11 @@ + StaticServlet + net.pterodactylus.demoscenemusic.core.StaticServlet + + + TemplateServlet net.pterodactylus.demoscenemusic.core.TemplateServlet @@ -48,6 +47,10 @@ net.pterodactylus.demoscenemusic.page.LoginPage + logout + net.pterodactylus.demoscenemusic.page.LogoutPage + + openid net.pterodactylus.demoscenemusic.page.OpenIdPage @@ -60,13 +63,30 @@ net.pterodactylus.demoscenemusic.page.TrackPage - admin/artists + admin.add-artist + net.pterodactylus.demoscenemusic.page.admin.AddArtistPage + + + admin.add-track + net.pterodactylus.demoscenemusic.page.admin.AddTrackPage + + + admin.artists net.pterodactylus.demoscenemusic.page.admin.ArtistsAdminPage + + admin.edit-artist + net.pterodactylus.demoscenemusic.page.admin.EditArtistPage + 0 + StaticServlet + /static/* + + + TemplateServlet /*