I don't see how the portability issue become a serious one. Really, what
are the chances that we would upgrade to a new container version - let
alone migrate to a different product - in _production_ without first
thoroughly testing the application, which implies rebuilding everything
against the new target server anyway?
--
Jing Xue
On Wed, Feb 21, 2007 at 09:19:15AM +0000, James Abley wrote:
> I would suggest you take a closer look at my original suggestion. If you
> use the Jasper task, then I would think that the compiled versions of
> the JSP aren't portable off Tomcat. e.g.
>
> public final class index_jsp extends org.apache.jasper.runtime.HttpJspBase
> implements org.apache.jasper.runtime.JspSourceDependent {
>
>
> Your target container _may_ provide a mechanism for compiling JSPs,
> otherwise you _do_ need to request each page as part of your deployment
> strategy to make sure that they have been compiled.
>
> Cheers,
>
> James
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]