-
struts 2
Hi,
We are building a struts based application, using Geronimo 2.1.3 as the
application server. In all the JSP pages we are using struts tags. The
pages are rendered very slowly. Even after pre-compilation there was no
significant change, the pages are painted very slow. Please advice.
Thanks
-
Do you ensure that is problems in JSP?
-
struts 2 dev mode
in struts.xml you can define some parameters such as devMode and others
like loading .properties files on every request and others
if the problem isn't a bad server configuration or bad html
check it out
give a sample of code in order to be more specific