You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by sl...@bookingtools.com on 2005/04/19 10:54:55 UTC

Stopping STDOUT

How can I stop all request printing to STDOUT?

Thanks
Mat


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: Stopping STDOUT

Posted by sl...@bookingtools.com.
Thanks that was what I was looking for.
> slide@bookingtools.com wrote:
>
>>How can I stop all request printing to STDOUT?
>>
>>Thanks
>>Mat
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>>
>>
>>
>>
> try in web.xml of the war where you have the slide servlet :
>
>         <init-param>
>             <param-name>outputToConsole</param-name>
>             <param-value>true</param-value>
>             <description>If true, output is directed to
> STDOUT.</description>
>         </init-param>
>
> and you should change true to false
>
> --
> Julien Viet
> JBoss Portal Lead Developer
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-user-help@jakarta.apache.org
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: Stopping STDOUT

Posted by Julien Viet <ju...@jboss.com>.
slide@bookingtools.com wrote:

>How can I stop all request printing to STDOUT?
>
>Thanks
>Mat
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: slide-user-help@jakarta.apache.org
>
>
>  
>
try in web.xml of the war where you have the slide servlet :

        <init-param>
            <param-name>outputToConsole</param-name>
            <param-value>true</param-value>
            <description>If true, output is directed to 
STDOUT.</description>
        </init-param>

and you should change true to false

-- 
Julien Viet
JBoss Portal Lead Developer


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org