[opencms-dev] opencms - white spaces
Alain TOMASIAN
alain.tomasian at naos.com
Fri Oct 12 18:18:48 CEST 2012
Hi,
I confirm, i use Tomcat and in the web.xml file you should have :
<servlet>
<servlet-name>jsp</servlet-name>
<servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class>
<init-param>
<param-name>fork</param-name>
<param-value>false</param-value>
</init-param>
<init-param>
<param-name>xpoweredBy</param-name>
<param-value>false</param-value>
</init-param>
<init-param>
<param-name>trimSpaces</param-name>
<param-value>true</param-value>
</init-param>
<load-on-startup>3</load-on-startup>
</servlet>
You need to restart your tomcat server.
it's work fine for me too.
regards,
Alain.
__________________________________________
Alain TOMASIAN - NAOS Technologies
33, avenue Philippe Auguste - 75011 PARIS
+33 1 402 402 86 - http://www.naos.com
__________________________________________
Découvrez notre solution de communication
par email : http://www.enews.fr
__________________________________________
>
> tomcat has a config file called: web.xml
> there, in the JSP area, you can add a directive called: trimSpaces with value
> true.
> This did the work for me best
>
> From: r.guido at synclab.it
> Date: Thu, 11 Oct 2012 18:02:58 +0200
> To: opencms-dev at opencms.org
> Subject: Re: [opencms-dev] opencms - white spaces
>
> hi micheal,i tried it right now, but i have not a good result.
> Do you know some method else?
> thanks a lot.
>
>
> 2012/10/11 Michael Emmerich <m.emmerich at alkacon.com>
>
>
> Raffaele,
>
>
>
> I don't know the htmlcleaner module, but if you use Tomcat (a version that is
> not too old), try the
>
>
>
> trimDirectiveWhitespaces="true"
>
>
>
> attribute in your JSPs like this
>
>
>
> <%@page trimDirectiveWhitespaces="true" ...... %>
>
>
>
> This will remove all whitespaces in the HTML output.
>
>
>
>
>
>
>
> Am 11.10.2012 17:42, schrieb Raffaele Guido:
>
>
> hi all,
>
> i have to clean white spaces from my html page.
>
>
>
> I downloaded the htmlcleaner module but the documentation doesn't
>
> explain how to clean the white spaces.
>
> Can someone explain to me how to do it, please?
>
>
>
> thank you
>
> --
>
> Raffaele Guido
>
>
>
>
>
> _______________________________________________
>
> This mail is sent to you from the opencms-dev mailing list
>
> To change your list options, or to unsubscribe from the list, please visit
>
> http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev
>
>
>
>
>
>
>
>
>
>
> --
>
> Kind Regards,
>
> Michael.
>
>
>
> -------------------
>
>
>
> Michael Emmerich
>
>
>
> Alkacon Software GmbH - The OpenCms Experts
>
> http://www.alkacon.com - http://www.opencms.org
>
> _______________________________________________
>
> This mail is sent to you from the opencms-dev mailing list
>
> To change your list options, or to unsubscribe from the list, please visit
>
> http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev
>
>
>
>
>
>
>
>
>
> --
> Raffaele Guido
>
>
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev
>
>
>
>
More information about the opencms-dev
mailing list