Hi,

I have multiple war files in an ear which need to access jar files also within the same EAR. My question is, where would you define spring configurations for these jar files?

EAR file
|_ webapp1.war
|_ webapp2.war
|_ utilityjar_withspringconfigurables.jar
|_ META-INF
|_ application.xml

Thanks alot!