You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Hanasaki JiJi <ha...@hanaden.com> on 2002/10/07 23:33:18 UTC

JSP to Servlet source conversion

What part of Tomcat (most interested in 4.x) does the conversion from 
jsp to servlet source?

Is this code the same code as from the J2EE jar files downloaded from Sun?

Are their any difference in this process under classic vs server VM?

Thank you

-- 
====================================================================
=       http://www.sun.com/service/sunps/jdc/javacenter.pdf        =
=    www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone   =
= ________________________________________________________________ =
= "Noone wants advice - only corroboration" - John Steinbeck       =
==                                                                ==
= "Pawns can become Royalty in Life or in Chess"                   =
= "Life, the only game where Royalty can be a pawn,                =
=        and not even know it"                                     =
= "Chess, the only game where pawns really are pawns"              =
====================================================================


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: JSP to Servlet source conversion

Posted by Jean-Francois Arcand <jf...@apache.org>.

Hanasaki JiJi wrote:

> What part of Tomcat (most interested in 4.x) does the conversion from 
> jsp to servlet source?

org.apache.jasper.* is where the JSP compiler source is.

>
>
> Is this code the same code as from the J2EE jar files downloaded from 
> Sun? 

Which J2EE? The J2EE RI uses org.apache.jasper.* also (but Jasper 1 
version) Currently the code is for Jasper2.

>
>
> Are their any difference in this process under classic vs server VM?

>
>
> Thank you
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>