How the jsp changes will be effected in servlet file after converting?

Showing Answers 1 - 6 of 6 Answers

a webserver/application server check the modified date of your jsp page, if it changes then on the next request it will retranslate your changed/new jsp into servlet...

  Was this answer useful?  Yes

Mannu Kumar Pandey

  • Nov 3rd, 2005
 

Here jsp engine cheack whether jsp page is older than its servlet page or not and on the basis of this it it's decide whether changes are needed or not.

  Was this answer useful?  Yes

nitin

  • Dec 16th, 2005
 

First whenever u save your jsp file it will recompile at that time it will create a servlet file .so whenever ur saving a jsp file the jsp engine will create a servlet file.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions