hi, in JSP 1.0, what's the right way to configure a bunch of global objects? for example, if I want to initialize a JDBC connection pool before any JSP pages are served, where would I do that? JRun has the global.jsa concept, but that's not something I see in the spec (I guess it's borrowed from ASP's global.asa). I suppose I could have every JSP page extend ConfigServlet or something and have it implement an init() method. is there an easier way? thanks -- James =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JSP-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
