On Fri, Mar 27, 2015 at 1:05 PM, John Caron <caron@xxxxxxxx> wrote:
> The problem is you would then have to remove the version number from the
> filename before you drop it into tomcat, since the webapp name has to be
> thredds.war.
I've already taken care of this in my puppet config.
file { "/usr/share/tomcat/webapps/thredds.war":
ensure => file, mode => 444, owner => tomcat, group => tomcat,
require => Package["tomcat"],
notify => Exec["flush-thredds"],
source => "/Net/puppet/modules/thredds/files/thredds_v4.5.5.war",
}
--
Michael McDonald
Florida State University