facebook

applicationContext.xml (No such file or directory)

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #260454 Reply

    nareshg
    Member

    I am new to spring.When i have executed a simple spring application with Tapestry.I got an exception
    applicationConext.xml no such file or directory.I have tried different ways,First I have copied it to WEB-INF No change, made an entry in web.xml
    <context-param>
    <param-name>contextConfigLocation</param-name>
    <param-value>/WEB-INF/applicationContext.xml </param-value>
    </context-param>

    but no change.If at all i add listener entry to this SEVERE:Context for project failure due to previous errors….

    I dont know why tomcat is not detecting,i tried even placing application.xml in WEB-INF/classes…

    Its good if anybody could solve my problem…

    #260468

    Riyad Kalla
    Member

    The first thing to check is that your deployment is correct (go check the deployed directory and make sure all the files are there). Also make sure your paths jive with where your file is (I know sometimes during testing I can get so tied up moving files around and changing configs).

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: applicationContext.xml (No such file or directory)

You must be logged in to post in the forum log in