[jboss-user] [JBoss Cache: Core Edition] - Re: Start JBossCache MBeans in a Web Service Project

2008-10-08 Thread genman
There's no standard way to create stuff in a .war except through a servlet init(). You can use a startup servlet to create a cache, but for JBoss it's best to use a sar. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4181063#4181063 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Start JBossCache MBeans in a Web Service Project

2008-10-08 Thread pandatao
Hi genman, Thanks for your response! I think I haven't well explained my question. Actually my problem is that I'd like to use a simillar context listener in a web service project, just as the ServletContextListener has done in a web application (WAR). The package structure of a web service