Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how the jsp page can be regenerated?

Answers were Sorted based on User's Feedback



how the jsp page can be regenerated?..

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

how the jsp page can be regenerated?..

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

Post New Answer

More Servlets Interview Questions

What are cookies and how will you use them?

3 Answers  


Can you refresh servlet in client and server-side automatically?

0 Answers  


Servlet Chaining? How do you do the Filtering in Servlets?

6 Answers   HCL,


What is the difference between servlet and filter?

0 Answers  


What are the two important api's in for servlets?

0 Answers  


can we override service method in my servlet class..?? if yes or no why ??

7 Answers   IBM,


How do you deal property files in servlet?

0 Answers  


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

0 Answers  


What is setattribute in servlet?

0 Answers  


Whether we can get deadlock situation in servlets?

0 Answers  


how this statement works..? public void service(HttpServletRequest request,HttpServletResponse response)

2 Answers   TCS,


Explain the architechure of a servlet?

0 Answers  


Categories