X-Git-Url: https://git.pterodactylus.net/?p=demoscenemusic.git;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2FWEB-INF%2Fweb.xml.template;h=419315d3be146e6bc267837569a325266f8aa57b;hp=75abb07eeddd861bad9669ae25ae7bc93626b232;hb=257828c82cfc12f1146387f741ce4c27ab2d94d3;hpb=cb96ebd4d6cb9b43fcf9a6bb3e2f335bff243708 diff --git a/src/main/webapp/WEB-INF/web.xml.template b/src/main/webapp/WEB-INF/web.xml.template index 75abb07..419315d 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 @@ -40,14 +39,30 @@ net.pterodactylus.demoscenemusic.page.ArtistsPage + index + net.pterodactylus.demoscenemusic.page.IndexPage + + login net.pterodactylus.demoscenemusic.page.LoginPage + logout + net.pterodactylus.demoscenemusic.page.LogoutPage + + openid net.pterodactylus.demoscenemusic.page.OpenIdPage + parties + net.pterodactylus.demoscenemusic.page.PartiesPage + + + party + net.pterodactylus.demoscenemusic.page.PartyPage + + register net.pterodactylus.demoscenemusic.page.RegisterPage @@ -56,12 +71,75 @@ net.pterodactylus.demoscenemusic.page.TrackPage - admin/artists - net.pterodactylus.demoscenemusic.page.admin.ArtistsAdminPage + admin.add-artist + net.pterodactylus.demoscenemusic.page.admin.AddArtistPage + + + admin.add-group + net.pterodactylus.demoscenemusic.page.admin.AddGroupPage + + + admin.add-party + net.pterodactylus.demoscenemusic.page.admin.AddPartyPage + + + admin.add-track + net.pterodactylus.demoscenemusic.page.admin.AddTrackPage + + + admin.add-derivative + net.pterodactylus.demoscenemusic.page.admin.AddTrackDerivativePage + + + admin.edit-artist + net.pterodactylus.demoscenemusic.page.admin.EditArtistPage + + + admin.edit-derivative + net.pterodactylus.demoscenemusic.page.admin.EditDerivativePage + + + admin.edit-group + net.pterodactylus.demoscenemusic.page.admin.EditGroupPage + + + admin.edit-party + net.pterodactylus.demoscenemusic.page.admin.EditPartyPage + + + admin.edit-track + net.pterodactylus.demoscenemusic.page.admin.EditTrackPage + + + admin.list-artists + net.pterodactylus.demoscenemusic.page.admin.ListArtistsPage + + + admin.list-groups + net.pterodactylus.demoscenemusic.page.admin.ListGroupsPage + + + admin.list-parties + net.pterodactylus.demoscenemusic.page.admin.ListPartiesPage 0 + + DownloadServlet + net.pterodactylus.demoscenemusic.core.DownloadServlet + + + + StaticServlet + /static/* + + + + DownloadServlet + /download + + TemplateServlet /*