how the jsp page can be regenerated?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Which interface must be implemented by all servlets?
when you comppile the servlet is it neccesary to restaet the tomcat server?
What is a servlet engine?
What is a Session Id?
please give url to get orinal software for I-net crystal clear java report tools?
Explain jsessionid?
What is cookie? Why is cookie used?
What is meant by Servlet? What are the parameters of service method?
Can I override destroy() method of Servlets?
Difference between web container & web server........... Difference between web server & application server?????????
Why is init() method is used in servlets?
Explain the jar and war files in servlet?