Hi All:
Has anyone used the just released tds-4.6.6.war? I have tried installing it
with no success. I am running using tomcat 8.0.36 and java under Ubuntu. I
tested that the tomcat works, but when I restart to install the war file (I am
trying to do nothing else, just have it expand out the default setup), while
the thredds directory is created in $TOMCAT_HOME the content directory is not
being created, and catalina.out is littered with errors. Most of them relate
to not being able to find the directories in /opt/erddap/tomcat, but this is
the preliminary install. My setenv. sh is:
> #!/bin/sh
> #
> # ENVARS for Tomcat and TDS environment
> #
> #
>
> CATALINA_BASE="/opt/erddap/tomcat"
> export CATALINA_BASE
>
> CATALINA_HOME="/opt/erddap/tomcat"
> export CATALINA_HOME
>
>
> JAVA_HOME="/opt/erddap/jre1.8.0_91"
> export JAVA_HOME
>
> CONTENT_ROOT="-Dtds.content.root.path=/opt/tomcat/content"
> NORMAL="-d64 -Xmx4090m -Xms512m -server"
> MAX_PERM_GEN="-XX:MaxPermSize=256m"
> HEADLESS="-Djava.awt.headless=true"
> JAVA_PREFS_SYSTEM_ROOT="-Djava.util.prefs.systemRoot=$CATALINA_BASE/content/thredds/javaUtilPrefs
> -Djava.util.prefs.userRoot=$CATALINA_BASE/content/thredds/javaUtilPrefs"
> JAVA_OPTS="$CONTENT_ROOT $NORMAL $MAX_PERM_GEN $HEADLESS
> $JAVA_PREFS_SYSTEM_ROOT"
> export JAVA_OPTS
>
Am I missing something obvious, or is something missing from the war file?
Thanks,
-Roy
**********************
"The contents of this message do not reflect any position of the U.S.
Government or NOAA."
**********************
Roy Mendelssohn
Supervisory Operations Research Analyst
NOAA/NMFS
Environmental Research Division
Southwest Fisheries Science Center
***Note new address and phone***
110 Shaffer Road
Santa Cruz, CA 95060
Phone: (831)-420-3666
Fax: (831) 420-3980
e-mail: Roy.Mendelssohn@xxxxxxxx www: http://www.pfeg.noaa.gov/
"Old age and treachery will overcome youth and skill."
"From those who have been given much, much will be expected"
"the arc of the moral universe is long, but it bends toward justice" -MLK Jr.