[ 
https://issues.apache.org/jira/browse/MTOMCAT-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253259#comment-13253259
 ] 

Hudson commented on MTOMCAT-140:
--------------------------------

Integrated in TomcatMavenPlugin-mvn3.x #129 (See 
[https://builds.apache.org/job/TomcatMavenPlugin-mvn3.x/129/])
    [MTOMCAT-140] Allow specifying the classloader to use for loading webapps.
Submitted by Leigh Anderson. (Revision 1325700)

     Result = SUCCESS
olamy : http://svn.apache.org/viewvc/?view=rev&rev=1325700
Files : 
* 
/tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat6/AbstractRunMojo.java
* 
/tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunMojo.java

                
> 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: tomcat6, tomcat7
>    Affects Versions: 2.0-beta-1
>            Reporter: Leigh Anderson
>            Assignee: Olivier Lamy (*$^¨%`£)
>            Priority: Minor
>             Fix For: 2.0
>
>         Attachments: loader.patch
>
>
> 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