This content has been marked as final.
Show 4 replies
-
1. Re: default buffer size for all jsp
jfclere Feb 27, 2012 4:24 AM (in response to saurabh_agr)<jsp:include> ?
-
2. Re: default buffer size for all jsp
saurabh_agr Feb 27, 2012 5:05 AM (in response to jfclere)Is it possible to set default buffer size in web.xml so that all jsp files can access it, only by change at single place?
thanks
-
3. Re: default buffer size for all jsp
peterj Feb 27, 2012 10:22 AM (in response to saurabh_agr)You probably could. Which version of JBoss AS? The centralized web.xml is located at:
AS 5.1.0: server/xxx/deployers/jbossweb.deployer/web.xml
AS 6.0.0: server/xxx/deploy/jbossweb.sar/web.xml
I could not find it in AS 7.0
-
4. Re: default buffer size for all jsp
saurabh_agr Feb 27, 2012 11:15 PM (in response to peterj)i am using jboss6.
please inform, how to set default response buffer size in web.xml?
as i found :
the "output" init-param of org.apache.catalina.servlets.DefaultServlet is used for the purpose, but it doesn't seem to work as per my need.
thanks.