I don't think setting debug actually does anything. Struts uses Commons logging which is a "bridge" with various logging implementations (I use log4j).
You need to configure the logging implementation to see the output you want. Niall ----- Original Message ----- From: "bOOyah" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 12, 2004 2:07 PM Subject: Q: How to see Controller 'debug' output? > Is there a way for me to see what the controller/processor is doing? I > added this line to my struts-config.xml but I don't see any 'debug' > output on stdout or stderr: > > <controller contentType="text/html" debug="2" > processorClass="org.apache.struts.action.RequestProcessor"/> > > I'm running on Tomcat 4. > > I'm trying to figure out why a forward doesn't forward to the JSP it's > supposed to. > > Thanks. > -- > bOOyah > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]