Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 67272 invoked from network); 20 Aug 2006 08:54:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Aug 2006 08:54:26 -0000 Received: (qmail 96871 invoked by uid 500); 20 Aug 2006 08:54:19 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 96828 invoked by uid 500); 20 Aug 2006 08:54:19 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 96817 invoked by uid 99); 20 Aug 2006 08:54:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Aug 2006 01:54:19 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jason.dillon@gmail.com designates 64.233.166.176 as permitted sender) Received: from [64.233.166.176] (HELO py-out-1112.google.com) (64.233.166.176) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Aug 2006 01:54:18 -0700 Received: by py-out-1112.google.com with SMTP id x66so3864055pye for ; Sun, 20 Aug 2006 01:53:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=iEs56Jhx6FiUzILEJAmOwHua9wbNLy68FWFbzDfkh3y1wcn9zX/Cx6uRuctPDIcAlsi/83JBGxZkn2NFdrDzU4hjoYvfD3p4aKu35q4y1TrSWhI8KINZJAtelY3VA2FRTQInF4gYo61k1T5qVdnweotQQg9nU3BQ8HczmfDrUBE= Received: by 10.35.109.2 with SMTP id l2mr10369822pym; Sun, 20 Aug 2006 01:53:58 -0700 (PDT) Received: from ?10.0.1.4? ( [24.7.69.241]) by mx.gmail.com with ESMTP id n78sm5175506pyf.2006.08.20.01.53.57; Sun, 20 Aug 2006 01:53:57 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <44E613A4.3010908@earthlink.net> References: <44E32C16.9070902@hogstrom.org> <74e15baa0608160741o4834e2f8ne25c1b2ae4b0790f@mail.gmail.com> <44E33202.5010909@hogstrom.org> <44E37645.209@earthlink.net> <24EC146A-26A8-4D84-8225-1090CBEE6123@planet57.com> <44E52F25.9010404@hogstrom.org> <44E613A4.3010908@earthlink.net> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <6217720B-BDB3-421C-BA8A-6B543B147622@planet57.com> Content-Transfer-Encoding: 7bit From: Jason Dillon Subject: Re: Where is the source code for the G samples ? Date: Sun, 20 Aug 2006 01:53:52 -0700 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.752.2) Sender: Jason Dillon X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Okay, thanks, I've tracked 'em down and setup an applications/ geronimo-examples with maven-ized versions of the tomcat build, using svn cp to bring over the latest changes. I think we should check this in, and if needed use svk to perform any periodic merging that is needed to keep them up to date. Objections? --jason On Aug 18, 2006, at 12:23 PM, Dave Colasurdo wrote: > A quick history... > > The Tomcat level for G1.1 was 5.5.15... However, the CSS > vulnerability that was identified in http://issues.apache.org/jira/ > browse/GERONIMO-1540 > wasn't fixed in Tomcat until 5.5.16. G1.1 was scheduled for > release prior to 5.5.16...so we took 5.5.15 and extracted this > additional CSS fix from "head", applied our geronimo custom fixes > (as identified in GERONIMO-1299) and rebuilt Tomcat and published > the resulting example wars.. > > So.. the source you want is probably 5.5.16 or later.. > > Best I can tell SVN link is rooted at: > > http://svn.apache.org/repos/asf/tomcat/container/tags/tc5.5.x/ > (tagged releases) > > http://svn.apache.org/repos/asf/tomcat/current/tc5.5.x (open > branch.. it's really there for extraction though does not show up > in a browser window) > > After extraction the examples are located at: tomcat/servletapi/ > jsr152/examples and tomcat/servletapi/jsr154\examples > > IIRC, JDK5 was required to build the tree.. > > -Dave- > > Matt Hogstrom wrote: >> Dave Colasurdo did the work....Dave? >> Jason Dillon wrote: >>> Where in tomcat? Got a SVN URL handy? >>> >>> --jason >>> >>> >>> On Aug 16, 2006, at 12:47 PM, Dave Colasurdo wrote: >>> >>>> We grabbed the jars from Tomcat, unpacked them and manually made >>>> a few changes to them (outside of source control) and published >>>> the resulting wars. Here is the description of the manual changes: >>>> >>>> http://issues.apache.org/jira/browse/GERONIMO-1299 >>>> >>>> -Dave- >>>> >>>> >>>> Matt Hogstrom wrote: >>>>> Aaron, >>>>> Its soming clearer now...I think we grabbed the jars straight >>>>> from Tomcat. >>>>> Aaron Mulder wrote: >>>>>> On 8/16/06, Matt Hogstrom wrote: >>>>>>> I think they were removed from Geronimo as part of the >>>>>>> plugins work. Aaron provides the samples as >>>>>>> plugins now. Perhaps we need to have them in G as well due >>>>>>> to the issues you are tracking. I think >>>>>>> it made sense to move them previously but sounds like there >>>>>>> are reasons to keep them in both places. >>>>>> >>>>>> Nope. I just took them out of the assemblies. I didn't >>>>>> change the >>>>>> way that they were built, other than to add the geronimo- >>>>>> plugin.xml to >>>>>> the various config/ modules. I've never seen the source for >>>>>> these >>>>>> examples. Didn't the JARs just pop off of Zeus' leg or >>>>>> something? >>>>>> >>>>>> Thanks, >>>>>> Aaron >>>>>> >>>>>>> Prasad Kashyap wrote: >>>>>>> > Does anybody know where I can find the source code for the >>>>>>> geronimo >>>>>>> > samples, jsp-examples and tomcat-examples ? >>>>>>> > >>>>>>> > We are using these in our builds from this repository >>>>>>> > http://people.apache.org/repo/m1-snapshot-repository/ >>>>>>> geronimo-samples/wars/ >>>>>>> > >>>>>>> > We should archive the classes dirs in these wars just like >>>>>>> we do to >>>>>>> > the apps in our build. When these examples wars are used in >>>>>>> our build >>>>>>> > as is, there is a good possibility that it might hit the >>>>>>> long path >>>>>>> > limit on windows. >>>>>>> > >>>>>>> > Cheers >>>>>>> > Prasad >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> >>>>>> >>>>>> >>>>>> >>> >>> >>> >>>