i run my webapp and it gives this error..
it ran before. when i tried to run it again after closing the application this error starting comming. now in which direction this can be resolved!!?
...
Type: Posts; User: mukeshguliaO; Keyword(s):
i run my webapp and it gives this error..
it ran before. when i tried to run it again after closing the application this error starting comming. now in which direction this can be resolved!!?
...
nope.. single instance in classpath..
webinf/lib doesnt have any.
i m unable to run a webapp this error is comming
pr 7, 2011 4:55:37 PM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Exception sending context initialized event to listener...
1. Modify web.xml: Change <param-value> to "/WEB-INF/spring/applicationContext-hibernate.xml" of <context-param>
2. Modify src/main/webapp/WEB-INF/spring/applicationContext-jpa.xml to use...
This is the Stack Trace of tomcat
INFO: Deploying web application archive petclinic.war
2011-02-24 16:24:42,298 INFO [org.springframework.web.context.ContextLoader] - <
Root...
I am very new to Spring and following Sample Applications provided by Springs. Currently I am digging into PetClinic. It took me time to run it at first, but now it is up and running with JDBC.
I...
I am very new to Springs and have been learing how to write beans.
Reference book I am following is SpringInAction 2nd Edition.
I am experiencing few troubles configuring my beans via ...