Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 84E6399E8 for ; Fri, 21 Oct 2011 09:26:55 +0000 (UTC) Received: (qmail 27443 invoked by uid 500); 21 Oct 2011 09:26:53 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 27290 invoked by uid 500); 21 Oct 2011 09:26:52 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 27276 invoked by uid 99); 21 Oct 2011 09:26:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Oct 2011 09:26:52 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Oct 2011 09:26:51 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 26D213146BF for ; Fri, 21 Oct 2011 09:24:32 +0000 (UTC) Date: Fri, 21 Oct 2011 09:24:32 +0000 (UTC) From: "Hudson (Commented) (JIRA)" To: dev@tomcat.apache.org Message-ID: <2028532585.323.1319189072160.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (MTOMCAT-95) Add directories to the embedded tomcat classloader (equivalent to shared.loader property in regular tomcat instance). MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MTOMCAT-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13132543#comment-13132543 ] Hudson commented on MTOMCAT-95: ------------------------------- Integrated in TomcatMavenPlugin #53 (See [https://builds.apache.org/job/TomcatMavenPlugin/53/]) [MTOMCAT-95] Add directories to the embedded tomcat classloader (equivalent to shared.loader property in regular tomcat instance). olamy : http://svn.apache.org/viewvc/?view=rev&rev=1187231 Files : * /tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat6/RunMojo.java * /tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/RunMojo.java > Add directories to the embedded tomcat classloader (equivalent to shared.loader property in regular tomcat instance). > --------------------------------------------------------------------------------------------------------------------- > > Key: MTOMCAT-95 > URL: https://issues.apache.org/jira/browse/MTOMCAT-95 > Project: Apache Tomcat Maven Plugin > Issue Type: Improvement > Affects Versions: 1.1 > Reporter: Nick Lloyd > Assignee: Olivier Lamy > Priority: Minor > Fix For: 2.0 > > Attachments: additionalClasspathDirs.patch > > > For one of my projects I needed to add directories to the classpath of a tomcat instance. I added additional functionality to tomcat-maven-plugin v1.1 to support this by adding configured directories to the Embedded tomcat classloader (only tomcat:run mojo affected). Attached is the patch file of my modifications. -- 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-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org