Hi,

The current project that I am working on requires the integration of 2 applications.

One of the applications customizes some aspects of Tomcat, including setting up its own ClassLoader and accessing the application context.

The other application is the Liferay portal server, which also needs access to the application context.

We have had limited experience with Spring, so would like a few tips as to what aspects to consider when configuring access to the application context from the classloader.