On Wed, 2004-10-27 at 09:27, Shapira, Yoav wrote:
> Hi,
> Hmm, I'm not sure if swallowOutput on the DefaultContext works.  I've
> only used it on a proper Context declaration.  What Tomcat version are
> you using?

Sorry.  That would've helped.  It's Tomcat v5.0.28.

If you're saying it should go in the Context, you're talking about
conf/Catalina/hostname/webapp.xml, right?  I do have it in there, as
well.  I have a few of one of my webapp's context config below:


<Context path="/foo" docBase="/apache/vhosts/webapp/foo" debug="4"
  reloadable="false" crossContext="false" swallowOutput="true">

  <Logger className="org.apache.catalina.logger.FileLogger"
    prefix="foo" suffix=".txt" timestamp="true"/>
--

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to