When jsp is compiled into servlet, where the servlet is actually stored(storage location)?

Questions by sadashivarao   answers by sadashivarao

Showing Answers 1 - 2 of 2 Answers

Santosh M

  • Jul 3rd, 2006
 

In Tomcat, it is stored under work directory of tomcat

For example, if your tomcat is in c: drive then it is stored in following location

C:jakarta-tomcat-5.0.28work

  Was this answer useful?  Yes

charankk

  • Apr 30th, 2008
 

when the request from browser is coming for first time to access the jsp page.
Container check whether jsp is already translated to servlet or not.
If not ,it will translate the jsp to server and the as usual  service method will be called to include the contents dynamically.

regards
Pavan kolla

  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