You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/02/01 04:08:37 UTC

DO NOT REPLY [Bug 6168] New: - double execution of java code in JSP

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: tomcat-dev@jakarta.apache.org
        ReportedBy: sumanjee@hotmail.com


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>