All:

Sorry if I've missed a thread regarding this.

I have multiple web applications on a single instance of Tomcat.  I want
to get all of the logging that goes to catalina.out to go to the
individual web app logs.

I'm trying to use swallowOutput, but I'm not sure if I have it in the
right spot.  Something is obviously not configured properly because I
still see output going to catalina.out.

What I have is something like this:


<Host name="blah.blah.com" appBase="path/to/webapp"
        unpackWARs="false" autoDeploy="false">
        <Realm className="org.apache.catalina.realm.UserDatabaseRealm"
          debug="0" resourceName="users01"/>
        <DefaultContext
          wrapperClass="org.apache.catalina.core.DefaultContext"
          swallowOutput="true"/>
      </Host>


Is this anything close to what I should be doing?  Does swallotOutput go
somewhere else?

Thanks.

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

Reply via email to