I had some problems with deploying my project and reading properties with this example (developed on Jetty - OK!, but deployed on Tomcat, and reading properties failed).
Solution was in Tapestry source code: InputStream in = Thread.currentThread().getContextClassLoader().getResourceAsStream(resourceName); reads resource from classpath :) -- View this message in context: http://n2.nabble.com/-T5--loading-tapestry-configuration-from-properties-file--tp1097577p2177581.html Sent from the Tapestry Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org