Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeRDark
titlesetenv.sh contents
export CATALINA_OPTS=" -XX:MaxPermSize=256m -Dakka.daemonic=on "

or the part of setenv.bat that set:

Code Block
languagebash
themeRDark
titlesetenv.bat contents
set CATALINA_OPTS=-XX:MaxPermSize=256m -Dakka.daemonic=on 

Deploy New .war Files

...

Next, we will retrieve the new SHRINE webapp from the HMS Sonatype Nexus server at: https://repo.open.med.harvard.edu/nexus/content/groups/public/net/shrine/shrine-war/1.22.6/. From there, download shrine-war-1.22.6.war to the webapps/ directory on the SHRINE server and rename it to shrine.war.

...

Much like shrine.war, the SHRINE Data Steward can be found on the HMS Sonatype Nexus server at https://repo.open.med.harvard.edu/nexus/content/groups/public/net/shrine/steward/1.22.6/. From there, download steward-1.22.6.war to the webapps/ directory on the SHRINE server and rename it to steward.war.

...

Like other SHRINE artifacts, the SHRINE proxy can be found on the HMS Sonatype Nexus server at https://repo.open.med.harvard.edu/nexus/content/groups/public/net/shrine/shrine-proxy/1.22.6/. From there, download shrine-proxy-1.22.6.war to the webapps/ directory on the SHRINE server and rename it to shrine-proxy.war.

...

The SHRINE webclient can be found on the HMS Sonatype Nexus server at https://repo.open.med.harvard.edu/nexus/content/groups/public/net/shrine/shrine-webclient/1.22.6/. From there, download shrine-webclient-1.22.6-dist.zip file to the webapps/ directory on the SHRINE server and rename it to shrine-webclient.zip. Then, unzip the shrine-webclient.zip file.

...

Like other SHRINE artifacts, the SHRINE Dashboard can be found on the HMS Sonatype Nexus server at https://repo.open.med.harvard.edu/nexus/content/groups/public/net/shrine/dashboard-war/1.22.6/. From there, download dashboard-war-1.22.6.war to the webapps/ directory on the SHRINE server and rename it to shrine-dashboard.war.

...

Like other SHRINE artifacts, the SHRINE Node Metadata Service can be found on the HMS Sonatype Nexus server at https://repo.open.med.harvard.edu/nexus/content/groups/public/net/shrine/meta-war/1.22.6/. From there, download meta-war-1.22.6.war to the webapps/ directory on the SHRINE server and rename it to shrine-meta.war.

...