Open
Description
ShephardProperties is passed relative paths when loading properties, which are read relative to the current working directory. This is often the Tomcat install (System.getProperty("catalina.home")
), but this is not always true (e.g. when running Tomcat manually or when using the Homebrew service). Thus, properties will sometimes fail to load.