Not really Struts-related, but there's some smart folks here, so... You can have a <context-param> element under <web-app> in web.xml, and this is perfect for a task I have (I'm initializing some things in a ServletContextListener that have to be initialized even before ActionServlet initializes - see, it IS Struts-related, sort of!)...
My question is, how does one access these parameters? I can't seem to find it... you get a ServletContextEvent in the listener, and from this you can get ServletContext, but that seems to be a level too low. What overly-obvious thing am I missing? Thanks all! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]