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?
Yoav Shapira http://www.yoavshapira.com >-----Original Message----- >From: Ryan Daly [mailto:[EMAIL PROTECTED] >Sent: Wednesday, October 27, 2004 9:17 AM >To: Tomcat Users List >Subject: swallowOutput and catalina.out > >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] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
