On Nov 17, 2008, at 7:13 AM, Srinivas Naresh Bhimisetty wrote:
> Hi,
>
> I have come across a scenario where I need to set the Servlet
> Context information to the GrizzlyContainer / HTTPContainer.
> Is there any provision where I could pass this info as an init param
> to the GrizzlyWebContainerFactory / ContainerFactory, in order to
> set it?
>
I am not sure if the Grizzly ServletAdapter supports the setting of
context parameters. From the JavaDoc [1] it looks unlikely.
Paul.
[1]
https://grizzly.dev.java.net/apidocs/com/sun/grizzly/http/servlet/ServletAdapter.html
#getProperty(java.lang.String)