-
Bug
-
Resolution: Done
-
Major
-
JWS 3.0.1 CR1
-
None
-
None
org.apache.tomcat.vault.util.PropertySourceVault is using relative path to get vault.properties. When your working directory is not ..../tomcat
{VERSION}(CATALINA_HOME) then u get
java.io.FileNotFoundException: ./conf/vault.properties (No such file or directory)
Getting properties should use CATALINA_HOME instead of "."