users@glassfish.java.net

Re: Should JSPs in a WAB deployment have access to external ...

From: Sahoo <sanjeeb.sahoo_at_oracle.com>
Date: Tue, 01 Oct 2013 22:20:31 +0530

GlassFish has a JSP compiler that you should use. It's located in
glassfish/bin/jspc. More information available in GlassFish online
documentation about how to use it.

Thanks,
Sahoo

On 10/1/13 8:58 PM, forums_at_java.net wrote:
> Precompiling the JSPs is simply not working. On the one hand I am finding
> that I need to compile against tomcat7 to get the JSPs using the correct
> generics code in org.apache.jasper.runtime.TagHandlerPool, and on the
> other
> hand by using tomcat7 compiler the JSPs are generated with a reference to
> org.apache.tomcat.InstanceManager which is not included in the GlassFish
> tomcat. Is there a prescribed method for compiling JSPs for GlassFish ?
>
> --
>
> [Message sent by forum member 'ejroberts']
>
> View Post: http://forums.java.net/node/899055
>
>