Hi , I need to write in my webapp log4j to stderr but when starting Catalina, stderr is redirected to stdout (see Catalina.initStreams()). I am unable to set redirectStreams (attribute in Embedded.java) to false. Is there a configurtion parameter where I can turn this off or is this a bug in Tomcat?
Thanks Michal