> From: Albretch Mueller [mailto:[EMAIL PROTECTED] 
> Subject: Still trying to log using org.apache.juli.FileHandler ...
> 
>  But I am not able to log via the occassional System.out.println and
> System.err.println even though I set swallowOutput="true" in the web
> apps WEB-INF/context.xml file

The context.xml file goes in META-INF, not WEB-INF; where did you really
put it?

> <Context path="/fileupload"
> docBase="E:\prjx\java\GWB\webappsDir_tc-6.0.14\webapps04\fileupload"

The path and docBase attributes are not allowed in a <Context> element
in META-INF/context.xml; at best they will be ignored, at worst they'll
cause erratic behavior.

Fix the obvious problems and then let's see what happens.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to