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:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to