I'm trying to deploy the polls.war file on a JBoss3.2.3 server and I'm getting the following error on server start-up:

2004-02-24 13:28:34,203 ERROR [STDERR] 2004/02/24 13:28:34:203 PST [ERROR] ContextLoader - -Context initialization failed <org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from resource [/WEB-INF/classes/applicationContext.xml] of ServletContext 'Polls Management System'; nested exception is:
java.io.FileNotFoundException: Could not open resource [/WEB-INF/classes/applicationContext.xml] of ServletContext 'Polls Management System'>org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from resource [/WEB-INF/classes/applicationContext.xml] of ServletContext 'Polls Management System'; nested exception is:
java.io.FileNotFoundException: Could not open resource [/WEB-INF/classes/applicationContext.xml] of ServletContext 'Polls Management System'
java.io.FileNotFoundException: Could not open resource [/WEB-INF/classes/applicationContext.xml] of ServletContext 'Polls Management System'
at org.springframework.web.util.ServletContextResource.getInputStream(ServletContextResource.java:48)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:110)


Apparently the servlet can't access applicationContext.xml, which doesn't seem to be in the war. What can I do to make it run? Help is much appreciated.

Thanks,

Andreas



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Struts-apps mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/struts-apps

Reply via email to