I have done some work in this area that may be of
interest. I've created a package of 8 classes that
extend the Jasper compiler (as of Tomca 3.2.1) to
provide:
- dynamic recompiling/reloading of jsp pages
- recursive detection of changes to static includes
- support for inner classes
- custo
Steve Downey wrote:
>
> I've been looking at Jasper because it is severly broken on NT, or any other
> filesystem that has limited length filenames. The prefix encoding of the
> servlet path extends the filename of the .java and .class files well past
> the limit. This is actually preventing me f
I've been looking at Jasper because it is severly broken on NT, or any other
filesystem that has limited length filenames. The prefix encoding of the
servlet path extends the filename of the .java and .class files well past
the limit. This is actually preventing me from using Tomcat in developemen
"Craig R. McClanahan" wrote:
>
> Glenn Nielsen wrote:
>
> > "Craig R. McClanahan" wrote:
> > >
> > > Glenn Nielsen wrote:
> > >
> > > > In order to make it easier to integrate the SecurityManager into Jasper
> > > > for Tomcat 4 and to change some of Japsers annoying behaviours, I have
> > > > b
Glenn Nielsen wrote:
> "Craig R. McClanahan" wrote:
> >
> > Glenn Nielsen wrote:
> >
> > > In order to make it easier to integrate the SecurityManager into Jasper
> > > for Tomcat 4 and to change some of Japsers annoying behaviours, I have
> > > been working on switching Jasper over to the URLCla
"Craig R. McClanahan" wrote:
>
> Glenn Nielsen wrote:
>
> > In order to make it easier to integrate the SecurityManager into Jasper
> > for Tomcat 4 and to change some of Japsers annoying behaviours, I have
> > been working on switching Jasper over to the URLClassLoader.
> >
> > I have the class
Glenn Nielsen wrote:
> In order to make it easier to integrate the SecurityManager into Jasper
> for Tomcat 4 and to change some of Japsers annoying behaviours, I have
> been working on switching Jasper over to the URLClassLoader.
>
> I have the class loading changes in place and Jasper passes al
+1.
Glenn Nielsen wrote:
> In order to make it easier to integrate the SecurityManager into Jasper
> for Tomcat 4 and to change some of Japsers annoying behaviours, I have
> been working on switching Jasper over to the URLClassLoader.
>
> I have the class loading changes in place and Jasper pass