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
Which event is fired at the time of session creation and destroy?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
What is servlet mapping?
What is called servlet container?
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
How to generate the server side programming and the advantages of it over the other languages?
Why the concept of single thread model interface is used?
How does tomcat servlet container work?
What is life cycle of Servlet?
What is the default http method in the servlet?
How to find whether a parameter exists in the request object?
What is dispatcher servlet?
What are the life-cycle methods for a servlet?
What is httpservlet class?
How is an application exception handling is done using a servlet?