Hi,

Don't think this is supported in Jaggery. But you can extend Jaggery to
support this. This needs to be added dynamically when server startup
thorugh the tomcat API. Same can be done to filters as well.

Regards,

Dilshan


On Fri, Apr 25, 2014 at 6:20 PM, Ramith Jayasinghe <[email protected]> wrote:

> in Appfactory we have a requirement for intercept http sessions being
> created and invalidated. in a typical web application this could be done by
> having following settings in web.xml:
>
>
> <web-app ...>
>         <listener>
>               
> <listener-class>org.wso2.carbon.sample.MyHttpSessionListener</listener-class>
>       </listener></web-app>
>
>
> Could we have something similar in jaggery too?
> currently having following in jaggery.conf doesn't seems to do anything:
>
> "listener":
>         {
>            "listener-class":"org.wso2.carbon.sample.MyHttpSessionListener"
>         }
>
> Thoughts Please?
>
> P.S.: we are using Jaggery v 0.9.0.ALPHA4.wso2v1
>
>
> --
> Ramith Jayasinghe
> Technical Lead
> WSO2 Inc., http://wso2.com
> lean.enterprise.middleware
>
>
> _______________________________________________
> Dev mailing list
> [email protected]
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Dilshan Edirisuriya
Senior Software Engineer - WSO2
Mob: + 94 777878905
http://wso2.com/
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to