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
What do you mean by mime type?
Why doesn’t a servlet include main()?
Explain the war file?
What is called servlet container?
How do you get the ip address of the client in servlet?
Explain the servlet filter.
The code in a finally clause will never fail to execute, right?
What is called Scriptlet?
Explain the difference between servlet and cgi?
What's the difference between authentication and authorization?
What are the features added in Servlet 2.5?
What's the difference between servlets and applets?
How do we go with database connection and log4j integration in servlet?
What is the type of method for sending request from http server?
How to notify an object in session when session is invalidated or timed-out?