[jboss-user] [JBoss Portal] - Re: trim whitespace at jsp

2009-03-05 Thread apemberton
JBoss Portal 2.7 uses JBoss AS 4.2.3, which in turn uses Tomcat 5.5 under the covers as the servlet engine. Tomcat 5.5 is Servlet 2.4/JSP 2.0 compatible, so you can't use the JSP 2.1 trimDirectiveWhiteSpaces feature. You can, however, use the trimSpaces init-param per

[jboss-user] [JBoss Portal] - Re: trim whitespace at jsp

2009-03-05 Thread thinwath
Hi Andy, thanks for your reply, maybe you got some links bout GZipping on request. To be honest never heard of it and some links which provide the first steps would be nice. Regards :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215497#4215497 Reply to

[jboss-user] [JBoss Portal] - Re: trim whitespace at jsp

2009-03-05 Thread apemberton
Well, this would depend on your installation scenario a bit. For example, if you front your portal server with Apache web server, you can use mod_deflate to GZip your response: http://httpd.apache.org/docs/2.0/mod/mod_deflate.html. If you're hitting the portal server directly, you could