Re: [S2 Tip] Always set devMode to false in production

2007-03-16 Thread Eric Rank
Thanks for the clarification, Laurie. That's what I suspected, but wasn't sure. Now I know! Thanks, Eric The 'templates' directory should be a sibling of WEB-INF. L. Eric Rank wrote: All of these tips are great. I'm glad this page exists. I'd love a bit of clarification about the locatio

Re: [S2 Tip] Always set devMode to false in production

2007-03-16 Thread Laurie Harper
The 'templates' directory should be a sibling of WEB-INF. L. Eric Rank wrote: All of these tips are great. I'm glad this page exists. I'd love a bit of clarification about the location of the template directory, however. I could be the only one, but I find it a little confusing. * Copy th

Re: [S2 Tip] Always set devMode to false in production

2007-03-16 Thread Eric Rank
All of these tips are great. I'm glad this page exists. I'd love a bit of clarification about the location of the template directory, however. I could be the only one, but I find it a little confusing. * Copy the /template directory from the Struts 2 jar in your WEB_APP root Does "WEB_A

[S2 Tip] Always set devMode to false in production

2007-03-16 Thread Ted Husted
In the Struts 2.0.6 release, we made the mistake of setting devMode to true in some of the example applications. As a result, some developers copied the setting, and then wondered why their Struts 2 application seemed sluggish! As of Struts 2.0.7 (coming soon), we've added a Performance Tuning pa