The answer to first Q is no, the JSP file will be compiled to class file
only once.

Second ans, Yes, Compile classes can be deployed on the server but it
should be compiled by your JSP engine since it knows where to put the
class and diffrent engines have diffrent directory structure, file name,
and compiled class format.

Hope I am right.

Jeet


Paras Sharma wrote:

> Hello
>
> i have a  one thing  to ask
>
> In a site  like for the  first time JSP file is  accessed ,it is  compiled to
> class file but if some other user is accessing the  same file after the first
> user, from  someother place  will it again  compile or  it will use the same
> compiled  class.
>
> one more thing   can  we put  compiled(class)  JSP file  in the server so that
>  for the first time also it doesnot take time ?
>
> thanx  paras
>
> ____________________________________________________________________
> Get free email and a permanent address at http://www.netaddress.com/?N=1
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to