See intermixed.
Christian Mallwitz wrote:
> > -Original Message-
> > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, December 21, 2000 19:23
> > To: [EMAIL PROTECTED]
> > Subject: Re: How to do my own JSP processing
> >
> -Original Message-
> From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 21, 2000 19:23
> To: [EMAIL PROTECTED]
> Subject: Re: How to do my own JSP processing
>
> Sounds like you are planning on inventing your own variant of
> a s
Christian Mallwitz wrote:
> Hi,
>
> I want to write a servlet that reads JSP files from somewhere outside the
> servlets web application context, compiles them to a location outside the
> servlets web application (if necessary) and then invokes the compiled
> servlet class.
>
> I started looking
Hi,
I want to write a servlet that reads JSP files from somewhere outside the
servlets web application context, compiles them to a location outside the
servlets web application (if necessary) and then invokes the compiled
servlet class.
I started looking at org.apache.jasper.servlet.JspServlet f