Tomcat custom classloader in Liferay principles
- by lisak
When custom class loader in webapp context file is used and the context is being initialized and started, the custom classloader is just a substitution for the default webapp class loader, right ?
But what are the consequences of doing this? Because, for instance, in Liferay portal an application can use custom PortalClassLoader, which just…