Hi everybody,

I'm using tomcat 5.5.x. In my web.xml I put the following lines, just because it was said so in the cxf-documentation:
<listener>
        <listener-class>
                org.springframework.web.context.ContextLoaderListener
        </listener-class>
</listener>

As far as I understood, the ContextLoaderListener is used when the context of the webapp is reloaded, which only happens if the content of WEB-INF/classes (resp. WEB-INF/lib) changes.

The only way of deployment I use is by war-files. So am I right, that the registration of the ContextLoaderListener in web.xml is not needed in this case?

Regards,

Abid

--

Abid Hussain
Mail: [EMAIL PROTECTED]
Web: http://www.abid76.de

Reply via email to