Skip to content

Commit

Permalink
change payara5 to 6 for jhove, other scripts #8305
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Jun 3, 2022
1 parent b1323e5 commit ca7d3ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conf/docker-aio/entrypoint.bash
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bin/solr create_core -c collection1 -d server/solr/collection1/conf -force
apachectl -DFOREGROUND &

# TODO: Run Payara as non-root.
cd /opt/payara5
cd /opt/payara6
bin/asadmin start-domain --debug
sleep infinity

2 changes: 1 addition & 1 deletion conf/jhove/jhove.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://hul.harvard.edu/ois/xml/ns/jhove/jhoveConfig"
xsi:schemaLocation="http://hul.harvard.edu/ois/xml/ns/jhove/jhoveConfig
file:///usr/local/payara5/glassfish/domains/domain1/config/jhoveConfig.xsd">
file:///usr/local/payara6/glassfish/domains/domain1/config/jhoveConfig.xsd">
<jhoveHome>/usr/local/src/jhove</jhoveHome>
<defaultEncoding>utf-8</defaultEncoding>
<tempDirectory>/tmp</tempDirectory>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ then
EC2_HTTP_LOCATION="<EC2 INSTANCE HTTP ADDRESS>"
fi

DATAVERSE_APP_DIR=/usr/local/payara5/glassfish/domains/domain1/applications/dataverse; export DATAVERSE_APP_DIR
DATAVERSE_APP_DIR=/usr/local/payara6/glassfish/domains/domain1/applications/dataverse; export DATAVERSE_APP_DIR

# restart app server

Expand Down

0 comments on commit ca7d3ab

Please sign in to comment.