views:

11

answers:

0

Can anyone please tell me why ServletContextListener.contextInitialized() gets called once for each virtual host that's configured in jboss-web.xml? Is there is any way of having multiple virtual hosts while forcing contextInitialized() to only be called once?