In the case of the JSPs....  On the first execution, it is first translated
into a servlet, then compiled, executed and placed in sort of a cached
state..  So the first run of JSP are always slow..

With regards to Servlets, the slow response times could be attributed to
some wierd initialization parameters or some really slow IO function...

What type of web apps are you trying to execute?


Cheers,


John Clark

Reply via email to