On Mon, 27 Dec 2004 [EMAIL PROTECTED] wrote:
> On Mon, 27 Dec 2004, QM wrote:
>
> > On Mon, Dec 27, 2004 at 01:58:53PM -0800, [EMAIL PROTECTED] wrote:
> > : Maybe that's the real question.  Is there a way to include jsp code
> > : outside of the webapp that will be compiled runtime?
> >
> > What about <jsp:include/>?
> > (or is that <%@ include />?  I forget which is runtime, and which is
> > compile-time...)
> >
> > Essentially, use whichever one you're not using now and see whether that
> > works ;)
>
> It's the jsp:include one that is runtime... and that seems to require it
> to be a jsp page in the web application... which, unfortunately, is our
> problem.
>
> Is there any way to include jsp code dynamically besides the jsp:include
> method?  If there was some way to do it in the code, then we could just
> load the jsp code from a file store of some sort.
>

I'm thinking of using symbolic links... with the allowLinking flag.  Then,
I can access jsp files outside of the web app by following the symbolic
link out.  I just have to make sure that the symbolic link is recreated
before Tomcat starts up.  (Or actually, before any jsp's are compiled.)

-Raiden


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to