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?

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

Why HttpServlet class is declared abstract?

1278


How can you use a servlet to generate a plain text instead of html?

1179


Explain the difference between get and post method in servlet?

1195


Which exception is thrown if the servlet is not initialized properly?

1090


Who is responsible for writing a constructor?

1311


Who is responsible to create the object of servlet?

1253


What do you mean by singlethreadmodel interface?

1097


What are different methods of session management in servlets?

1330


What is called Scriptlet?

1154


Is servlet synchronized?

1135


What is java servlet?

1110


Explain servlet life cycle?

1188


How can the session in servlet can be destroyed?

1225


What is the structure of the http response

1221


How we can create war file in servlet?

1184