Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Kaua Costa   on Aug 05 In Java Category.

  
Question Answered By: Channarong Boonliang   on Aug 05

I guess you must have this part in your web.xml :

<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>Configuration.xml</param-value>
</context-param>

put the Configuration.xml file in WEB-INF and turn the mentioned xml  part into this:

<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>/WEB-INF/Configuration.xml</param-value>
</context-param>

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Help about integrating Spring,Hibernate,JSF Or get search suggestion and latest updates.