Hi folks, We are using Embedded Tomcat in our products. Once we create a new context, we need to set some context parameters. How can this be done?
I've tried using org.apache.catalina.Context#addParameter, but from within a
JSP, when I try to access this parameter as
application.getInitParameter("name) I'm getting null.
Thanks
Azeez
