Hi Michael Thanks for your answer.
> 1) You have included the struts2-spring-pliugin.jar in your classpath Yes, it put it under "WEB-INF/lib/" so it's packaged to the war file and should be available to tomcat it think. I also can't see any error or warning messages while deploying the application, so i guess the package can be resolved. > 2) Your applicationContext.xml file is getting loaded on startup. If > you haven't already done so, check your web.xml for a context > parameter > like this: > <context-param> > <param-name>contextConfigLocation</param-name> > > <param-value>classpath*:applicationContext*.xml</param-value> > </context-param> I did not include that line because i read, that this is the default setting Spring uses when no contextConfigLocation parameter is defined. I just added it but it didn't change anything as far as i see. Thanks again for your help. Frank --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]