From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RKiym-0005Sp-SI for garchives@archives.gentoo.org; Mon, 31 Oct 2011 03:56:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A1E921C0DD for ; Mon, 31 Oct 2011 03:56:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id j9270Ed3008217 for ; Sun, 2 Oct 2005 07:00:15 GMT Received: from vms046pub.verizon.net ([206.46.252.46]) by smtp.gentoo.org with esmtp (Exim 4.43) id 1ELxx8-0006k1-63 for gentoo-dev@lists.gentoo.org; Sun, 02 Oct 2005 07:08:06 +0000 Received: from mail.joat.com ([71.114.140.80]) by vms046.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0INQ001GQ15FKA99@vms046.mailsrvcs.net> for gentoo-dev@gentoo.org; Sun, 02 Oct 2005 02:08:04 -0500 (CDT) Received: from localhost (cornholio.joat.com [127.0.0.1]) by mail.joat.com (Postfix) with ESMTP id 28EDABB03 for ; Sun, 02 Oct 2005 03:08:03 -0400 (EDT) Received: from mail.joat.com ([127.0.0.1]) by localhost (mail.joat.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10067-08 for ; Sun, 02 Oct 2005 03:07:30 -0400 (EDT) Received: from butthead.joat.com (butthead.joat.com [192.168.0.10]) by mail.joat.com (Postfix) with ESMTP for ; Sun, 02 Oct 2005 03:07:24 -0400 (EDT) Date: Sun, 02 Oct 2005 03:07:23 -0400 From: Dave Nebinger Subject: [gentoo-dev] Application server deployment eclass? To: gentoo-dev@lists.gentoo.org Message-id: <200510020307.23142.dnebinger@joat.com> Organization: Joat.com Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Content-disposition: inline X-Virus-Scanned: amavisd-new at joat.com User-Agent: KMail/1.8.2 X-Archives-Salt: a2bb04e7-323a-474b-8e62-4d146c60720a X-Archives-Hash: 978de26b147e51dfb0798ddd95d63246 Okay, so if I have a servlet to deploy to an application container such as tomcat, is there an eclass that I can use to inherit from? Obviously the webapp eclass helps for straight apache-like deployments, but it's not going to help much when deploying to tomcat. I looked in /usr/portage/ebuild, but nothing jumped out at me... So how do I get my war file deployed? Am I left to external tools such as ant to manage that for me? How does such an entity fit within the portage world? -- gentoo-dev@gentoo.org mailing list