Have been battling a recent issue (outlined in some detail on the struts mailing list)
http://www.mail-archive.com/user%40struts.apache.org/msg61515.html In summary, unless their is some underlying bug that I cannot pinpoint (always possible), my AxisServlet is being handed off a response that is already committed (the response originally used by a struts ActionServlet maybe......) What I'm interested in finding out if indeed, re-used Response instances could be the cause of my issue....and if simply stopping their re-use (by implementing a security manager or by tweaking the Response.java code) is the correct solution. Does this make any sense or should I still be trying to track down a user code bug somewhere.....? (running tomcat 5.5.20 under Jboss 4.X) Any help would be appreciated. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]