You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Dave North <Da...@signiant.com> on 2002/05/03 13:07:42 UTC

Possible to deploy pre-compiled JSPs with tomcat?

Is it possible to deploy pre-compiled (ie. binary) JSPs with tomcat?
We're going to potentially deploying our app to many sites that we don't
have full control over where we'd like to keep the source hidden.  I did
some digging with other engines (specifically oracle) and found
this...Just wondering if the same is possible with tomcat.

Thanks

Dave


Deployment of Binary Files Only
If your JSP source is proprietary, you can avoid exposing the source by
pre-translating JSP pages and deploying only the translated and compiled
binary files. Pages that are pre-translated, either from previous
execution in an on-demand translation scenario or by using ojspc, can be
deployed to any environment that supports the OracleJSP container. 

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: Possible to deploy pre-compiled JSPs with tomcat?

Posted by Tino Dai <td...@optonline.net>.
Hmmmmm...... for this app. Could you use wget to compile the binaries
and then make a war file out of the binaries? Just an idea.

-Tino

On Fri, 2002-05-03 at 07:07, Dave North wrote:
> Is it possible to deploy pre-compiled (ie. binary) JSPs with tomcat?
> We're going to potentially deploying our app to many sites that we don't
> have full control over where we'd like to keep the source hidden.  I did
> some digging with other engines (specifically oracle) and found
> this...Just wondering if the same is possible with tomcat.
> 
> Thanks
> 
> Dave
> 
> 
> Deployment of Binary Files Only
> If your JSP source is proprietary, you can avoid exposing the source by
> pre-translating JSP pages and deploying only the translated and compiled
> binary files. Pages that are pre-translated, either from previous
> execution in an on-demand translation scenario or by using ojspc, can be
> deployed to any environment that supports the OracleJSP container. 
> 
> --
> To unsubscribe:   <ma...@jakarta.apache.org>
> For additional commands: <ma...@jakarta.apache.org>
> Troubles with the list: <ma...@jakarta.apache.org>
> 



--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>