Hi folks, My requirement is to define common runtimes (several class paths) so that several apps can use that by mentioning which class paths are using in web app level. I suppose to do this by defining a runtime name with directory path in an XML. I found by digging TomEE code that TempClassLoader is responsible for loading classes and holding class loader definition. Hope to override the behaviour of this class to achieve this requirement. Am I in the right path? or any other better way to achieve this?
Thanks Lakshman
