| Author |
Context [/HibernateTest] startup failed due to previous errors
|
Prabhat Ranjan
Ranch Hand
Joined: Oct 04, 2006
Posts: 361
|
|
Hi,
I have tested simple JSF Web application, working fine.
Spring standalone application and its working fine.
When i tried to integrate JSF to Spring Web Application So that i need to use listener and context param for applicationContext.xml in web.xml file.
I am getting error message in console of Tomcat.
Context [/HibernateTest] startup failed due to previous errors:
If i remove these two file then its fine.
please let me know where i am doing wrong step.
this link only creating me problem..
|
 |
Davie Lin
Ranch Hand
Joined: Aug 05, 2007
Posts: 294
|
|
|
I think you place the application context xml file at the wrong place so the Classloader can't find it
|
 |
Prabhat Ranjan
Ranch Hand
Joined: Oct 04, 2006
Posts: 361
|
|
i have placed the applicationContext.xml in web-inf folder as per my path specified in web-xml file , is it not correct ?
|
 |
 |
|
|
subject: Context [/HibernateTest] startup failed due to previous errors
|
|
|