Results 1 to 2 of 2

Thread: Probleme with ContextLoaderListener

  1. #1
    Join Date
    Nov 2011
    Posts
    1

    Default Probleme with ContextLoaderListener

    Hi evry one,
    My problem is , when I add ContextLoaderListener in My web.xml , the application is not working , il juste saying :

    HTTP Status 404 - /Example/

    type Status report
    message /Example/
    description The requested resource (/Example/) is not available.Apache Tomcat/7.0.22.

    But when i m removing the ContextLoaderListener , the application run successfully.

    I'm using Eclipse + maven , and i add Spring-web 3 in maven dependecies. add i add applicationContext.xml file in /WEB-INF/.
    I haven't understood why this problem occurs , please help me. thanks.

  2. #2
    Join Date
    Dec 2008
    Location
    India
    Posts
    295

    Default

    Can you show me your web.xml ? its better way to solve your problem.
    Enjoy
    Rohan Chauhan
    ------------------------------------------------------------------------------
    SpringSource Certified Spring 3.0 Professional


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •