Re: typesafe-config reference.conf file not found in a .jar in WEB_INF/lib

2015-05-07 Thread Walend, David
On 5/6/15, 10:37 AM, "Konstantin Kolinko" wrote: >Do you have "directory entries" in your jar file? > >E.g. "%JAVA_HOME%\bin\jar" -tf catalina.jar lists directories: > >META-INF/ >META-INF/MANIFEST.MF >org/ >org/apache/ >org/apache/catalina/ >org/apache/catalina/authenticator/ Thanks for the

Re: typesafe-config reference.conf file not found in a .jar in WEB_INF/lib

2015-05-06 Thread Walend, David
Chris, Thanks for the reply. Response interlaced: On 5/5/15, 4:35 PM, "Christopher Schultz" wrote: > Which exact version of Tomcat are you using? Server version:Apache Tomcat/7.0.59 >On 5/5/15 4:30 PM, Walend, David wrote: >> typesafe config's loader isn&#

typesafe-config reference.conf file not found in a .jar in WEB_INF/lib

2015-05-05 Thread Walend, David
typesafe config's loader isn't picking up my subproject's reference.conf from within a .jar file inside a .war file's WEB_INF/lib/ . typesafe config finds the .jar file outside of tomcat. It works fine from the .war file's WEB_INF/classes (my hacky fix). Typesafe config is finding the reference.c