2015-05-06 17:22 GMT+03:00 Walend, David <david_wal...@hms.harvard.edu>: >> >>So your WAR file looks like this: >> >>/WEB-INF >>/WEB-INF/lib >>/WEB-INF/lib/akka-actor.2.11-2.3.8.jar >>(plus other stuff) >> >>Then, akka-actor.2.11-2.8.8.jar contains: >> >>/reference.conf >>(plus other stuff) >> >>Do I have that right? > > Exactly so. > > My custom .jar follows the same pattern with its own reference.conf. It > finds the four reference.conf files from akka and spray, but not mine.
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/ Usually there exists an option to jar tool whether to create those directory entries. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org