jplaurent@serial.ch
Jul 27th, 2006, 01:56 AM
In my Web application, some beans spring are define in a xml file applicationContext-fwk.xml. This xml file is in a jar : fwk.jar.
How I should configure the contextConfigLocation to refer to this file?
I try
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>fwk.jar!applicationContex-fwk.xml</param-value>
</context-param>
But doesn't work...
Thanks,
How I should configure the contextConfigLocation to refer to this file?
I try
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>fwk.jar!applicationContex-fwk.xml</param-value>
</context-param>
But doesn't work...
Thanks,