how the jsp page can be regenerated?

Answer Posted / dhagej

in case of dynamic include, contents of the included jsp
page will be reflected
besides uploading the file again to server another way is to
change the time stamp of the jsp file on the server, so that
the server will recompile the JSP when it is invoked

e.g touch filename.jsp

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of httpservletresponsewrapper?

701


Who is responsible to create the object of servlet?

907


Is tomcat a servlet container?

772


What are the ways to handle multi-threading in servlets?

817


Can we get PrintWriter and ServletOutputStream both in a servlet?

878


What is session?

800


What do you mean by cgi and what are its drawbacks?

714


What are the advantages of servlets over traditional cgi?

808


What is servlet interface?

932


How the servlet is loaded?

779


Is it good idea to create servlet constructor?

980


Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?

740


What are the different methods of session management in servlets?

724


Which application server is best for java?

756


What is servlet container?

860