DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6168>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6168 double execution of java code in JSP Summary: double execution of java code in JSP Product: Tomcat 3 Version: 3.2.3 Final Platform: PC OS/Version: Other Status: NEW Severity: Blocker Priority: Other Component: Servlet AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Each line of java code is executing twice. If we are having database insert statment in JSP, it is getting executed twice and we are ending up with duplicate record in database. Samething is true with each line of code, we trying puting system.out.println() at various place and each statement printed twice. Any help on this will be greatly appreciated as we trying to put our application in production using Tomcat. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>