java - JSP first running on tomcat -


i run jsp page first time on tomcat print statement , printed 3 times instead of 1.

<%   system.out.println("hello world"); %> 

the output : console output


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -