You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jason Bainbridge <ja...@jblinux.org> on 2003/05/29 12:32:03 UTC

Re: error with tomcat examples

On Thu, 29 May 2003 19:23, electroteque wrote:
> hi there i am having problems trying to get the source code of the jsp
> examples doesnt seem to work
> http://electroteque.dyndns.org:1025/examples/jsp/index.html

Hmmm wonder why the source isn't displayed inline? Anyway you just need to 
click the link that looks like a header on the blank page to see the text 
file with the JSP source.

> also when i execute them they take forever , where the servlets dont , may
> i ask what the difference is between jsp and servlets ?

JSP's by default are compiled at runtime, well the first time they are run and 
again if they are changed atleast so that is why they take longer. In 
Production you would disable this behaviour and precompile all your JSP's.

Regards,
-- 
Jason Bainbridge
KDE Web Team - http://kde.org 
webmaster@kde.org 

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org