Hi, I'm running tomcat 6 and am having the problem that swallowOutput doesn't work for my service threads (i.e. threads owned by the webapp, created in ServletContextListener.contextInitialized() and managed entirely by me).
I noticed that swallowOutput="true" doesn't seem to affect these child threads. Is there something that I have to do when I initialize my service thread to map its stdout/stderr to the rest of the webapp's, so that swallowOutput works on these children? --Chris --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org