HI,
I want to configure caching strategies for GWT and need the .htaccess file
with:
<Files *.nocache.*>
ExpiresDefault "access"
</Files>
<Files *.cache.*>
ExpiresDefault "now plus 6 months"
</Files>Where can I find this file? Or is there any aquivalent in tomee? -- View this message in context: http://openejb.979440.n4.nabble.com/Where-can-I-find-htaccess-to-configure-GWT-cache-tp4664585.html Sent from the OpenEJB User mailing list archive at Nabble.com.
