> i assume a workaround for the global.asa functionality would be for all
the .jsp's
> in a certain application to call a particular servlet.
>
> in that servlet, just the init method would be written with any code of
importance,
> which would set up initialization variables and run init methods. that
would take
> care of
>
> applicationOnStart()
>
> i assume some similar concepts could be easily done for the other .asa
methods??
If this servlet is configured to be loaded at server startup (ie. before any
JSPs are served), then your JSPs don't need to call it individually.
But I agree that the JSP spec should attempt to address these issues so that
there is a standard way to handle those events. Currently I suspect all of
us have rolled our own ways to do it, and I would be happy to have the JSP
engine deal with that for me.
-- James
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html