I want to include some files in my WAR that the classes can get to but that Tomcat will never serve directly. I can think of lots of ways I could do this but I’m pretty sure there’s a canonical way I’m supposed to be doing this. References appreciated.
Share
Having files under
WEB-INFseems to be the standard in Tomcat as well as other app servers.Sun’s official-enough article says: