Hi there!

My question is simple, i have to package my web-application into some jar files.

In particular i put a jar file containing my source code inside the lib directory of my EAR project.
Inside this jar there are also the xml to configure spring integration.

So how can i set the contextConfigLocation for the dispatcher servlet (registered in web.xml) to point to an xml file packaged into this jar file?

Is that possible?

Thanks in advance.

Regards.

IlPistolero