From: Andreas K. <a.k...@ve...> - 2004-02-14 22:37:24
|
I'm trying to deploy polls.war on JBoss 3.2.3 following the instructions in INSTALL.txt, but calling http://localhost:8080/polls reports the following exception: [ServletException in:/views/pages/pollsMenu.jsp] class org.sf.polls.charts.PollsData : org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from classpath resource [applicationContext.xml]; nested exception is: java.io.FileNotFoundException: Could not open classpath resource [applicationContext.xml]' The browser location field shows: http:///localhost:8080/polls/views/admin.jsp What can I do to make this work? Any advice is much appreciated. Thanks, Andreas |