I want to be able to deploy a jar full of Spring context files that configure my EntityManagers, and my JMSTemplates, etc. and have separate war projects that can refer to these context files on the classpath.

What do I need to do in order to deploy a jar of resources that other web applications can access?

Is this more of a container thing?

Thanks,

Jay