how the jsp page can be regenerated?

Answer Posted / geetha

when included files are changed, the servlet generated by
the JSP is not usually regenerated. So if you make a change
to an included file, make sure to tell your server to
regenerate the servlet for the including JSP. Another way
to do this is to re-save the including JSP. This changes
the file modification timestamp, which is supposed to cause
the servlet to regenerate.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the element?

585


Write a program to show the functionality of servlets.

553


Which http method is said to be non-idempotent and idempotent?

604


What is Client-Server Computing?

1895


What is the web server used for running the Servlets?

579






What are the phases of the servlet life cycle?

605


Servlet is pure java object or not?

719


How to make sure a servlet is loaded at the application startup?

551


What are common tasks performed by Servlet Container?

763


What is the disadvantage of cookies?

575


When servlet object is created?

600


Explain the lifecycle of a servlet?

504


Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?

775


What is servlet and its advantages?

521


Why is httpservlet declared abstract?

582