ShortURLs and docker possible?

In the shortURL guide the URLRewriteFilter is recommended. Unfortunately when using docker it doesn’t seem like the WEB-INF folder exists.

Does that mean I have to do some url rewriting magic on the reverse proxy instead?

Hi,

oh it certainly exists or XWiki wouldn’t work :slight_smile:

It’s in the container.

See the last paragraphs of https://github.com/xwiki-contrib/docker-xwiki/blob/master/README.md#configuration-options

Thanks

For Future reference to get short urls working with the docker container I built a new docker image FROM the official xwiki image:

1 Like