Re: Jasper Architecture Question (Was: How to do my own JSP processing)

2000-12-22 Thread Craig R. McClanahan
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 > >

Jasper Architecture Question (Was: How to do my own JSP processing)

2000-12-22 Thread Christian Mallwitz
> -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

Re: How to do my own JSP processing

2000-12-21 Thread Craig R. McClanahan
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

How to do my own JSP processing

2000-12-21 Thread Christian Mallwitz
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