diff --git a/Dockerfile b/Dockerfile index 120516373..7db7ddf4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,8 @@ RUN if [ "$TOMCAT_EXTRAS" = false ]; then \ # Add application from first stage COPY --from=extractwar /tmp/mapstore "${CATALINA_BASE}/webapps/mapstore" COPY georchestra-docker-scripts/ / +# SHould be override in 2024.xx when a server.xml on 8080 will be available +COPY docker/server.xml "${CATALINA_BASE}/conf/" # Geostore externalization template. Disabled by default diff --git a/docker/server.xml b/docker/server.xml new file mode 100644 index 000000000..f8e248d5f --- /dev/null +++ b/docker/server.xml @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +