Difference between
version 34
and
version 18:
At line 3 changed 1 line. |
!!Refactorings- mon |
!!Refactorings |
At line 12 changed 1 line. |
{{{ |
|
[{Java2HtmlPlugin |
|
At line 40 changed 1 line. |
}}} |
}] |
At line 95 changed 1 line. |
* I don't know if its Velocity or the tag library, but someone is caching the templates and the only way to get them to refresh is to restart Tomcat. I'd like to be messing with the JSP and it's template on Tomcat and just refresh them in the browser (after saving). It'd sure cut down on development time. ''Lance: This probably is Velocity, have you checked your velocity properties to make sure cache=false? And try adding this: velocimacro.library.autoreload=true'' |
* I don't know if its Velocity or the tag library, but someone is caching the templates and the only way to get them to refresh is to restart Tomcat. I'd like to be messing with the JSP and it's template on Tomcat and just refresh them in the browser (after saving). It'd sure cut down on development time. ''Lance: This probably is Velocity, have you checked your velocity properties to make sure cache=false? And try adding this: velocimacro.library.autoreload=true''. ''Ivan: I recently found out that Tomcat 4.1.29 (and probably others) caches the content of resources loaded through getResourceAsStream() (very confusing), this may be causing your problems. As a work around my reloadable configuration class was changed to simply getResource() and then opening the stream on the URL.'' |
At line 99 changed 1 line. |
{{{ |
|
[{Java2HtmlPlugin |
|
At line 144 changed 1 line. |
}}} |
}] |
Back to StrutsMenu,
or to the Page History.
|