I am using iPlanet Application Server .
Whenever I click a link to call a Servlet which in turn dispatches to a JSP Page , the Servlet executes very fast , but the JSP Page takes too much of time to load . This happens everytime (not only the first time when the JSP is compiled ).
Can anyone provide a reason for this ? Is there is a case where the Server recompile the JSP everytime ?
Thanks from advance .
-
Slow JSP Loading (1 messages)
- Posted by: Mayank Chaturvedi
- Posted on: December 05 2001 07:57 EST
Threaded Messages (1)
- Slow JSP Loading by joseph yi on December 05 2001 14:33 EST
-
Slow JSP Loading[ Go to top ]
- Posted by: joseph yi
- Posted on: December 05 2001 14:33 EST
- in response to Mayank Chaturvedi
what kind of processes are being performed in the jsp?