How do I specify multiple listener classes in web.xml? I tried searching the web without luck.
I tried the following, but it seems that it doesn't work:
<listener>
<listener-class>
org.obliquid.web.StartAndStop
</listener-class>
</listener>
<listener>
<listener-class>
org.springframework.web.context.ContextLoaderListener
</listener-class>
</listener>