From kalumet-commits-return-93-apmail-incubator-kalumet-commits-archive=incubator.apache.org@incubator.apache.org Fri Dec 2 13:33:23 2011 Return-Path: X-Original-To: apmail-incubator-kalumet-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-kalumet-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 916ED9E1D for ; Fri, 2 Dec 2011 13:33:23 +0000 (UTC) Received: (qmail 18405 invoked by uid 500); 2 Dec 2011 13:33:23 -0000 Delivered-To: apmail-incubator-kalumet-commits-archive@incubator.apache.org Received: (qmail 18388 invoked by uid 500); 2 Dec 2011 13:33:23 -0000 Mailing-List: contact kalumet-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: kalumet-dev@incubator.apache.org Delivered-To: mailing list kalumet-commits@incubator.apache.org Received: (qmail 18380 invoked by uid 99); 2 Dec 2011 13:33:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Dec 2011 13:33:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Dec 2011 13:33:20 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id AC2F32388860; Fri, 2 Dec 2011 13:32:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1209471 - in /incubator/kalumet/trunk: console/pom.xml console/src/main/webapp/WEB-INF/web.xml pom.xml Date: Fri, 02 Dec 2011 13:32:58 -0000 To: kalumet-commits@incubator.apache.org From: olamy@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111202133258.AC2F32388860@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: olamy Date: Fri Dec 2 13:32:57 2011 New Revision: 1209471 URL: http://svn.apache.org/viewvc?rev=1209471&view=rev Log: start configuring tomcat maven plugin to be able to run the app without any install first from the top with a simple tomcat:run Modified: incubator/kalumet/trunk/console/pom.xml incubator/kalumet/trunk/console/src/main/webapp/WEB-INF/web.xml incubator/kalumet/trunk/pom.xml Modified: incubator/kalumet/trunk/console/pom.xml URL: http://svn.apache.org/viewvc/incubator/kalumet/trunk/console/pom.xml?rev=1209471&r1=1209470&r2=1209471&view=diff ============================================================================== --- incubator/kalumet/trunk/console/pom.xml (original) +++ incubator/kalumet/trunk/console/pom.xml Fri Dec 2 13:32:57 2011 @@ -112,6 +112,14 @@ ${basedir}/target/${project.artifactId}-${project.version}.war + + org.codehaus.mojo + tomcat-maven-plugin + + 8181 + /apache-kalumet-console + + Modified: incubator/kalumet/trunk/console/src/main/webapp/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/incubator/kalumet/trunk/console/src/main/webapp/WEB-INF/web.xml?rev=1209471&r1=1209470&r2=1209471&view=diff ============================================================================== --- incubator/kalumet/trunk/console/src/main/webapp/WEB-INF/web.xml (original) +++ incubator/kalumet/trunk/console/src/main/webapp/WEB-INF/web.xml Fri Dec 2 13:32:57 2011 @@ -1,9 +1,28 @@ - - + + + + Apache Kalumet Console Modified: incubator/kalumet/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/kalumet/trunk/pom.xml?rev=1209471&r1=1209470&r2=1209471&view=diff ============================================================================== --- incubator/kalumet/trunk/pom.xml (original) +++ incubator/kalumet/trunk/pom.xml Fri Dec 2 13:32:57 2011 @@ -419,6 +419,11 @@ maven-war-plugin 2.1.1 + + org.codehaus.mojo + tomcat-maven-plugin + 1.1 +