diff --git a/src/main/docker/Dockerfile b/src/main/docker/Dockerfile index e6dbb2f8679..d30ed83d533 100644 --- a/src/main/docker/Dockerfile +++ b/src/main/docker/Dockerfile @@ -30,7 +30,7 @@ FROM $BASE_IMAGE ENV MP_CONFIG_PROFILE=ct # Workaround to configure upload directories by default to useful place until we can have variable lookups in -# defaults for glassfish-web.xml and other places. +# defaults for payara-web.xml and other places. ENV DATAVERSE_FILES_UPLOADS="${STORAGE_DIR}/uploads" ENV DATAVERSE_FILES_DOCROOT="${STORAGE_DIR}/docroot" diff --git a/src/main/resources/META-INF/microprofile-config.properties b/src/main/resources/META-INF/microprofile-config.properties index 95f30b6ba1d..b2ad2e176fc 100644 --- a/src/main/resources/META-INF/microprofile-config.properties +++ b/src/main/resources/META-INF/microprofile-config.properties @@ -10,9 +10,9 @@ dataverse.build= # FILES # NOTE: The following uses STORAGE_DIR for both containers and classic installations. When defaulting to -# "com.sun.aas.instanceRoot" if not present, it equals the hardcoded default "." in glassfish-web.xml +# "com.sun.aas.instanceRoot" if not present, it equals the hardcoded default "." in payara-web.xml # (which is relative to the domain root folder). -# Also, be aware that this props file cannot provide any value for lookups in glassfish-web.xml during servlet +# Also, be aware that this props file cannot provide any value for lookups in payara-web.xml during servlet # initialization, as this file will not have been read yet! The names and their values are in sync here and over # there to ensure the config checker is able to check for the directories (exist + writeable). dataverse.files.directory=${STORAGE_DIR:/tmp/dataverse} diff --git a/src/main/webapp/WEB-INF/glassfish-resources.xml b/src/main/webapp/WEB-INF/payara-resources.xml similarity index 73% rename from src/main/webapp/WEB-INF/glassfish-resources.xml rename to src/main/webapp/WEB-INF/payara-resources.xml index 74af3be42ce..04128c5410a 100644 --- a/src/main/webapp/WEB-INF/glassfish-resources.xml +++ b/src/main/webapp/WEB-INF/payara-resources.xml @@ -1,8 +1,8 @@ - + - @@ -12,7 +12,7 @@ - diff --git a/src/main/webapp/WEB-INF/glassfish-web.xml b/src/main/webapp/WEB-INF/payara-web.xml similarity index 86% rename from src/main/webapp/WEB-INF/glassfish-web.xml rename to src/main/webapp/WEB-INF/payara-web.xml index 015a309fd6b..5718ffa3486 100644 --- a/src/main/webapp/WEB-INF/glassfish-web.xml +++ b/src/main/webapp/WEB-INF/payara-web.xml @@ -1,6 +1,6 @@ - - + + / @@ -24,4 +24,4 @@ - +