Currently the default base class for a JSP is hardcoded into JspC. The base class can
be overridden individually for each JSP, but
there is no way to override the default (i.e. if you have your own standard custom
base class). This patch adds:
1) a -jspservletbase XXX option to JspC commandli
the patch to correct bug 5471. That changes
> how package names are generated in CommandLineContext.
>
> I'm glad to see someone else is using jspc. It's been broken so often, I
> thought I was the only one.
>
>
> > -Original Message-
> > From: Mike Sc
text that seems like it should toggle this feature. I think I'm
patching this in the right place... I don't know for
sure that setOutputInDirs is the correct attribute to "piggy back" on, but regardless
I think other people may find this capability
useful.
Thanks a lot
Mike Sc
You might want to add this method to AccessLogInterceptor -- It basically flushes the
log to disk during shutdown. I ran into a couple of cases where the streams weren't
properly flushed and the log was missing.
It may be appropriate to do this in a finalize too.
public void engineShutdo