Hi all, I am trying to referencing a properties file in my AppModule... currently I am doing this based on the wiki example:
public ContextSymbolProvider buildFileSystemPropertiesSymbolProvider() { return new ContextSymbolProvider( "src/main/webapp/WEB-INF/context.properties", false); } Which works in development (maven and jetty), but when I deploy, its to tomcat, and tomcat can't find that path. I am wandering if someone could suggest a better way to reference my properties file in a portable way. Thanks, Peter --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org