Any idea why it should be configured as servlet instead of an start-up listener configured
through web.xml?:
<listener>
| <listener-class>xxx.web.StartupListener</listener-class>
| </listener>
I mean just moving the code from servlet into an application specific start-up listener?
Thanks,
arshad
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978917#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...