Allow specifying the classloader to use for loading webapps.
------------------------------------------------------------

                 Key: MTOMCAT-140
                 URL: https://issues.apache.org/jira/browse/MTOMCAT-140
             Project: Apache Tomcat Maven Plugin
          Issue Type: Improvement
          Components: tomcat7
    Affects Versions: 2.0-beta-1
            Reporter: Leigh Anderson
            Assignee: Olivier Lamy (*$^¨%`£)
            Priority: Minor


If one uses a context.xml with a <loader> element to specify the class loader 
implementation to use with the tomcat7:run goal, this causes Tomcat to override 
the WebAppLoader carefully created by the plugin, without the
benefit of a properly configured class path.

The attached patch adds a <classLoaderClass> property to configure which class 
loader implementation to use. This is probably of limited utility as most 
classes will be loaded by the parent classloader anyway. 



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to