The applicationContext.xml config file for our wep is getting quite large and has some logical groupings. We are currently using the org.springframework.web.context.ContextLoaderListe ner to configure our application. As far as I can tell you can't have more than one config file using the ContextLoaderListener? I was reading more about the XmlWebApplicationContext and that it had support for multiple config files. Do you have to load the XmlWebApplicationContext using a ContextLoaderServlet in order to have more than one config file?
Thx,
Bryan


Reply With Quote