It looks like you're missing the contextConfigLocations context-param in your web.xml.
<context-param> <param-name>contextConfigLocation</param-name> <param-value>/WEB-INF/security.xml</param-value> </context-param> Did you use Ant to build Roller? This is required since XDoclet generates web.xml. Matt On 7/5/06, zoey.lee <[EMAIL PROTECTED]> wrote:
Tomcat 5.5.17 roller 2.3 when I start tomcat, roller will has the exception as below: ERROR 2006-07-05 15:36:12,562 ContextLoader:initWebApplicationContext - Context initialization failed org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from ServletContext resource [/WEB-INF/applicationContext.xml]; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/applicationContext.xml] java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/applicationContext.xml] anyone can help me? thanks! -- View this message in context: http://www.nabble.com/problem-during-startup-tf1893175s12275.html#a5177405 Sent from the Roller - User forum at Nabble.com.
