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=bb&op=viewtopic&p=4181063#4181063 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181063 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
