diff --git a/docker/Dockerfile.application b/docker/Dockerfile.application index d11a4bb..712f257 100644 --- a/docker/Dockerfile.application +++ b/docker/Dockerfile.application @@ -20,3 +20,25 @@ COPY --from=build /src/legacyworlds-server/legacyworlds-server-main/target/lib / ADD docker/backend-entrypoint.sh /app/entrypoint.sh ENTRYPOINT ["/app/entrypoint.sh"] CMD ["server"] + +FROM tomcat:6.0-jre7 AS tomcat-base +RUN < + - + diff --git a/legacyworlds-web/legacyworlds-web-main/WebContent/WEB-INF/main-servlet.xml b/legacyworlds-web/legacyworlds-web-main/WebContent/WEB-INF/main-servlet.xml index 25ea52b..01df89b 100644 --- a/legacyworlds-web/legacyworlds-web-main/WebContent/WEB-INF/main-servlet.xml +++ b/legacyworlds-web/legacyworlds-web-main/WebContent/WEB-INF/main-servlet.xml @@ -7,6 +7,7 @@ + - +