Below you will find pages that utilize the taxonomy term “spring”
Taking over the Spring context from a neighbouring application on Tomcat
A little while ago I was developing a small application from which I wanted to reuse the Spring beans that are defined in a context of another application. I thought this might be useful for someone so here’s a short explanation of how I achieved this result. Both applications were deployed on Tomcat 6.0.18, but I don’t think that minor version number differences would have much of an impact on the technique.