Mercurial > hg > digilib
view doc/src/site/site.xml @ 1690:a0a8dbecb94c
Change web.xml setup to use WebServlet annotations.
Solves problem of having the correct web.xml when combining Servlets
via Maven profiles.
Works only with Servlet 3. For Servlet 2 you still need to patch
your own set of Servlets into web-2.4.xml.
You can still override Servlet mappings in web.xml if you want
(watch out for servlet-name).
author | Robert Casties <casties@mpiwg-berlin.mpg.de> |
---|---|
date | Mon, 26 Mar 2018 20:46:01 +0200 |
parents | 6d5e04a54848 |
children |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/DECORATION/1.3.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd" name="digilib - The Digital Image Library"> <skin> <groupId>org.apache.maven.skins</groupId> <artifactId>maven-fluido-skin</artifactId> <version>1.3.0</version> </skin> <bannerLeft> <name>digilib - a versatile image viewing environment for the internet</name> <href>https://robcast.github.io/digilib/</href> </bannerLeft> <bannerRight> <src>images/digilib-logo-small.png</src> <href>https://robcast.github.io/digilib/</href> </bannerRight> <poweredBy> <logo name="Built by Maven" href="http://maven.apache.org/" img="https://maven.apache.org/images/logos/maven-feather.png"/> <logo name="Hosted by GitHub" href="https://github.com/" img="https://assets-cdn.github.com/images/modules/logos_page/GitHub-Logo.png" width="200px"/> <logo name="Hosted by SourceForge" href="http://www.sourceforge.net/" img="https://upload.wikimedia.org/wikipedia/commons/0/0b/Sourceforge_logo.png"/> </poweredBy> <body> <menu name="Overview"> <item name="About digilib" href="index.html"/> <item name="digilib features" href="features.html"/> <item name="How digilib works" href="digilib-short.html"/> <item name="Ancient history" href="history.html"/> </menu> <menu name="Installation"> <item name="Building digilib" href="build-maven.html"/> <item name="Installing digilib" href="install-digilib.html"/> <item name="Server setup" href="server-setup.html"/> </menu> <menu name="Configuration"> <item name="Configuring digilib" href="digilib-config.html"/> <item name="Directory layout" href="image-directories.html"/> <item name="Java settings and tuning" href="java-settings.html"/> <item name="Access control" href="auth.html"/> </menu> <menu name="Development"> <item name="The digilib Scaler API" href="scaler-api.html"/> <item name="The digilib IIIF API" href="iiif-api.html"/> <item name="Integrating digilib into your page" href="client-integration.html"/> <item name="Digilib plugins" href="plugins.html"/> <!-- <item name="Integrating digilib into your server" href=""/> --> </menu> <menu ref="reports"/> </body> </project>